unable to access CSV file from azure block storage
Good Morning, i have set the azure block storage to import CV Excel file into MSSQL Database. it was working fine using the procedure below: BULK INSERT [dbo].[WCities CA and US] FROM 'vulnerability-assessment/Date Master88.csv' WITH…
Azure SQL Database
Azure Blob Storage
azure storage account is iaas or paas?
Hi team, is azure storage account is iaas or paas? i know storage is iaas but since i am not managing the storage server, availability/dependencies behind the azure storage account i think it is paas? please confirm
Azure Storage
Azure Blob Storage
Azure Blob Storage fails to authenticate: "Make sure the value of Authorization header is formed correctly including the signature"
Hi I am trying to upload a binary file (a blob for an excel file, actually) to my storage account but the client fails to authenticate under the error message: 403 (Server failed to authenticate the request. Make sure the value of Authorization header is…
Azure Blob Storage
Why did my storage costs suddenly increase by 700% ?
What I'm using: Blob Storage In the archive tier With 4-5 TiB of used capacity The Problem: My normal daily costs were 0,15 € in April. But in one day, the costs increased to 4,02 € and the day after that 6,78 €. I got an alert and looked at my cost…
Azure Cost Management
Azure Blob Storage
How to download the stl files stored in a blob storage and attach these links in a SQL Database to directly download the stl files from the storage without giving access to other files
I want to attach the links of a stl files which are stored in a container and these links are attached in a SQL Database, so it can be given to my teammates for download a specific files mentioned in a SQL Database. Please let me know the method to…
Azure Storage
Azure Blob Storage
Change sFTP password length of 88 characters
Hello, I hope you can help me. I enabled sFTP on an Azure Blob Storage Container. But the SSH password that is created by default is 88 characters. The usage of this sFTP is to load photos taken by an IP camera, but this camera accepts a password…
Azure Files
Azure Storage
Azure Blob Storage
Azure Disk Storage
Virus Scanning on uploaded file to Azure Block Storage via Azure Web App as of 2020
My project needs to perform virus scan on uploaded files via Azure AppService web app. Files will be stored in Azure Block Storage if they are cleaned. Otherwise, they are rejected to users. My question: How should I implement this, does Azure provide…
Azure Files
Azure Storage
Azure Blob Storage
Azure Disk Storage

Automatic delete of old Azure Blob Container Versions
Hello, i have a problem/question. We have setup an Azure Blob Storage and Store there some data in containers. We also have enabled versioning and soft-delete 14days. Also we have setup lifecycle managment: { "rules": [ { …
Azure Blob Storage
Put Blob REST API Content-Length error
I'm trying to write the XML response obtained from a REST API GET request to a file in Azure Blob Storage, using Azure Data Factory. I'd prefer to use the Copy activity to achieve this, but it doesn't support XML sinks. I've therefore been forced into…
Azure Blob Storage
Azure Data Factory
Azure | Azure Startups
How to set Content Security Policy (CSP) Header Not Set for Azure Blob Static Website
Hi Team, I've resolved my problem about the proxy disclosure and now I undergo a problem about Content Security Ploicy (CSP) Header Not Set. This is a screenshot displaying the case. Thanks for your feedback
Azure Blob Storage
Transfer files from Azure Blob Storage to Onedrive folder
Hi, We have some data-files being generated daily in Azure and placed on a blob-storage but users can only access them by manually downloading them using Azure explorer's download function What's the recommended way to automate a daily file transfer…
Azure Files
Azure Storage
Azure Blob Storage
Microsoft 365 and Office | SharePoint | For business | Windows


Azure Storage Account : Blob service (SAS) Connectivity Check FAILED
We created a new Storage Account on Azure. And, when we perform the Connectivity Check, it shows that Blob service (SAS) endpoint is not accessible with message "Public access is not permitted on this storage account." The status code is 409. …
Azure Storage
Azure Blob Storage
Azure Logic App - Overwrite Blob
When using "Create Blob" to write a blob from Logic App to Blob storage v2, I get the following error when there's an existing file in that location. { "status": 409, "message": "Another active upload…
Azure Data Lake Storage
Azure Blob Storage
Azure Logic Apps

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…
Azure Files
Azure Storage
Azure Blob Storage
Azure Disk Storage
Connection to Azure SFTP doesnt work using JSCH
Hello everyone, we are currently working with a cloud product that uses JSCH internally to connect to external sftp sources. Im investigating an connection reset exception that we are getting when trying to connect to azure sftp. Using wireshark…
Azure Storage
Azure Blob Storage

Failed to delete storage account
Screenshot 2024-08-08 at 4.26.37 PM.png Receiving an error "failed to delete storage account". Versioning will not let me disable it. Screenshot 2024-08-08 at 4.31.50 PM.png
Azure Storage
Azure Blob Storage
Having issues with Azure Function App, which gives error if not run for a week
I have a azure function app. This function is executed when a azure app service makes a request. The azure function gets file from azure storage for processing. If the request is not made for a week, the function app gives error Object reference not…
Azure Functions
Azure Storage
Azure Blob Storage
Azure App Service

How to setup a syslog server with Azure
Hello, I would like to setup a syslog server to capture logs from a Barracuda WAF. It does not appear I can setup a BLOB server. Is there another method. The Barracuda help files states... If you are using a cloud service, they will provide you with the…
Azure Blob Storage
Synology to Azure
Hi I have set up cloud synch to Azure Blob container but I need the Azure blob files to go into Azure File shares, how do I do this as I can't see a quick way to do it? I have 1.6TB in Blob, that needs to move over to Azure File Shares TIA
Azure Files
Azure Blob Storage
Redis import: "Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'"
Our automated Redis import started failing with this message: Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'. Our process is as follows: Generate a SAS url: sas_url=$(az storage blob…