we are migrating application to AKS. Originally it was deployed on our server and there was a directory with images on the same machine with proxy set. So we ha
When i want to launch Azure Storage Explorer using direct link what i do is copy it from app and pasting to my browser. It looks somethig like that: storageexpl
Here is my code IFormFile. public static async Task<string> UploadFileToBlobStorage(IFormFile file) { string container = "abccontainer
We have an Azure Data Lake Gen 2 which contains 100's of thousands of JSON messages that come in on a continuous basis. These files are stored in a folder struc
Is it possible to create an html form to allow web users to upload files directly to azure blob store without using another server as a intermediary? S3 and GA
Here is my method on generating the SAS: private string GenerateSasBlob(BlobClient blobClient) { BlobSasBuilder sasBuilder = new Blo