Is it truly possible to get an export of your personal data from Microsoft, or is it all procedural loops and technical jargon?
I’ve been waiting over a month for my personal data export from Microsoft. Despite multiple support interactions, I’ve received no resolution—only deflection. Most recently, support attempted to blame the XML error on my ISP (Spectrum), which is both…
Azure Blob Storage
Locked immutability policy preventing container deletion
We’re unable to delete an Azure Blob container due to an active locked immutability policy. This immutability policy appears to have been locked inadvertently during testing and now prevents container deletion.The data in this container is non-regulated…
Azure Blob Storage
Developer Access to Blob Storage
Our developer Srihrasha can't access our blob storage despite having the role permissions https://portal.azure.com/#@cliqueprize.com/resource/subscriptions
Azure Blob Storage
Creating an Azure Alert for big file writing to blob storage
We need to get an alert email notification when blob storage reaches a particular GB.
Azure Blob Storage
Unable to establish connection for SAP ILM on Azure BLOB storage
Hello, We are in the process to use Azure BLOB storage for SAP ILM storage (On-prem) S/4 HANA server. We have made all the necessary configuration based on PDF file provided, but when we run SAP program RILM_STOR_TEST_AZURE, we get authorization error…
Azure Blob Storage
Listing Blobs using sdk runs into this exception "he stream was already consumed. It cannot be read again."
I have the following code written to list blobs in a container as part of a controller api. public async Task<IDictionary<string, string>> ListBlobsWithContentAsync(string container) { …
Azure Blob Storage
Azure Blob SFTP services cost
Azure blob sftp has hourly transaction cost $0.30 per hour which comes about $220 per month. If I have 40 containers in blog with 40 users uploading, would it go as many folds or it is flat $0.30 cost regardless of number of container.
Azure Blob Storage
Azure Blob Storage rejects Cloudflare location headers with non-ASCII characters (400 Bad Request for Polish cities like “Poznań”)
We’re running into a frustrating and business-critical problem with Azure Blob Storage behind Cloudflare. Our PDF files are in an Azure Blob container with anonymous public access enabled. Cloudflare sits in front as a proxy and adds standard headers…
Azure Blob Storage
How to ignore ETag checking and fix this error
I read from and write to blob content in Azure blob storage. File is being changed (new content is getting appended to the file) at the same time while it is being downloaded. I get error in the below stream.Read() line. Which I believe is because of…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | C#
Azure 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…
Azure Blob Storage
Unable to delete Azure Blob container due to ContainerImmutableStorageWithVersioningEnabled error
Hello, I’m trying to delete an Azure Blob container that was previously used for backups in a test/non-production environment, but I’m getting this error: "The requested operation is not allowed as the container has a immutable storage with…
Azure Blob Storage
Azure blob NFS protocol kubelet Deadline exceeded error
We have deployed azure blob with Nfs protocol . Below is storageClass code. It was working fine when we had public with limited access. Not when we had private endpoint few pods are coming up. But we are having error like #### kubelet RPC deadline…
Azure Blob Storage
Unable to locate Microsoft account used to register for AZ-104 exam and AZ- 500
I registered for the AZ-104 Microsoft Azure Administrator exam and AZ-500 but I forgot which Microsoft account I used. I tried the following email addresses: ******@gmail.com dd*****@outlook.com dh*****@outlook.com dd*****@outlook.com I am…
Azure Blob Storage
Migration of Azure Blob Storage accounts created by Databricks
We've received an email from Microsoft titled: 'Migrate your legacy Azure Blob Storage account to a general-purpose v2 (GPv2) storage account by 13 October 2026' Which is reasonable. Except that the only Blob Storage accounts we have are those…
Azure Blob Storage
Flickering issue: Blob metadata not updating via Python SDK despite successful response
We are encountering an inconsistent issue when setting blob metadata using the Azure Storage Python SDK. When we send metadata updates for a blob, the SDK call completes successfully, and the response indicates the blob was modified. However, in…
Azure Blob Storage
I am not able to create stoarge account in azure.
Hi I am not able to create Azure storage account, I am using Azure student subscription tried multiple regions no use. Error - RequestDisallowedByAzure) Resource 'gopiststorageaccount' was disallowed by Azure: This policy maintains a set of best…
Azure Blob Storage
i am using azure with cloudflare for storage blob static website i have done all the steps with dns and connecting with asverify but im still getting the same error invalid uri
i am using azure blob storage for my static website with cloudflare I have followed all steps regarding connecting a custom domain with asverify as well and without enabling proxy status and disabling it but still getting the same error invalid uri I…
Azure Blob Storage
Azure blob versions don't show up under the blob versions
We have setup a blob (versioning enabled) for our Veeam Backup cloud storage and per Veeam's documentations their immutable storage setting only works with Azure blob versioning. Blob Soft delete and blob snapshots are not supported. After creating this…
Azure Blob Storage
Upgrade to a storage account with Azure Data Lake Gen2 capabilities is temporarily unavailable
i am not able to upgrade storage account please refer the below snippet tell me what is the best approach
Azure Blob Storage
Working of life cycle management policy with immutable time based retention policy for archive blob
My scenario: I have folders with files inside an Azure Storage Account blob container. I need to keep these files/folders in the archive tier for 30 years. To prevent accidental deletion, I have enabled an immutable time-based retention policy (locked)…