web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Azure Quick Tip: How to retrieve data from Azure Table Storage using REST

Mihir Maruti Kadam Profile Picture Mihir Maruti Kadam 702

Introduction

In this blog, we will see how to retrieve data from Azure Table storage using REST API.

The blog is for a beginner, who wants to learn table storage with REST API.

Prerequisites

  1. The user must have Microsoft storage explorer
  2. Azure Account

Steps

  1. Open Microsoft Storage Explorer in your local system

2. Login to Azure Account

3. Select your storage account and create a new table. You can select your existing table as well.

Add a new row in the table

Create a SAS key for the current table

Now send the Get request using Postman

Response

Cheers   We have successfully retrieved the records from Azure table storage.

To know more about API conditions, please check the below site.

https://docs.microsoft.com/en-in/rest/api/storageservices/table-service-rest-api


This was originally posted here.

Comments

*This post is locked for comments