Azure Front Door with Storage Account Containers for Each Environment – 404 Issue
Hello, I am implementing Azure Front Door with a single Azure Storage Account that contains multiple containers, each designated for a specific environment (e.g., dev, QA, UAT, etc.). My goal is to use Azure Front Door Private Endpoints to securely…
File rename, Empty folder and container level ACL
We are using Blob storage API for file storage in our application. We are facing the following challenges: Unable to rename the folders Unable to apply container level ACL Unable to create blank folder (folder without files)
![](https://techprofile.blob.core.windows.net/images/plYzsHbbFkSRZoNnNRfYxw.png?8DD363)
Blob Storage Trigger Function App is not working for 1 user but works for the other one.
Hi Azure community I have an Azure function App that is Blob Triggered. Each time I upload an Excel file it triggers the function app. Whenever my colleague tries to do the same it doesnt work. Both have the exact same set of roles and accesses. The app…
in command "az storage blob list", why Azurite can use object name as "ContinuationToken" but Azure can't?
hi team, I am testing Azure storage blob, and I am testing it with Azurite (12.22.0) My question is why Azure can't use object name for "marker"? What I found works in Azurite I expect it works in Azure, however which is not the case. For…
Microsoft.Hadoop.Avro is not supported for net8.0 project
I want to use AvroContainer.CreateGenericReader to read avro file after download it from azure blob storage. But Microsoft.Hadoop.Avro is not supported in net8 project as the following error. Any suggested pkg to read the avro file? Package…
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…
I'm having difficulty finding a Developer to speak with, to help me standup my Azure SQL Data Warehouse
Hello, I'm on the $29/month developer plan and all I'm hoping for someone to give me a call to provide guidance. While the documentation says this is possible, I'm unable to find any direct ways tor request this. What I'm ultimately trying to do is…
Data Share no support for Azure Blob Storage with restrcited network (for NFSv3)?
Hi, seems we can't map the data share to a target which is a NFSv3 enabled Azure Blob Storage. Please clarify. This page doesn't mention anything https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/data-share/supported-data-stores.md…
How do I copy multiple arrays from an Append Blob into SQL using an Azure Data Factory pipeline?
Hello! I am currently having trouble setting up an API data flow in Azure Data Factory. The pipeline I have created, among other things, uses an until loop to pull 1000 records from an API connection at a time and post them into blob storage. Then,…
Region-specific drives for a VM located in Azure AU region
Hi Team, We have a requirement from clients to have the data in the respective data drives, for example - client from US wants to have their data in a drive which is physically located in the azure data centre in US region. We are looking at partitioning…
How to whitelist an External Customer's Azure VM to allow them to connect to our Azure SFTP
Hi We have an internal Azure SFTP we use to receive data feeds from external clients. We add external client's Static IPs to the whitelist to allow them to connect. One of our external clients is moving to an Azure hosted virtual machine, and we are now…
I want to restrict azure ADLS SFTP access to directory level.
I want to created sftp for 5 user and want to maintain all the sftp folder in one container.
No longer able to see files after navigating to blob containers over a VPN connection.
Various messages received: Your firewall settings may be preventing network access from this client to the storage data endpoint. CORS settings on your storage account may be preventing network access from this client.
How to fix destination container url folder in Azure Batch Transcription?
import os import datetime import json import time import requests from azure.storage.blob import BlobServiceClient ======================= Configuration Settings ======================= Provided container URL for audio files…
How to fix Authorization Failure issue when Deploying online ML deployment in existing Endpoint from Azure container registry using .yml script .
I have an azure Container Registry repository where i have uploaded my ML Model as Docker image to deploy in Azure ML Workspace. Using .yml script, i am creating Online ML Deployment in existing endpoint, which is causing Authorization Failure in between…
Azcopy failing with Error 409 : 409 The requested operation is not allowed in the current state of the entity.. When Uploading blob
Hi, Any idea about this error message while using Azcopy to upload files from local to blob Error 409 : 409 The requested operation is not allowed in the current state of the entity.. When Uploading blob
Understanding and Disabling Snapshot Creation in Azure Blob Storage
Hi everyone, I'm trying to better understand the snapshot creation mechanism in Azure Blob Storage and would appreciate some insights from the community. My questions are: What triggers snapshot creation? I’m unclear on what specific operations or…
VS Azure Function Blob Trigger does not fire
When I configured an Azure Function on VS code, it did not fire whenever there was a change in blob storage in my PBIZeroTouchBlob.cs file, which was tested in three different locations - same directory as PBIZeroTouchBlob.cs file, Azure Storage Emulator…
Logic App stops detecting Blob Storage changes
We have a Logic App that monitors a blob storage path. On Sunday evening that blob storage location reached approximately 33k blob files. At this point, our logic app continued to trigger, once every minute, but each trigger was skipped as if it…
Azure Data Factory - Copy SharePoint Files to Blob Storage - SharePoint file names contain #
Hi, I am setting up a pipeline in ADF to copy a load of files from a SharePoint Online site to Azure Blob Storage and I've got it working, except for the fact that it turns out a load of the files have the # character in their name, which means the call…