Azure Storage Blob access issue and not authorized to access while accessing blob container behind Firewall and network
I have one Azure Storage account with Public Blob access is disabled (Anonymous access denied) and we have allowed VNET and Firewall IP in networking to access our blob container and data which resides in , all time IP are are adding when it change and…
An unexpected isssue in EventGrid Callback validation requests
I did spend hours trying to figure out why Cloud Event Webhook validation was ok in one service and failed in other services in Azure. I was running the exactly the same App as a App Service and Container App. I found out that the problem was that the…
Configuring the Azure Storage Account Access keys automated regular rotation?
What is the best way to enable and configure the Azure Storage Account Access keys automated regular rotation? I need to get both Azure Storage Account Access keys regularly rotated daily. Thank you.
Unable to update Azure Storage Account minimum TLS version: Error: Managed Service Identity (MSI) was not found for resource ''
Following the announcement about the retirement of TLS 1.0 and 1.1 support, I tried to update the minimum TLS version on one of my storage accounts to 1.2 (via the Azure Portal). It failed with the following error: Failed to update storage account…
How to make my used but deleted storage account name available for use by another tenant?
Hi, Recently, I created a Powershell script which creates a storage account [storageaccountname]. For testing purposes, I ran this script in my own tenant. After it being successful, I deleted the resource group the storage account was part of, thereby…
Hi, I want to fetch information for each storage account - blobs, queues, files, tables
Hi, I want to fetch information for each storage account - blobs, queues, files, tables. In the portal we can see that we have a storage browser for each storage account which gives info about blobs, queues, files tables. How can I fetch it for all of…
Azure Confidential Ledger ARM template re-deployment infinite loop calls to Ledger_ListBySubscription
When using an ARM template to deploy an Azure Confidential ledger, resource of type Microsoft.ConfidentialLedger/ledgers, we see that the initial deployment of the Ledger runs fine, however, upon rerunning the ARM template, the deployment gets stuck with…
Azure File Sync and Private Endpoint
We have setup File Sync in Entra with a private endpoint and installed the agenton a small onprem file server. We are not using Azure DNS etc.. and updated the local host file for all the private endpoint IP's and FQDN's. When the Server Registration…
Entra Key Vault Key Rotation Policy to Rotating the Storage Account Key
I created a Key Vault and granted my storage account the Key Vault Officer role. I then setup a rotation policy as outline in the article below. I see versions of keys listed in Key Vault but the last rotation time stamp on the storage account key is…
Entra Monitor not Writing Diag Logs to Storage Account
I enabled Diag logging for our VPN Gateway and selected a storage account . When I checked the storage account container I see a folder for metrics but nothing for connection related logs which I selected in diag settings. Also what is the best way to…
Read-access geo-reduntant storage number of copies?
I believe there's a mistake in one of the questions at the end of the AZ-104: Implement and manage storage in Azure module: From my understanding, RA-GRS only makes 4 copies of the data - not 6. Is there something I'm missing? This question is…
Can we directly call Microsoft server API's by creating custom controls from UI ?
We have an JavaScript, HTML based application integrated with custom policies of Azure Active Directory B2C. Currently we are relying on Microsoft template and modifying the elements from Script side in UI. As per Current implementation we are triggering…
Issue with the availibility zone in storage account
I have a GRS storage account. I'm unable to see the availability zone of the data and resources which are placed in my storage account.
Data factory copy operation in immutable storage fails
I have data factory with one pipeline which do copy operation from one container to another within same storage account. I have two containers "daily" and "weekly" and my pipeline copy files from daily to weekly. When new files are…
Unable to load parquet file from azure storage account
I have created a credential and created a data source. I have placed a csv and a parquet file on the azure DL G2 storage account. I run this and it returns the first column of data as expected........... SELECT id FROM OPENROWSET( BULK…
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 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
On Portal: The "Events" section of every Storage Account returns an error
Hello, When I open up the "Events" section of each of our Azure Storage Accounts, I get an error: 'onInitialize' must return a Promise that covers the full initialization of the Blade, including data-loading. The Storage Accounts are all in…
Automatic deletion of Blob through web job
We have an Event Based system in place where we have events getting triggered which in turn in handled by event hub and then it is moved to data table where after sometime the file get deleted. Now all this happens via job which run continuously and till…
Need to move ~50TB of data from an Azure VM to an Azure File share in the same tenant
I need to move 50tb from an Azure VM file share to Azure files. All of the Azure data move solutions are primarily targeted for on-premises to Azure, but I see almost no options for an Azure VM to Azure Files. Azure storage mover agent are image files…