Content
Storage event not matched within bulk insert.
Hello everyone, I am trying to set a storage event trigger that runs when a blob named _SUCESS is created in a container. I tested the trigger by uploading the blob manually and worked as expected. But when testing the trigger in the targeted scenario (A…
How to feed document url to azure form recognizer api in python?
I used from DocumentAnalysisClient in azure.ai.formrecognizer. It has a function called "begin_analyze_document_from_url" (ref: https://learn.microsoft.com/en-us/python/api/overview/azure/ai-formrecognizer-readme?view=azure-python) . this…
How to trigger an on demand style Antivirus Scan with Malware Scanning in Defender for Storage ?
I am currently working with the new Defender for Storage Solution https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-storage-malware-scan to replace an old container based ClamAV Solution. It is fairly simple to setup the on-upload…
Read and Transform not tabular xlsx/xlsm (Excel) file in Azure Databricks from Azure Blob Storage
Hi, I have to read an Excel file (xlsx/xlsm) that is not in a tabular form (inside there are merged columns, images, formulas, buttons, etc..), I have to read the cells I need and create a dataframe from it. My Excel file is in an Azure Blob Storage, I…

Azure Python Function - [HostMonitor] Host CPU threshold exceeded
I am running a python v2 azure function app (consumption plan) using a blob storage trigger. I have 2 functions monitoring 2 different containers and when a new blob arrives, it grabs the blob and inserts it into a DB. The script is extremely…
Blob Storage '+ Add Directory'
I am completing Microsoft Learn Explore Azure Storage exercise Under 'Explore blob storage' point 8 it says "Select + Add Directory and read the information about folders before creating a new directory named products." But I cannot see any…
Reported phishing websites that violate blob storage service but no answer
Hi, I reported a phishing page with the URL: https://ihasite.blob.core.windows.net/cmssite/iha/media/ihasite/vos69iha.html https://dfwblobstorage.blob.core.windows.net/ewcmediacontainer/eatwisconsincheese/media/content/tu8ra.html several times in the…
APIErrorException: (InvalidImageSize)
I am working on face recognition using azure face Api. I have two sets of data. 1, students data(contain one images of per student I have 100 students total) 2, cctv frames data(contains photos of cctv feeds that has students faces I have 10 frames) I…

AuthenticationFailedServer failed to authenticate the request
I use generate_file_sas to get a token for a file in Azure Blog Storage file shares. The code in python is as below def get_file_sas(cls, account_name, share_name, file_path, rights, minutes): # Create a SAS token that's valid for 30…

"GetPathStatus" - about 2.5 Billion requests a month "ListFileSystemDir" - about 0.8 Billion requests a month
We are running a datalake using ADSL v2. Its just a BLOB store, and we run our Hive on top of it. However despite having just around 50K queries a month... we're getting 2.5 Billion "GetPathStatus" 0.8 Billion…

How can I insert pdf file from SQL server into Azure Blob Storage. I'm using Azure Sql Server
I want to insert a pdf file into the bob container using a binary string from sql server on Azure. I can only use SQL code. I can easily get the pdf from the blob container using SQL code. But when I try to insert the pdf into the blob container I get…

Unable to rename Blob object without adding my public ip
I have a storage account adls gen2 for my Synapse workspace, It's public access is disabled and can be accessible from only selected virtual networks and IP addresses. I have configured a private endpoint. Using VPN I'm able to access all blobs, but I'm…
Restrict access to a specific container in a Azure Storage BLOB to specific tenant (Azure AD)
We are thinking to create a web application which will allow login to multiple organizations users (multi-tenant) Logged in users will be able to upload files, so we are going to upload those files to Azure blob storage. We are planning to keep a…

How to store multipart form data attachment in azure storage account from Azure APIM with filename
Our Mobile App is uploading user attachments and storing it in an SQL table using a function App backend API. We now want to change the flow to MobApp-APIM-Storage Account. We have been able to store and retrieve the attachments through APIM and Storage…
Blob versioning is enabled but version id is blank
I would like to clarify the behavior of blob versioning in a scenario where it was initially disabled, then you updated the blob data, and finally, you enabled versioning for the first time. In this situation, the version id appears to be blank. Is this…
Azure Blob Inventory: How are costs calculated
Here, you see the costs for Azure's Blob Inventory Service. For me it is unclear, how the costs are calculated. Is it per GB or per 10000 items? Assuming I have a Blob Storage with 100 items which a size of 1 GB how can I calculate my costs?
How can I make my link from Azure be unique
This is my link https://synnsites.z13.web.core.windows.net/ but I'd love if it was a unique one something like, let's say https://synnsites.net/ How can I handle this?


QLServer 2019 Polybase - CREATE EXTERNAL DATA SOURCE returns unsupported URI
I am trying to create an external data source in SQL Server to an Azure Storage account. I have created the database scoped credential, but when I execute the CREATE EXTERNAL DATA SOURCE command, I get this: Msg 105080, Level 16, State 1, Line…

Azure SFTP - Malware Scanning & File Format Scanning
I am looking to create a solution that will allow external clients to post large capacity to Azure Blob storage via SFTP. I need to ensure that the data feed is automatically scanned for security threats such as Malware. Can someone please confirm that…

I am uploading more than 100 MB of doc file on azure storage with rest api with node js, but I am getting timeout error. I tried multiple ways to upload via chunks but failed to do that, does any one can help me to do?
I am uploading more than 100 MB of doc file on azure storage with rest api with node js, but I am getting timeout error. I tried multiple ways to upload via chunks but failed to do that, does any one can help me to do?
