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…
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…
Veeam backup copy to Azure - Speed
Hello, I set up my Azure Blob Storage and added as a repository to my on-prem Veeam Backup server. We have an infrastrucure of some TB and i tried to run some backup copy to the blob storage (direct way). I noticed that the speed of the transfered file…
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…
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…
Debugging Data Loss in Stream Analytics to Event Hubs
A stream analytics job has been set up to transfer data from a blob storage account to Event Hubs and subsequently into a Kusto database. There is an observed data loss of 10% compared to the original blob storage account. What methods are available to…
Query on NFS-Client
Hi All, I have a storage account created in Azure, and under Data Storage, I have NFS file shares. Is it possible to mount these NFS file shares on Windows Servers? On one of my Windows servers, I have enabled the NFS client using the following command,…
Automate deployment of Storage account Life Cycle Management policy
Hi Team, I have manually created one storage lifecycle management rule manually from portal I need to put it in a devops pileline. I need different policies for different containers within the storage account. Which means when new container gets created…
Blob already exists azure storage account
Hello there. I got this issue pertaining Storage account particularly its blob container. It is link to Filebeat using the following data below: eventhub: <eventhub_name> cosumer_group: <consumer_group_name> connection_string:…
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 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…
I am not allowed access to the blob storage that I created.
Hello, I'm trying to use the "document translator" feature in Azure. In step 1, it asked me to create a blob storage, which I did. Now when I go to select the storage account, it prompts that "The user must have "Storage Blob Data…
Public access error from Spark Pool, but access working from SQL on Demand, linked blob storage
Hi, I have successfully linked to my Synapse workspace different Data Lake Gen2 (Abfss) storage accounts, and Blob storage accounts. I can explore the content, and even during the linking process, I get the connection test successful. All using managed…
What is the difference/similarity b/w public and anonymous access
Please explain difference/similarity b/w public and anonymous access in terms of Modify-SABlobPublicAccess
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…
My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
Connecting Azure logic app with storage account to generate SAS URI
I am trying to connect to Azure storage account from Azure Logic Apps using Managed Identity to generate Delegation SAS for blobs. I have followed this documentation to create the workflow:…
Index Custom metaData properties to a specific index
I have this custom metadata defined in a file: I want to pass them to my fields in my index so that I can use them to filter my search, here's the field structure: I'm having an issue passing this custom metadata values, can someone help me?…
Unable to write rows into sink from SAP CDC Connector
I am working on extracting data from SAP BW and writing it to Azure Blob Storage using an ETL pipeline. Initially, I experimented with delta/incremental loads, but now I need to perform a full load. However, after switching back, I am unable to get any…
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…