Azure Blob Storage Protocol

Krish Chowdhary 21 Reputation points
2020-10-01T18:48:32.34+00:00

Does Azure have a shortened blob storage protocol convention like GCS (gs://) or S3 (s3://)?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,638 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 35,636 Reputation points Microsoft Employee
    2020-10-01T19:06:17.767+00:00

    @Krish Chowdhary
    No it does not. For a blob, the base URI includes the name of the account, the name of the container, and the name of the blob:

    https://myaccount.blob.core.windows.net/mycontainer/myblob  
    

    https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#resource-uri-syntax

    If you wish to submit a request for this please post it on our Feedback Forum. This is community forum that is monitored by and responded by various product teams.

    ---------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful