I’m trying to list the table names present in the azure storage account that is enabled with public access using the postman but i’m getting the authentication failed error:
Error:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>AuthenticationFailed</code>
<message xml:lang="en-US">Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId: alphanumeric id
Time:2024-04-23T12:32:52.6326261Z</message>
</error>
URL: https://srcstoreacc131.table.core.windows.net/Tables?SASToken
Method: GET