Does Azure snowflake SPN need change when a blob storage is switched from public network to private network?
Hello! My storage account is currently configured as public endpoint "enabled from all networks": Snowflake data is unloaded into blob storage in .csv files using COPY INTO command. I have added the AZURE_MULTI_TENANT_APP_NAME as SPN in…
Unable to upload .exe files to Azure blob container in Azure Storage Account
Hi I am trying to upload an exe file to my Azure Blob container but I am getting below ( forbidden ) error. Also when I tried with .txt, .ppt .ps1 extensions I am able to upload those. Is there any restriction MS has for (.exe files). I am having…
How are charges applied if VMs and Storage Account are in the same region?
How are charges applied if VMs and SAs are in the same region? Whether Standard Data Transfer Out will be charged for traffic? Storage Account have no Availability Zones and same with VM.
How to isolate SFTP home directories with Azure Blob Storage
I'd like to SFTP users for uploading content at scale and in a way that each user is constrained to their home directory. Is that even possible in a shared container and if so, how? In my limited understanding I thought the approach might be: Create a…
Missing Columns in ADLS from Storage Blob Logs
After changing the storage blob logs destination from Log Analytics to ADLS, the logs table StorageBlobLogs contains 52 columns, but certain columns for read, delete, and write actions are missing in the ADLS logs file. What could be the reason for…
How to download multiple files or folder from Azure blob storage container
How to download multiple files or folder from Azure blob storage container. Able to select multiple files but didn't get download multiple file option
Cannot find a recently deleted storage account
A storage account was deleted less than 14 days ago and I cannot find it in this url https://portal.azure.com/#browse/Microsoft.Storage%2FStorageAccounts how can I find so we can recover it? Checklist ✅ The storage account was deleted within the past…
Indexing html & htm documents from Azure Blob Storage to Azure Search Index using an Indexer.
Hello everyone, I am trying to set up an indexer that will index documents from a data source (Azure Blob Storage) to an Azure Search Index. I have also created a skillset that contains a chunking and an embedding skill. Specifically these are the…
Issues Accessing Azure Blob Storage with Anonymous Access Enabled
Why am I unable to access blob data in my Azure Storage account despite having anonymous access enabled? PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.
I own the AI Foundry account but cannot access blob storage.
I am the owner of the account. I created an Azure AI Foundry hub and project. I created a few prompt flows. After a day or two, I am unable to access the blob storage account associated with the hub. I have added myself to the Storage Account as a…
How to upload the snapshot json into the storage account with Ev2 ARM template?
I'm trying to use the ARM template and EV2 to upload the snapshot json into the blob storage account. Is there any existing template or examples to support this action?
how to create backup of blob storage
how to create backup of blob storage in azure how to create backup of blob storage in azure
Unable to Access Blob Storage Containers Despite Ownership
There is a container called indexer-examples that cannot be accessed, along with other containers created previously. All storage accounts are currently inaccessible, even though role assignments indicate ownership. What could have happened and how can…

How to create storage lifecycle rules in the different policies
I am trying to use java code to set the storage lifecycle policies to expire the data by prefixes. But I noticed it only allow to setting 100 rules under a…
Permission issues with Storage Account while I'm trying to open my Project in Language Studio
Hi! I created a Azure Language resource in my environment and linked it to a Storage Account. This Azure Language has a Managed Identity, to which I gave the following permissions within Storage Account: Contributor, Reader and Storage Blob Data Owner.…
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…
itms-services not working with Azure blob storage SAS URL
When I'm using itms-services://?action=download-manifest&url={URL}, itms-services seem to be working. But, when I'm using itms-services://?action=download-manifest&url={SAS URL}, it doesn't seem to work (nothing happens). Can someone…
I'm looking to get better results from Open AI Chat and AI Search from my Indexd data
I have completed the program necessary to enable my data to be indexed and accessed by Open AI to answer questions. The problem is the results are not very good. I need help with verifying if I'm using the proper Index setup (semantic) parms The…
Rule filters in Lifecycle Management Policies for Azure Blob Storage
Is it possible to use Rule filters in Lifecycle Management Policies for Azure Blob Storage to: Apply a certain rule to all data in a certain folder but; Exclude the rule from being applied to specific folders within that parent folder based on an ID…
Storage account used capacity showing incorrect in portal compared to actual used capacity
I have noticed a significant difference in the reported storage capacity of my Azure Storage Account: Azure Portal used capacity: 4.56 TiB, PowerShell Script: Total Storage Size (Blobs + Files + Queues + Tables) = 0.81754088960588 GB Is there an…