How to use the Microsoft Azure Storage Explorer to create a Shared Access Signature

preview_player
Показать описание

A shared access signature (SAS) is a mechanism within Microsoft Azure Storage Accounts that allow you to grant limited access to the items held within that storage account. Using shared access signatures allows you to grant access to other people without giving that person full access to your storage item or storage account.

The Azure Storage Explorer tool is a client-side tool that allows you to upload, download and manage your storage that is stored within Azure.

In this snip, we will take you through the process of creating a shared access signature using the Azure Storage Explorer tool.

Prerequisites include:
You need access to an Azure Subscription
You need to have an Azure Storage Account
You need to have the Microsoft Azure Storage Explorer tool installed

Рекомендации по теме
Комментарии
Автор

Using a simulator I'm able to upload the sensor data into Azure IoT hub. Now I want to expose the data via API in JSON format.
Do you know how to download data from Azure IoT hub via API?
If so, kindly guide me on this.

srisakthi