DryadLinqContextRegisterAzureAccount 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.2.1.0 (0.2.1.0)
Syntax

public void RegisterAzureAccount(
	string storageAccountName,
	string storageAccountKey
)

Parameters

storageAccountName
Type: SystemString
The name of the storage account
storageAccountKey
Type: SystemString
The account's key
See Also

Reference