How to send a mail notification for a failed pipeline in Azure Synapse Analytics?
How can I send a notification email to a specific email address without using a logic app when one of my Synapse Analytics pipelines fails? I would like to include the error message in the email notification.
is there a video showing us how to connect a manaaged HSM with a blob storage account?
We are trying to enable HSM for a blob storage account. So, the use case is to have a different container with a different encryption scope and each scope has it own key that is stored in HSM. However, there is no pick from HSM dropdown in the…
How to fix 'Couldn't interpret '0000-07-01' as a valid DateTime' Error in copy activity - synapse analytics pipeline
Hello, Synapse analytics-copy data activity returning below error. But in my case many rows are having "0000-07-01" date in the DB table column. I have tried to change the datatype then to debug. But failed to copy. And then I tried copy…
Unable to authorize using Azure MS Entra ID authentication
Hi Azure Support Team, I am trying to access my Azure Storage account using MS Entra ID (formerly Azure Active Directory) authentication, but I'm encountering not found errors. However, with the same setup, I am able to connect successfully using either…
Asp.NET Core data protection using blob storage and key vault
The SAS has expired which has taken everything down. How do I get it to work again? I go to the storage account and generate new SAS Then I copy the SAS token and prepend a ? and then use it like this services.AddDataProtection() …
How to disable the Azure storage account container enable soft delete for blobs
I have a storage account in the data protection area where the 'Enable soft delete for Blob' option is greyed out. I'm a Global Administrator and Storage File Data Privilege Contributor, but I don’t know why it’s greyed out. Do you have any suggestions…
Getting Error in communication with the Azure Blob Storage from .Net Application
I have been using Azure Blob Storage with my .net application and I am uploading and downloading files (mostly in .pdf format) in the storage. But recently it started throwing exception related to authentication. I'm attaching the errors' screenshots…
Why I can't import libary azure.storage.blob
When I add the following line into my code of my function app, the whole function app fails to load from azure.storage.blob import BlobServiceClient If I remove the above line, then it works fine. import azure.functions as func import logging from…
How to move a disk or snapshot to another Region? In my case I would want to move a disk or snapshot from East US to West US
I am trying to move a disk or snapshot from the East US to the West US. I've made several attempts, including creating a snapshot of the disk and copying it to another region. I tried the incremental snapshot create and copy too, but failed also. Any…
How do I trigger a blob in a separate storage account using Managed ID?
I want to initiate Blob Trigger on inventorxdata but it is now working as expected. I dont see any logs. Context/Setup: I have artifacts as follows: RG Code: I want to initiate Blob Trigger on inventorxdata but it is now working as…
Did not find any initialized language workers
Hi, I have deployed a blog trigger functions in Azure for more than 5 months. Throughout the course I have not encounter any issues until these 2 days. I am having this error in the function apps while invoking the functions: "Did not find any…
When will the Azure Storage FUSE driver (Blobfuse2) support MS Entra Workload Id for mounting to AKS?
This GitHub issue details the issue many customers are experiencing attempting to mount Azure Blob Storage to AKS Pods, using Managed Identity (MS Entra Workload Id) and the Azure Storage FUSE driver (Blobfuse2):…
How do I set custom domain to storage account with HTTPS without using Azure CDN.
The document said that if I'd like to set a custom domain to the storage account with HTTPS, I'm required to use Azure CDN, but Azure Student doesn't support Azure CDN, so is there any method to use HTTPS without Azure CDN?
How to read text from .doc and .docx files in Azure Blob Storage with Python?
Hello, Is there a way to read the content of .docx files—and more importantly, .doc files—stored in Azure Blob Storage directly in Python without having to download them locally? Handling .doc files locally can be quite cumbersome, so I'm curious how…
need help with storage account, resource group, container and blobs in Auzre
I setup a storage account, resource group and container, and will be migration from Box to a blob, but how do I know how much space is available to migrate the data? I cannot find a way to determine how much space is there so when I migrate it won't…
azure create volume failed with 513: InternalServerError - Error getting List
Hi, I met the errors below several days ago. azure create volume failed with 513: InternalServerError - Error getting List
Troubleshooting ACL Issues for Azure AD Groups on Containers
Why is access not granted to a user when added to a container's ACL via an Azure AD group? PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.
How to Enable Anonymous Access to Blob Container in Azure Storage
How can I enable anonymous access to a blob container in Azure Storage, and what steps should I take if anonymous access is not permitted on my storage account? PS - Based on common issues that we have seen from customers and other sources, we are…
How to Identify and Securely Manage Access to an Azure Storage Account
How can I see who has access to my Azure storage account and ensure the data remains secure, especially when I have issues with data retention beyond one year? PS - Based on common issues that we have seen from customers and other sources, we are posting…
Preventing file access in Azure storage account using archive tier
How can I prevent access to a specific file in an Azure storage account while keeping access to other files and containers? PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure…