How much is the ingestion cost for Azure diagnostic setting -> Destination "Archive to a storage account"
I anticipate about 120 million transactions on a storage Account per month, And we want to enable diagnostic logging to track who/when made those transactions. We do not need KQL capabilities and we are ok to have the logs available in a storage account…
Cloud functions - Host instance 'xxxxxxxxxxxxx' failed to acquire host lock lease: Azure.Storage.Blobs:
I have a function app attached to a storage account with 3 functions with timer triggers that randomly stopped working since last month. Any pointers to troubleshoot? Log stream pasted below --------------------------------- …
Azure resource is taking too long to be created
Hi, I am new to Azure and trying to create a storage account resource. I have checked the resource provider and confirmed that all the storage resources are registered. It has been more than an hour, and I am still waiting for the resource page to show…
Service Endpoint deployment
have two questions: If I want to configure a service endpoint between a subnet and a Storage service, does the virtual machine that is part of the subnet need a public IP? How can I verify whether the connection is established over the internet or the…
How can I obtain or create encryption scopes for an Azure storage account by using dotnet?
This document details the operations on encryption scopes. https://learn.microsoft.com/en-us/rest/api/aiservices/accountmanagement/encryption-scopes/get?view=rest-aiservices-accountmanagement-2024-10-01&tabs=dotnet#examples However, I'm not…
Getting InvalidStorageAccountKey error while deploying ACI
I'm trying to deploy an ACI with a mounted Azure File but keep getting an error that the storage account key is invalid. For context. I have successfully deployed other ACIs with volumes hosted on the same storage account and using the same key without…
DenyAssignmentAuthorizationFailed' error when trying to delete the resource group
I am encountering a 'DenyAssignmentAuthorizationFailed' error when trying to delete the resource group. The error message indicates that there is a deny assignment preventing the deletion.
Troubleshooting Power BI and Azure Storage Explorer Connection Issues to Data Lake Gen2 from Azure VM
I rented a virtual machine (VM) and had no issues using it until I needed to integrate it with the Data Lake to optimize my processes. I subscribed to the Data Lake, but I cannot connect to it through Power BI when using the VM. My account is a Gmail…
Over-ride if files already exists
Hi, I am using terraform to upload my local file into azure. I create a file locally, I pass the file to the storage account with a name "lc.yaml", The thing is everytime I will create the yaml file its name will be - lc.yaml, And this…
can the path of source files be the same as the volume's location path?
hi friend, I currently have multiple source files stored on SA (Storage Account) in a directory called /raw/, which also contains a subdirectory /raw/sub1/. When I create a volume, the location is also pointing to SA. Can this location path point to…
Azure Blob Storage: Cost Implications for Soft-Deleted Data in Hot and Cool Tiers
I have enabled soft-delete for 60 days on my Azure storage account. I deleted 50 GB of blobs in the Hot tier and another 20 GB in the Cool tier. How will the charges be applied to the deleted data storage? Will the first 50 GB be charged at the Hot tier…
How can I retrieve an Azure isolated runtime .NET 8 QueueTrigger Connection String from the Key Vault
tl;dr In an Azure Function written in .NET 8 C# in Visual Studio using the isolated runtime, is there a way to allow the Connection for a QueueTrigger to be retrieved via Microsoft.KeyVault()? [Function("ProcessEvent")] public void…
Azure Blob Storage Container Files
Hi, Is their a way to monitor a blob storage container has received a file and then also monitor if the file is in archived folder once it has been processed?
I have created a Azure storage account without static website configuration but facing error retrieving static website properties.
# Azure storage blob resource "azurerm_storage_account" "fuastorageacc" { name = "fuastorageacc" resource_group_name = data.azurerm_resource_group.fua_group.name location =…
Separate folder in Azure storage for each customer
Hi all, We need to implement solution like this: Create 1 storage account and place there "folder" for each customer. Each folder should be have NTFS permission and account from on-prem AD Connect to each folder using SMB Each customer…
How to fix " We’re unable to validate your phone number Phone validation is required to confirm your identity and complete signup." problem
I am from the Philippines and I am trying to create an Azure account, to build my AI agent project. I am unable to successfully do so, because this error "We’re unable to validate your phone number Phone validation is required to confirm your…
Azure Function File Upload Limit Stuck at 32 MB
Hello, I’m running into an issue with my Azure Functions where file uploads are limited to 32 MB, even though I’m expecting a 100 MB limit for file uploads and downloads. I've already tried adjusting the Functions_Request_Body_Size_Limit in my app…
Microsoft.Solutions.ArmApiControl POST not Working
The below snippet stopped working. It is used in generating Template Spec UI definition. The "POST" method , stopped working and it is not returning any value , braking the Template Spec custom UI. We there any recent changes? { …
How do I mount an existing Azure Storage FileShare to a Pod running on AKS
Hello, I'm looking for an example of mounting an existing Azure File Share to a pod running on AKS. I was able to do this previously with YAML as below volumes: - azureFile: secretName: kube-storage-secret shareName:…
Deployment quota behavior when child resource is locked
I have a Resource Group with many resources; one of which is a storage resource. I have a Delete lock on the Storage resource. Recently I tried to perform a deployment on the Resource Group and it failed, sighting the 800 deployment count. I am familiar…