Downloading simple json or text blob from Azure storage using java sdk blocks the thread and never completes
Hi, I'm trying to download simple json blob from storage account in azure function app using java sdk. However the download never really completes and code just blocks the thread. Below is simple code which I'm trying to execute. …
Azure Storage
Azure Function App with Blob Storage Trigger is not Running
Hi, I have an Azure Function App with a blob trigger function. I noticed that the function was not processing new images and had not processed any images for around 4 months. To investigate I went to the "Invocations and more" tab. Shortly…
Azure Functions
Azure Storage
Microsoft Defender Plan Pricing Change
Hi, I would like to gain more understanding of the impact of a pricing plan change from Microsoft. From January 2025-May 2025, a specific storage account on a subscription I am a part of incurred very high costs during this period. After some…
Azure Storage
For Azure Blob Storage with either Legal Hold or Time-Based Retention Hold prevent a user with ACL "Reader" & "Execute" roles from previewing or downloading a file?
I have an Azure Blob Storage account, and I assigned a user with ACL "Reader" & "Execute" roles - the user can preview and download files on the Blob Storage account. However, when I set a Legal Hold or a Time-Based Retention…
Azure Storage
A web app is not able to access Storage account SAS URL within VNET.
Hello Team, I have a use case, where I have a web app (Python-based), that lets us translate documents using azure document translator API. As per the documentation, azure document translator begin_translation needs and for the documents. All my…
Azure Storage
Azure AI Translator
Azure Private Link
Azure Static Web Apps
endpoint can not access workspaceblob resources
I created an realtime endpoint, deployment is successful. Im trying to fetch files from the blobstorage in the run() function with following code:
Azure Storage
Migration to version-level immutability stuck
I enabled version-level immutability on all my storage containers but for some unknown reason 2 of the containers failed to enable it and now after 3 days the policy is still stuck showing as unlocked but not giving me any option to either edit or delete…
Azure Storage
Azure Blob Storage
Unable to delete Azure Storage account, due to error: StorageAccountOperationInProgress
I am currently struggling to delete a storage account, that was created a long time ago. This storage account was created via Terraform and things to note when it created is: Customer managed key configured for encryption, Selected virtual networks…
Azure Storage


Unable to delete storage account, can't raise a support ticket
Can someone please help me delete this storage account, that has existed since 2023. I have tried several times and even just upgraded my account for better support. But can't raise a ticket??? Why is this platform so difficult to use for no reason? I…
Azure Storage


Azure storage
I created a full backup on a windows server, used AZ copy to copy that image into an azure storage account. How can I attach that image to a VM in azure? The goal is to have the local server backup I created launched in azure cloud vm.
Azure Storage
Delete Storage Container
I am encountering an issue deleting a storage container. I followed the instructions outlined here (https://learn.microsoft.com/en-us/answers/questions/1300488/delete-storage-container) and removed all associated policies, but the container still cannot…
Azure Storage
How can I add an Azure File Share to my container deployment to persist data using github workflows and aci-deploy@v1.1.3
Hey there, I am having trouble using azure file share as mounted volume aci-deploy@v1.1.3. I use a Service Principal with Contributor privileges and a LRS/ StorageV2 Storage Account. I am pulling the alpine image from docker tag the image push it…
Azure Storage
How can I upload file from local to storage account using EV2
I tried How to upload the snapshot json into the storage account with Ev2 ARM template? - Microsoft Q&A. But while putting the local file name to templates getting error that file not present, bacpac file which I want to upload to storage account…
Azure Storage
Retrieving Last Modified Dates for All Tables in Azure Storage Account Using PowerShel
I am working on a project that requires obtaining the last modified dates for all tables within our Azure Storage account. The objective is to monitor and manage data effectively without making any modifications to the existing data. What We Have…
Azure Storage
resource activation
Hi , i already registered for the challange, why i cant login from my personal email id,first step is about to create account for resource
Azure Storage

python SDK azure-mgmt-storage removed v2023_05_01 and added v2024_01_01 but API version '2024-01-01' not available in Azure China
we has been using python SDK azure-mgmt-storage for a while but recently we encountered an error as below, 2025-02-20T07:15:38.202 [Error] Executed 'Functions.httpGenerateTempSASTokenForOneDataPortal' (Failed, Id=43880530-afa8-4c22-962c-3f4cacf8c3ac,…
Azure Storage
Azure - Bicep deployment DeploymentActive - Unable to edit or replace deployment
Hi, I'm seeing this error daily when deploying Bicep from Azure DevOps. {"customHtml":{"htmlTemplate":"<code><div><div>Unable to edit or replace deployment 'config1740623100': previous deployment from '2/28/2024…
Azure Storage
Entra ID OAuth2 Token signature failure when listing container
I am trying to use REST & Entra ID token for a user managed identity to list containers and read them for a blob. While I was able to get a token and list the storage account ok like this: Invoke-WebRequest -Uri (-join…
Azure Storage
Azure Blob Storage
I have deleted lots of blobs but the metrics (and cost) didn't get updated
Hello, Over the last 7 days, I have deleted over 787M blobs on my storage account. But I see no change in the blob count metric or in the daily billing for data stored in that storage. I have no soft-delete or snapshot enabled on the storage. …
Azure Storage
File Refresh
I have a file which is necessary to make some UI changes for my application. In my setup I generate a file in my local system first, then the same file gets uploaded to a file share in the azure storage account. Now I make changes in my local and test…