DryadLinqContext RegisterAzureAccount Method DryadLINQ documentation
Register a named account with the specified storage key, so that key won't need to be specified in Azure blob URIs

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public void RegisterAzureAccount(
	string storageAccountName,
	string storageAccountKey
)
See Also