What is the logic behind detecting the PII for country spefic ?
I am implementing DLP using Azure AI Langugae PII detection service, with that there are several categories and country. For Example with Philipness below ID (Unified Multi-Purpose ID) format is valid and will be detected as PII. 1234-5678901-2 Though…
Azure AI Language
Hidden Throttling Issue with o3 Models in AsyncAzureOpenAI Client
Experiencing what appears to be throttling (not rate limiting) when making parallel calls using the AsyncAzureOpenAI client with o3 models. The requests take longer to complete even when executed in parallel. Context: Granted a quota of 10M TPM for…
Azure OpenAI Service

Error Deploying Azure Function from VS Code: 'No HTTP triggers found'
I am trying to overwrite deploy code that I was previously able to deploy to an Azure Function App using VS Code, but I am unable to deploy it. So, I tried to investigate by creating new sample code and new Function App on the Azure. Even it's brand new…
Azure Functions
WorkflowAppOAuthTokenFailure in Logic Apps
Hello! I am currently creating a flow using the Microsoft Forms connector as a trigger and standard Logic Apps, but it doesn't work. When I opened the Trigger history tab, there were only errors with the code WorkflowAppOAuthTokenFailure. In API…
Azure Logic Apps
Multiple invoices in 1 pdf
I am using DocumentIntelligenceClient to process my invoices usually 1 invoice per pdf , but when I input a pdf with multiple invoices , the model fails to pick up the information correctly , it'll pick Invoice1's Invoice number but maybe Invoice4's PO…
Azure AI Document Intelligence
Issues Deploying Azure AI Language Service Knowledge Base and Bot Creation
Experiencing issues while attempting to deploy a knowledge base and create a bot using Azure AI Language service. The screen becomes unresponsive at the final stage of the process after multiple attempts, including refreshing the browser. No error…
Azure AI Bot Service

Cannot Delete Storage Sync Service
The Storage Sync Service cannot be deleted. (Current state: provisioningState: Canceled) All sync groups and registered servers have been removed, but the Storage Sync Service itself still cannot be deleted. Below is the activity log of the failed…
Azure Files
Server App Blank Page via Traffic Manager + App Gateway – Suspected Asset Blocking or WebSocket Handling
We have configured a application (.NET 9) hosted on Linux App Service (Basic B2), fronted by an Azure Application Gateway (Standard V2). Traffic is routed via Azure Traffic Manager, and the Traffic Manager profile URL is added as a CNAME in our DNS…
Azure App Service
how to stop active resources using code when costs exceed budget
Hi Everyone: A quick question related to this post of mine https://learn.microsoft.com/en-us/answers/questions/2261863/how-to-stop-databricks-using-powershell-code Is it possible to stop all active resources when costs exceed a certain threshold? I'm…
Azure Monitor
Azure OpenAI service in europe
We’ve recently created an Azure OpenAI Service in the West Europe region, and on top of that in Azure AI Foundry we created a gpt-4o-mini implementation with the Worldwide Standard deployment type. Since we may send personal data (PII) to the service, we…
Azure AI services

How to add widgets/charts from Azure DevOps dashboard into PowerPoint
How to add widgets/charts from Azure DevOps dashboard into PowerPoint
Azure DevOps
Azure model has access to an assigned Data Source in the playground, but external requests to it do not seem to have the datasource.
As I said above, I created an index of a sharepoint site and assigned that datasource to a model in the playground. When asking questions about these documents in the playground it is able to answer correctly using the datasource. When I send requests…
Azure AI Search
My SQL Azure VM seems to have been attacked by Ransomware and all files are missing and/or corrupted
Logged into my Azure SQL VM this morning. The start menu items are almost all gone. SQL Server isn't running any more. My data disks are almost all empty, and what is there file wise all has a .mkp extension. How do I go back to its original working…
Azure SQL Database

How to reattach an OS Disk after detaching from a VM?
I wanted to detach an OS Disk from an existing VM and the only way I found that this can be done is by deleting the VM but keeping the OS Disk. See picture below. Which is fine by me but when creating a new VM how do I attach this disk to the new VM?
Azure Virtual Machines
I am facing issue in accessing the exercises going to the option " If you don't already have one, you can sign up for an Azure subscription, which includes free credits for the first 30 days" but error is showing as "Access denied"
Hi Team,I am facing issue in accessing the exercises going to the option " If you don't already have one, you can sign up for an Azure subscription, which includes free credits for the first 30 days" but error is showing as "Access…
Azure Cost Management

How to move App Service between subscription - Error code : BadRequest, cible : Microsoft.Web/certificates
Hello, I got the Microsoft Azure Sponsorship subscription, so I want to move all my services to it. I can move many of my services but when I want to move WebApp, I got validation error with the following error: La validation du déplacement de…
Azure App Service
Using the Team Azure Pipelines app, we are not receiving expected posts to a channel when builds complete, fail, etc.
We are using the Azure Pipelines app to receive posts to a Teams channel when builds complete, fail, etc. We have subscribed using the app. This worked for a period of time, but it is not working any longer. The issue began on 29 April 2025. I've…
Azure DevOps
Startup credits draining for deleted E16 v3/E16s v3 VM – two weeks and counting
Hi everyone, Hoping the community can shed some light on this. Timeline: Two weeks ago I de-allocated and deleted an E16 v3/E16s v3 virtual machine. Current state: There are zero VMs of that series left—no orphaned disks or IPs either. Problem: My…
Azure Virtual Machines
Manually select storage path for an AKS ARC ENABLED
Hi, I have an Azure Local infrastructure. I plan to create a Kubernetes cluster with Azure Arc. I want to manually select a storage path when I create an ARC-enabled, For example, I have the storage paths below, like in the photo By default, when you…
Azure Kubernetes Service (AKS)
The error "(pymysql.err.OperationalError) (2006, 'MySQL server has gone away (ConnectionResetError(104, 'Connection reset by peer'))')" frequently occurs during the execution of scheduled batch jobs in Azure Database for MariaDB
Occurrence Time: 1:30 AM JST Occurred Query: (The query is one executed by the App Service at scheduled times) TRUNCATE TABLE table_name Reproduction: By manually restarting the DB instance and executing the App Service function, the error is…