python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to share Azure File Share data with the stakeholder within the organization?
I am trying to find an easy way to share some files (each of size 7GB or more) with the stakeholder within the organization. These large files are sitting on Azure file share. I tried to access UNC pa...
user1550623
Votes: 0
Answers: 1
Unable to get Blob SAS URL using Azure Function Blob trigger
I'm using a Blob trigger Azure function to get Blob files data whenever any file is uploaded to the Container.
public static void Run(Stream myBlob,string BlobTrigger,System.Uri uri, string name, ILo...
Naveen Gorojanam
Votes: 0
Answers: 1
How to create user delegation SAS after getting User Delegation key
I want to generate User Delegation SAS Token to read the Azure BLOB
I know we have to follow below step to get it.
Get the oAuth Token from Azure Ad
Generate user delegation key using oAuth Token
Gen...
Dummy B
Votes: 0
Answers: 1
Is it possible to upload files to Azure Storage Account using the REST API without passing headers?
Background of my question is that I want to write a custom API that receives file upload requests, validates them, generates a SAS token with the required permissions and returns an HTTP 301 to the ca...
Christian Vorhemus
Votes: 0
Answers: 1