AzureAccessKey Parameter (Connect-Parquet Cmdlet)
The storage key associated with your Azure account.
Syntax
Connect-Parquet -AzureAccessKey string
Data Type
cstr
Default Value
""
Remarks
The storage key associated with your Parquet account. You can retrieve it as follows:
- Sign into the azure portal with the credentials for your root account. (https://portal.azure.com/)
- Click on storage accounts and select the storage account you want to use.
- Under settings, click Access keys.
- Your storage account name and key will be displayed on that page.
This is a required parameter.