Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created January 24, 2017 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/70bfa6e606a76d675602c6d762094029 to your computer and use it in GitHub Desktop.
Save jonathanmedd/70bfa6e606a76d675602c6d762094029 to your computer and use it in GitHub Desktop.
New-AzureStorageContext
$Context = New-AzureStorageContext -StorageAccountName jmtest101 -StorageAccountKey $Key0
$Context
StorageAccountName : jmtest101
BlobEndPoint : https://jmtest101.blob.core.windows.net/
TableEndPoint : https://jmtest101.table.core.windows.net/
QueueEndPoint : https://jmtest101.queue.core.windows.net/
FileEndPoint : https://jmtest101.file.core.windows.net/
Context : Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
Name :
StorageAccount : BlobEndpoint=https://jmtest101.blob.core.windows.net/;QueueEndpoint=https://jmtest101.queue.core.windows.net/;TableEndpoint=https://jmtest101.table.core.windows.net/;FileEndpoint=https://jmtes
t101.file.core.windows.net/;AccountName=jmtest101;AccountKey=[key hidden]
EndPointSuffix : core.windows.net/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment