I am not able to access the Home (landing) directory drop down when setting up an SFTP local user for a blob storage account. All prequisits have been meet but drop down down on the UI doesn't work.
I am not able to access the Home (landing) directory drop down when setting up an SFTP local user for a blob storage account. All perquisites have been meet but drop down on the UI doesn't work. I have tried manually updating in CLI but cannot get that…
Azure Blob Storage
How do I troubleshoot latency in copying data from ADLS to dedicated SQL Pool?
Copying data from ALDS to dedicated SQL Pool took over 2 hours today between 4 am and 7 am EDST. The activity was cancelled and restarted and no further issues were observed. This is not normal behavior.
Azure Blob Storage
Azure Storage Explorer hanging after attempting a large single file download? Recommendations on Blob Storage transfer settings?
I have an issue reproduced with multiple users where the Azure Storage Explorer hangs at some point when attempting to download a folder that contains a large single blob (115 GB). It downloads other blobs in the folder correctly, but when it gets to…
Azure Storage Explorer
Azure Blob 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
"az mysql flexible-server import create" - InvalidImportSourceDetails from Azure blob
I need to migrate multiple onprem mysql databases to Azure Database for MySQL flexible server. The dumps (corresponding to .sql script files) are then stored in an Azure Storage account. The storage account allows public access without any restriction.…
Azure Blob Storage
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…
Azure Blob Storage
Can Azure Storage Tasks creation be automated?
Hello, I need to run rehydration on 2Pb of data spanning over 9months. Ive been oriented to Azure Storage Tasks, but I would like to run the rehydration on weekly or monthly basis. Is there a way to automate the actual creation of the Azura Storage…
Azure Blob Storage
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…
Azure Blob 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
Can i use windows explorer search to utilize advanced search using keyword for azure files share and using azure ai search with semantic rankers
Can i use windows explorer search to utilize advanced search using keyword for azure files share and using azure ai search with semantic rankers https://learn.microsoft.com/en-us/azure/search/search-file-storage-integration
Azure Files
Azure AI Search
Azure Blob Storage
Container Level SAS Key or Service principal is not working when we connect Azure data Lake storage blob container with POWER BI Service
Hi All, we have a strange thing, our requirement is connect storage account to Power BI using container level SAS Key, it is working fine when we connect Power BI desktop to blob storage and publish the report. Problem- when Same SAS Key we are using…
Azure Storage
Azure Blob Storage
Setting the "defaultServiceVersion" makes no difference on requests without the "x-ms-version" headers set
Hello, I've used the following command to set the "defaultServiceVersion" unto our Storage Account: az storage account blob-service-properties update --set defaultServiceVersion="2020-04-08" --account-name FOOBAR So that when I…
Azure Blob Storage
Cloud functions - Host instance 'xxxxxxxxxxxxx' failed to acquire host lock lease: Azure.Storage.Blobs:
I have a function app attached to a storage account with 3 functions with timer triggers that randomly stopped working since last month. Any pointers to troubleshoot? Log stream pasted below --------------------------------- …
Azure Functions
Azure Storage
Azure Blob Storage

How to create an index and indexer for RAG solution with Azure OpenAI and Azure AI Search in Python?
Hello, I am an enthusiastic supporter of the potential that Azure solutions, particularly regarding RAG, bring to the table. However, my current approach to index creation appears somewhat rudimentary. I currently upload my source documents to Azure Blob…
Azure AI Search
Azure Blob Storage
Azure OpenAI Service
Front Door and CDN with blob storage compression doesn't work
I set up a storage account (StorageV2 (general purpose v2)). A container with access level of anonymous read for blobs only, I can then use a web browser to hit the blob endpoint and get it returned in raw form. Response Headers: Setting up a new…
Azure Front Door
Azure Blob Storage

Azure development issue
issues are regarding the Connection(in Azure function app) using the GRPC port in Weaviate DB Instance, after we have setup the SSL cert. for the Instance
Azure API Management
Azure Virtual Machines
Azure Blob Storage
Azure App Service
Indexing Multilingual Documents with Azure AI Foundry: OCR, Language Detection, and Translation
Hey everyone, I have a few questions about document indexing. I'm using Azure AI Foundry to build an AI chatbot and have uploaded my documents to blob storage in Azure AI Studio (Hub resources from the Foundry directly). My documents are a mix of types…
Azure AI Search
Azure Blob Storage
Azure OpenAI Service

Is it possible to ensure an Azure Function executes only once in parallel?
I have the requirement to execute an Azure Function (let's call it OperationalFunction) only once in parallel. What I mean is the following: I have two "entry point" functions: I have a BlobTrigger Function (BlobTriggeredStartFunction) I…
Azure Functions
Azure Blob Storage

How to fix Language Studio calling the wrong domain when trying to access storage account?
I am trying to create a new Custom Text Classification project in the Language Studio. When I go to select the document that contains all my labels, I receive the following error: The portal cannot access your storage account…
Azure Blob Storage
Azure AI Language
Azure AI services
The latest version of azure-storage-blob for python sdk does not support AzureStack
Hi, I am using the latest version of azure-storage-blob (12.8.1). While creating the object of BlobServiceClient or ContainerClient, I get the following error: ValueError: Unable to determine account name for shared key credential. I checked…