Azure Data Explorer Function to insert the data into Azure Data Explorer table
Hi, I have a requirement to insert the data into azure data explorer table that the data received from the input parameters. My Table structure: Table Name: AlarmReview Table Columns: AlarmId:int,Reviewed:int,CreatedDate:datetime I was able to…
Azure Data Explorer
Azure Function Authentication error using powershell script accessing azure services
I am trying to update My Azure App Service Settings through PowerShell Script and execute the Powershell Script From ADF using an Azure Function Activity. But My Azure Function is failing with below Error. Please Find below my code to update the AAP…
Azure Functions
Azure App Configuration

azure service deploy failed
I get the below error when the code is deployed. Dev - Azure App Service Deploy · 2 errors 1 warning 1m 50s Failed to deploy web package to App Service. Error: Error: Failed to deploy web package to App Service. Site Unavailable (CODE:…
Azure App Service

Reading blob using Azure function
Hi Team, I've written a Azure function in Python using VCC. I'm able to deploy and run the program in Azure portal. The problem I'm facing is to read the blob/and its content. I've used the http template of Azure function. I'm using below code to…
Azure Functions
How to get postTrigger working on bulk?
I am trying to use a cosmos-db postTriggerInclude for a bulk operation and I am receiving an unexpected error. I have found that the postTriggerInclude works for normal item calls, but both pre and post triggers on bulk fails. I have set up a post…
Azure Cosmos DB
Authenticating using Managed Identity inside Batch Task
I am having trouble getting Batch tasks to authenticate to Azure Table Storage so they can write the results of their computation directly to a table. Specifically, I use DefaultAzureCredential to attempt to authenticate using a Managed Identity, and it…
Azure Batch
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Need help with azure static web app
I'm not able to configure the env variables in my azure static web app. I created key: value pairs in the configuration and used them in the application like process.env.{KEY}
Azure App Service


Seperate Last 3 months data
Using azure cost management API, how to get last three months data seperately. Eg: July, august september { "type": "Usage", "timeframe": "TheLast3Months", "dataset": { …
Azure Cost Management

Consolidating cost data from old enterprise enrollment to new in Cost Management
We recently renewed our enterprise enrollment and I got a new enteprise enrollment number. In order to see the historical cost data, I have to switch my scope to my old enterprise enrollment number. The new enterprise enrollment only shows the most…
Azure Cost Management

I need help in removing the private ip
Hello guys im trying setup my game open beta period and unfortunately I can't make it work because thr ip adress problem the server files won't read thr public ip and if i set it up for the private ip it work but no one will be able to open the game or…
Azure Virtual Network
Is generating UserDelegationKey and "SAS Token Uri per-blob" for Azure Storage Account blobs programmatically, considered a "Management Operation" to hit the 800 per 5 minutes limit?
Hello, we are using Azure Storage Account for blobs and want to use the Sas Token Uri per file to generate them in runtime programmatically. Are these operations considered "management operations"? What is the "scalability limit"…
Azure Storage
Azure Blob Storage

About Credits
So I got the $100 free credits from the Github student plan. I do not have any payment method on file. Does that mean my subscriptions will cancel automatically when I run out of credit, or will I go in debt?
Azure Virtual Machines
Cache-Control header not included in 304 responses
I have a JSON file hosted on Azure Blob Storage. A Cache-Control property was explicitly set on this file, with a max-age directive set to 0. When my client accesses this resource for the first time, it gets a 200 OK response, and caches the resource…
Azure Blob Storage


Problem connecting MABS to vCenter
I am trying to deploy Microsoft Azure Backup Server for the first time in our environment. Stood up a new Windows 2019 Datacenter server and installed the software. When I try to connect to our vCenter environment I receive an error of "Data…
Azure Backup

Convert Json objets to array using Azure data flow
I'm using azure data flow, and I'm using Union to combine two sources, so this union contains JSON documents. is there a way to convert this json document to array of documents: Union contains : …
Azure Data Factory
How to get invoice details for New CSP azure plan using REST API or .Net SDK
In my project i want to show cost management dashboard currently in my tenant there are multiple subscriptions like legacy CSP and new modern CSP (Azure plan) so now i want get invoice details for modern CSP (Azure plan) . So how i can archive this using…
Azure Cost Management

Map Matching in Azure Maps
Is it possible to perform map matching on azure maps with tier S0 subscription? Currently, my point layer on the map doesn't have precise coordinates and is mapped a bit far away from the road, which in my case is false as the points' coordinates are…
Azure Maps
Azure App Service only access with VPN
Hello. I want to provide access to App Services running in Azure only through VPN. I installed VPN Gateway in Azure. I have activated Private Endpoint in the app service, but I cannot access it.
Azure VPN Gateway
Azure Application Gateway
Azure Private Link
Backup notifications
Hello everyone! I have set up a Recovery Services vault that backup a Share. In the "Monitoring" tab we configured backup alert to send emails to some recipients, but we verified that there is no event type in this tab. We were in doubt…
Azure Backup


MSDeploy unexpected deployment to prodcution slot when deploying to staging slot
Hi, we enabled deployment slots in our ARM template and deploy thru MSDeploy, found out that actually when deployment happens, it not only deployed to the staging slot but also deployed to the production slot unexpectedly. Would like to know why…