Skip to main content
-2 votes
1 answer
102 views

I get the InvalidContentLink: Unable to download deployment content from error when pointing to URI (LinkedTemplatesBaseUrl) of my deployment json file. Steps Im taking- 1. Azure CLi task to generate ...
play_something_good's user avatar
0 votes
1 answer
32 views

RMAN shell script on the Linux server is not picking the SAS token from the variable group, we are trying to run the backup script with the SAS token but it is not working by passing the SAS token as ...
user29900928's user avatar
1 vote
1 answer
350 views

I am creating some parquet files and I need to save them to an Azure blob storage. For this question I recreated the error trying to write a csv file out of a data frame. I am working this script in ...
Ricker Silva's user avatar
  • 1,175
0 votes
1 answer
169 views

"I generated a token using Azure and it’s working, but I need to create a correct script in PowerShell using the key. The stringToSign I generated is different from the one provided by Azure, and ...
piter22g's user avatar
0 votes
1 answer
2k views

I am trying to implement ADLS token credential vending in my project with the following dependencies: // 1.13.1 implementation(libs.azure.identity) // 12.20.0 implementation(libs.azure.storage.file....
Jun's user avatar
  • 5
0 votes
1 answer
115 views

I use following code to generate SAS token, when path is null or empty string, it's working. TokenCredential tokenCredential = new ClientSecretCredentialBuilder() .tenantId(tenantId) ...
Jun's user avatar
  • 5
0 votes
1 answer
143 views

I’m developing an application where I have a list of products, each with an associated image stored in Azure Blob Storage, and I need a secure and efficient way to provide access to these images on ...
Yevhenii Kolisnyk's user avatar
0 votes
2 answers
736 views

I am working with an Azure Logic App that is triggered by an HTTP request. The current setup uses a Shared Access Signature (SAS) token in the query string to authenticate the requests. However, for ...
KKU's user avatar
  • 31
0 votes
1 answer
192 views

I am using C# code like this (see below) to read/add/process Azure Storage queues using Storage SDK v12 and SAS Tokens. No matter what I change, I always have the same error: "This request is not ...
Guillermo's user avatar
0 votes
1 answer
372 views

I am trying to upload a file to an Azure container from a basic Spring Boot application, and I was successful so far. However, when I try to read or write the tags on the Azure blob, I keep getting ...
Michael's user avatar
  • 1,045
0 votes
1 answer
269 views

I have to use the weather API from Azure MAPS with Shared access signature token authentication I have followed the instructions from here: https://github.com/MicrosoftDocs/azure-docs/blob/main/...
dk13's user avatar
  • 1,511
0 votes
1 answer
404 views

I want to connect to azure blob storage via my React-Native Application. I am getting this error: [Error: Account connection string is only supported in Node.js environment] Does this mean that I ...
Freyal Shah's user avatar
0 votes
1 answer
280 views

I am trying to create a user delegation sas for a storage account blob in Azure and found this document. https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas Looking ...
albbla91's user avatar
  • 109
0 votes
0 answers
230 views

Quickly about service While writing docker compose for service i ran into issue. There are 4 parts that are required for service to fully work e2e on docker that is frontend in angular, backend in c# ....
Smibios's user avatar
0 votes
1 answer
335 views

I create user delegated SAS token with this code: var blobClient = new BlobServiceClient(blobUri, tokenCredential, null); var userDelegationKey = await blobClient.GetUserDelegationKeyAsync(...
Michal's user avatar
  • 1,456

15 30 50 per page
1
2 3 4 5
8