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…
Scraping diagnostic log files stored in azure blob storage without mounting
I asked a question here about How to real-time scrape diagnostic log files stored in azure blob storage, which led me to using append blobs. This however did not solve the problem.In short, I tried scraping azure diagnostic logs as they are being written…
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…
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…
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 obtain or create encryption scopes for an Azure storage account by using dotnet?
This document details the operations on encryption scopes. https://zcusa.951200.xyz/en-us/rest/api/aiservices/accountmanagement/encryption-scopes/get?view=rest-aiservices-accountmanagement-2024-10-01&tabs=dotnet#examples However, I'm not…
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…
Mapping drive letter to Azure Files - Network password is not correct
I've created a new managed domain in Entra Domain Services and configured a one-way trust between my on-prem AD and the new managed domain. I tested this by creating a VM in the managed domain and successfully logged into it using my on-premise admin…
How to create a custom policy to disable Azure Storage Account firewall option?
I want to disable the Azure Storage Account firewall option. Forcing traffic to use Private EndPoint. I have found a few policies, but it is not disabling the feature. I would like to disable the option that is underlined in red. Thanks in advance.
Can I remove AD azure file storage system account syncronising to Entra
We have configured an Azure File Share which is synchronised with our onprem file server (ADDS) and integrated with our private dns. My question is now AD integration is in place and NTFS/Share permissions are there, are we able to remove the onprem AD…
How to connect to a Azure storage account blob storage that has turned off public network access and cannot whitelist IP addresses using Azure Storage Explorer from a local machine on a different network
I am moving some resources behind a virtual network to improve security. I have a storage account that has been disabled from public networks but that is connected to a virtual network. I have setup a CDN that has been able to connect to a blob container…