To view account keys, follow below steps:
Once logged into your storage account, choose “Access Keys” options in the left navbar under “Security + networking”.
Every azure storage account has some key info related to it. Below list summarizes this information.
To check Account Name, log into Azure and select “Storage Accounts”.
All the storage account names associated with the login are displayed as shown. [All info are encrypted]
To view the access keys, in the “Access keys” page, click on “Show” to reveal the keys and connection strings.
Copy the “key1” string and share.
Blob URL : Default endpoint for blob storage [https://<mystorageaccount>.blob.core.windows.net or https://<mystorageaccount>.blob.core.windows.net/<mystoragebucketname> ]
SAS token : Set of parameters that is appended to the Blob URL using standard parameter notations e.g. https://some-url.com/?param1=value1¶m2=value2¶m3=value3
The SAS Token is of the format : ?sv=yyyy-mm-dd&ss=b&srt=sco&sp=rwdlac&se=yyyy-mm-ddThh:mm:ssZ&st=&spr=https&sig=alphabet-numbers-special characters. To know more about SAS Tokens
<aside> <img src="/icons/warning_lightgray.svg" alt="/icons/warning_lightgray.svg" width="40px" /> Please remember to copy the generated SAS Token and keep it handy. Once generated it is not viewable anywhere within the storage. Incase you forget, need to regenerate it.
</aside>