Skip to content

khaueviana/azure-blob-storage-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

azure-blob-storage-rest

Example of use of the resource Azure Blob Storage through the REST API.

In this example shows the following methods : PutBlob and ListBlob

In the full Microsoft documentation , you can find the definition of all REST services . It is also possible , through applications .NET, Node.Js, Java, C++, PHP, Ruby, Python, IOS and Xamarin,use the SDK Azure (https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/).

In this example, the objective was to explain the Blob Storage consumption without dependence on Microsoft APIs.

API REST do serviço Blob - https://msdn.microsoft.com/pt-br/library/azure/dd135733.aspx

Put Blob - https://msdn.microsoft.com/pt-br/library/azure/dd179451.aspx

List Blob - https://msdn.microsoft.com/pt-br/library/azure/dd135734.aspx

Authentication Services Storage Azure - https://msdn.microsoft.com/pt-br/library/azure/dd179428.aspx

Examples of the Windows Azure Storage Services REST API - https://dzone.com/articles/examples-windows-azure-storage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages