Can't access Azure Key Vault after AD B2C token authentication
Since days I try to get this to work: User gets a bearer token of the B2C User retrieves a secret from the key vault by using the token. I had all types of problems. Could not access the key vault because it was in another directory. Could not…
Azure Key Vault
Azure Key Vault
Azure
Azure

Can't access Azure Key Vault after AD B2C token authentication
Since days I try to get this to work: User gets a bearer token of the B2C User retrieves a secret from the key vault by using the token. I had all types of problems. Could not access the key vault because it was in another directory. Could not…
Azure Key Vault
Azure Key Vault
Azure
Azure

Business Central: Slow Change Dimension
Hi folks, I need to apply a Slowly Changing Dimension (SCD type 1) using Azure Databricks with data from an on-premise Business Central database. I want to build a medallion architecture. I am bringing the tables to the bronze level by selecting data…
Azure
Dynamics 365 Training
Microsoft Fabric Training

How to fix a critical error in Azure WordPress App
I'm developing in Azure WordPress on a Windows 11 machine and I have the error message that a "critical error has occurred on the website, check your admin email logs" but I can't access the dashboard nor the website. Last time this happened,…
Azure
Azure
Azure App Service
Azure App Service

How to fix a critical error in Azure WordPress App
I'm developing in Azure WordPress on a Windows 11 machine and I have the error message that a "critical error has occurred on the website, check your admin email logs" but I can't access the dashboard nor the website. Last time this happened,…
Azure
Azure
Azure App Service
Azure App Service

I can able to connect the azure account extension in the vs code. I am using the Node.js Langugae for a azure connection. When I try to retreieve the token usign the azure/identity library. I am getting the cannot able to retreive the token
I connected with the azure account. When I try to get the token in the VScode plugin, getting the below error. Code: import { vsCodePlugin } from '@azure/identity-vscode'; import { DefaultAzureCredential, VisualStudioCodeCredential,…
Azure

How To Generate unique userPrincipalName via API-driven inbound provisioning to Entra?
Using Inbound API-driven User Provisioning to Azure, the SelectUniqueValue function is not supported. Reading the documentation https://learn.microsoft.com/en-us/entra/identity/app-provisioning/inbound-provisioning-api-faqs, it implies that any user with…
Azure

Performance issue with Document Intelligence
The APIs were working fine till 9:30 AM and after that all calls to models are neither timing out and the SDK keeps polling for more than 15 plus minute. Even from document intelligence UI, we see the same issue. We tried switching the model to a new…
Azure AI Document Intelligence
How to nominate our customer engagement to FastTrack for Azure?
We would like to nominate our customer engagement to use FastTrack for Azure. I combed through the entire FastTrack for Azure site. https://azure.microsoft.com/en-us/pricing/offers/azure-fasttrack/ I opened up multiple tickets and got bounced around each…
Azure
Azure
Azure FastTrack
Azure FastTrack

How to nominate our customer engagement to FastTrack for Azure?
We would like to nominate our customer engagement to use FastTrack for Azure. I combed through the entire FastTrack for Azure site. https://azure.microsoft.com/en-us/pricing/offers/azure-fasttrack/ I opened up multiple tickets and got bounced around each…
Azure
Azure
Azure FastTrack
Azure FastTrack

I can't create ES cloud with 500 error code
I can't create ES cloud with 500 error code.
Azure

code":"404","message": "Resource not found"
I have an Azure OpenAI resource with a valid GPT deployment (confirmed via Azure Portal), but when making requests via Python (AzureOpenAI SDK) or directly via REST API (/openai/deployments?api-version=2023-05-15), I'm consistently receiving a 404…
Azure OpenAI Service

Elastic Search Supported Versions
Hi, I just want to know that, is elastic search version 2.3 is currently supporting in azure. Thanks, Sijin
Azure

Microsoft for Startups verification issues
I changed our business mailing address and I update it in Startups Hub about 3 weeks ago. It got rejected and they asked for business registration. Follow-up email said it failed DNE check, was being terminated, and they can't provide additional info.…
Azure Startups
Looking to setup an Express Route relationship with Azure
Looking to setup an Express Route relationship with Azure.
Azure ExpressRoute
Pedestrial Route with avoidAreas over only pathway problem
I am using the Azure Maps API to get Pedestrian routes and am having a problem with avoidAreas. https://codepen.io/Badajoz95/pen/pvvpPGWhas an avoidArea which only includes a pathway. https://codepen.io/Badajoz95/pen/RNNxgPW has an avoidArea which…
Azure Maps
Trusted Signing Account Identity Fail
How do you continue validating identity to be come a Trusted Signing Account if 3 attempts fail? Surely there is a way to speak with someone. If this AI response is true, what an absolute shameful mess. "If you have exhausted all three attempts…
Azure Trusted Signing

VM default shell sh vs. bash in Ubuntu 22.04 and 24.04 VMs
Does anyone know if and why the default shell changed from bash to sh between the Ubuntu 22.04 and 24.04 VM images? And what the right way is to configure it to be bash for new human users, including those created by AadSshLoginForLinux? In our older…
Azure Virtual Machines
GPT-4o Finetuning Failed
I'm receiving an error. After preparing data files following guidelines (https://learn.microsoft.com/en-us/azure/ai-services/openai/tutorials/fine-tune?tabs=command-line). During Preprocessing Files: status : Training file: Preprocessing…
Azure Machine Learning
How to use referencing functions inside a viewDefintion of a Managed App
In our managed app, we deploy and manage an nva resource. In the createUiDefinition, we make use of Microsoft.Solutions.ArmApiControl to fetch the available versions for a given nva sku, so the user can select it via a Microsoft.Common.Dropdown. The…