Questions tagged [sas-token]

A shared access signature token (SAS token)

From: https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview

A shared access signature (SAS) provides secure delegated access to resources in your storage account without compromising the security of your data. With a SAS token, you have granular control over how a client can access your data. You can control what resources the client may access, what permissions they have on those resources, and how long the SAS is valid, among other parameters.

How a shared access signature works A shared access signature is a signed URI that points to one or more storage resources and includes a token that contains a special set of query parameters. The token indicates how the resources may be accessed by the client. One of the query parameters, the signature, is constructed from the SAS parameters and signed with the key that was used to create the SAS. This signature is used by Azure Storage to authorize access to the storage resource.

93 questions
-1
votes
1 answer

Azure Export creation failed. SAS token access to user storage is not supported

I am trying to create Azure Billing Export via Portal Azure with the use of SAS token. I want to export costs from tenant A to storage container in tenant B. I have generated SAS token in storage account with help of this tutorial, with only change…
-1
votes
1 answer

Azcopy fails to download file from azure file storage using sas token?

I'm trying to download files to a vm running CentOS on azure. The linux box has azcopy installed. I'm trying to download files from azure file storage using a generated SAS token, but its failing to download. Am I misunderstanding how to use the SAS…
user2503038
  • 193
  • 1
  • 2
  • 8
-3
votes
1 answer

Mosquitto broker setup bridge in Raspberry Pi to IoT Hub SAS token

Because IoT Hub is not a broker, I want to use a Raspberry Pi as a broker which devices can communicate with, and the Raspberry Pi sends messages it receives to IoT Hub. After intallation of Mosquitto on Raspberry this is my file of configuration…
You La
  • 21
  • 5
1 2 3 4 5 6
7