Issue with Veeam transferring moving data from the capacity tier to archive tier.
We are continually failing to archive data from the capacity tier via Veeam. Here are the errors in Veeam which point to an access issue between the capacity tier and archive tier. [31.03.2025 06:36:20.846] <14> Warning (3) Agent failed to…
Need help setting up isolation models for secure multi tennancy service
I need to implement proper multi-tenancy for my application in Azure to ensure complete data separation between different customer organizations. I understand Azure offers various "isolation models" for multi-tenancy, but I haven't worked…
Blob Storage SFTP down? 3/25/2025
All of our SFTP sites are down...Any service disruptions?

Azure Blob Storage - REST API responses changes from JSON to XML
We are using Azure Blob Storage with Standard tier. We faced an issue after using the azure blob storage Maven dependency. We have Java Spring web application with REST API which returns API response in JSON format. After using the following Maven…
Upload to container: '$web' in storage account: 'knockfashionretailer' with blob prefix: '' failed with error
Issue Description Log: 2025-03-26T11:44:42.9146612Z ##[error]Upload to container: '$web' in storage account: 'knockfashionretailer' with blob prefix: '' failed with error: 'AzCopy.exe exited with non-zero exit code while uploading files to blob…
How to work with large pdf stored in azure blob storage
We upload the large pdf to azure blob storage which has 6 to 10 thousands pages. After uploading we have to work on that pdf file and after working reupload the same file. For now we first download the file because we have work with that files but when…

Upload image to Azure blob storage throws error
I am trying to upload image to Azure Blob Storage via Azure portal but getting the error shown in 'Upload blob' side panel. {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at…
Blob service unreachable
here's the error I receive when accessing the blob storage…
How to isolate SFTP home directories with Azure Blob Storage
Is there a way to constrain SFTP local user to their home directory in a shared storage container? In my limited understanding I thought the approach might be Create new home directory with ACL permissions rwxrwxrwx. Create new user with that home…
How to add index tags and it's values while uploading blobs using azcopy?
How to add index tags and it's values while uploading blobs using azcopy? I want to upload thousands of blobs in a storage account using azcopy tool. I want to also add index tags to each blob with it's values. For example, for each blob that i upload i…
URL(Sas) for blob access generates 403 error on Azure, but works in development
I have a site that provides access to videos: generates a URL with Sas passes the URL to a HTML5 video component The Sas is generated through a UserDelegationKey and the BlobServiceClient is authenticated with DefaultAzureCredential. I have…
Azure App Service vs. Azure Blob Storage + CDN for Hosting Frontend: Cost, Security & Performance Considerations
I was initially hosting my frontend on Azure App Service, but I am now considering switching to Azure Blob Storage + Azure CDN to reduce costs. I would like to understand the pros and cons of this approach in terms of: Cost: How much cost reduction…
fastest way to rename/copy 4 millions files from one azure blob storage to another (or within same) with different destination folders and file names from source (based on a mapping file or table records for each file)
we need to copy/rename more then 4 million small files in Azure blob storage. we have the source folder and file name and mapping to target folder and file name in a table or can have it in mapping text file as well. we already have the source files in…
I'm trying to optimize data \and access in Azure Blob.
I have a large number of small files that need to be accessed frequently, and I’m noticing increased costs and slower read performance. Would batching files into larger blobs improve efficiency, or is there a better approach? Also, what’s the best way to…
ROLE RBAC - I have to do something
I received the notification regarding the RBAC access mode. for my account, I have no co-administrators but only my account exists to access. are there any other operations to perform or as far as I understand, I do not need to do anything else. Thanks!
Azure Static website react.js getting 404 in the browser but returning the correct content on a path
So like I normally setup static websites, with error page going back to index.html. The browser response shows a 404 though, on local it works ok and shows a 200. I'm not sure if this is an issue with the reactjs router or the azure static website…
Downgrading Premium Storage to Standard Without Migration
Hi, In our Azure subscription, we have a Premium Storage Account that is significantly increasing our costs. We've recently determined that we don't need this tier and have already moved our workloads to another storage service. Now, we'd like to…
Copy All folders and recursively all files from one storage account to another - archive tier files not copying
Hi, I have a number of folders and blob files in "<source-storage-account-name>.blob.core.windows.net/<container1-name>/<blob-path1>" in various tiers hot, cool and archive. I am using the following command to recursively…
Want to confirm that my blob trigger for function app is updating worm blob storage
Hi I wanted help confirming if my Blob Trigger to copy from one storage account Blob to another storage account WORM was working correctly. I know the script(uses AZCopy) works but I am unsure if it is actually updating the WORM side of things,…
Unable to import DefaultAzureCredential from azure.identity
Hi, I'm trying to execute a simple code importing DefaultAzureCredential from azure.identity library but I'm getting following error: ImportError: DLL load failed while importing _rust: The specified procedure could not be found. I found some…