Azure - How to use local blob storage

I am new to the Windows Azure world. I do not have an Azure account. Can I continue development work using local blob storage, SQL Azure, Fabric, etc.

Can anyone share a link for an Azure video for a beginner? I am looking for a step by step guide.

Atul Surika

+5
source share
3 answers

To answer your first question. Yes you can. Just download the SDK from here and get started without an account.

You can find a video on how to use the blob repository here , as well as other video tutorials. If you need a text version of how to use Azure Blob Storage, you can find it here .

+6
source

There is a free trial for Azure: http://www.microsoft.com/windowsazure/free-trial/

You will find that the Azure SDK contains an emulator for storing tables and Blob memory. However, it does not include an emulator for SQL Azure, since it comes close enough for a full SQL Server that almost all applications will work without drastic changes.

The link above also contains a wide range of documentation and tutorials.

+4
source

I do not have enough reputation to comment, so I do it through a new one. The links above do not work, and if someone is still looking to download the SDK:

https://azure.microsoft.com/en-gb/downloads/

0
source

Source: https://habr.com/ru/post/898358/


All Articles