Azure-Samples / storage-blob-dotnet-getting-started

The getting started sample demonstrates how to perform common tasks using the Azure Blob Service in .NET including uploading a blob, CRUD operations, listing, as well as blob snapshot creation.
MIT License
142 stars 156 forks source link

edit GetContainerSASUri() #3

Open JamborYao opened 8 years ago

JamborYao commented 8 years ago

remove "/" from function GetContainerSASUri()

acomsmpbot commented 8 years ago

No issues were found in this pull request.

JamborYao commented 8 years ago

If I don't remove "/", the url is not correct. When create container, it throws "400 bad request " error. We can see the detailed information from the screenshot below: error I have tried both in china azure and global azure, the same issue.