Azure SAS token does not expire even though expiry is specified
I created a SAS token using the following python function:
Azure app function – stuck on using storage blob on localhost
I have an azure app function, very basic that runs well when deployed but locally, when I’m sending a post request it just get stuck and eventually the whole shuts down with the message shown below. When I comment out the line from azure.storage.blob import BlobServiceClient
, the whole works and a response is returned.