I am trying to query Azure storage table using Rest API. here is what I am doing:
Step 1: fetching auth token using
GET : https://login.microsoftonline.com/{tenant-id}/oauth2/token

Step 2: Using the auth token in step 1 I am calling Query table API as described in this document : https://docs.microsoft.com/en-us/rest/api/storageservices/query-tables
It is throwing 403 -server failed to authenticate the request error. Isn't it the right approach?
