How can I configure my Azure Function to retrieve a Key Vault secret when invoked by an Azure Logic App?
I’ve stored an API key as a secret in Azure Key Vault and want my Function App—called from a Logic App—to pull that secret at runtime. I’ve already: Enabled a system-assigned managed identity on the Function App and Logic App Granted Key Vault Secrets…
Azure Key Vault
Unable to deploy azure function app - is not allowed to create or update the serverfarm
The function app deployment errors out with the error below. I found this relevant threat, but was unable to find a solution. https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat { …
Azure Functions
My Ubuntu VM - Unable to SSH over port 22 from my host machine (Unhealthy State)
Specs Operating system Linux (ubuntu 24.04) VM generation V2 VM architecturex64 Agent status Ready Agent version2.13.1.1 See the network settings in below screenshot The current state of the VM is unhealthy. Also received an alert for…
Azure Virtual Machines
automap azure storage file shares when logging into enrolled entra id devices
Hello. I have a Azure Storage account with one file shared. I have I have added users to a security group and given that security group contrabute permissions in the file share. I dont know how i will map this file share in windows when users login to…
Azure Storage Accounts
For Azure 305 exam I want to change exam mode from online to centre how to do that?
For Azure 305 exam I want to change exam mode from online to centre how to do that?
Azure Blob Storage
429 Rate Limit Errors on GPT=4.1
I am getting 429 Rate Limit errors on an Azure OpenAI gpt-4.1 resource; the details for this resource, as shown in Azure AI Foundry, are: Rate Limit: 721,000 TPM Requests: 721 RPM But it is capped at 30K for some reason. status_code: 429, model_name:…
Azure OpenAI Service
Authentication using Entra ID for VM by using bastion not working
Hello, I was testing implementation of authentication using Entra ID for azure virtual machine. I have followed User has role Virtual Machine Administrator Login, installed extension on VM AADLoginForWindows by while creating Azure VM -> Management…
Azure Virtual Machines

Is there any official or recommended way to use Azure Communication Services Email with Golang?
Hi All, I'm currently exploring the use of Azure Communication Services (ACS) Email for sending transactional emails from an application written in Go (Golang). I've reviewed the official documentation here:…
Azure Communication Services
History of certification and VUE number
Hello, I have successfully finished MSCE certificates in 2003. My Microsoft Certified Professional ID: 2200580. Currently, I would like make certificate MS Azure Fundamental and register on https://learn.microsoft.com/ with login [******@hotmail.com]…
Azure

Azure password apparently wrong, secondary email for Microsoft verification code no longer active = can't log into Azure account!
Hi all, I have an absolutely infuriating problem with my Microsoft Azure account and I'm desperate for help. Backstory - the Azure account was set up by a previous friend/freelancer who I'm no longer on talking terms with. I have a customer SQL database…
Azure SQL Database

Azure Static Web App - Adding a Linked Backend API fails for next.js app
I have tried multiple times now to add a linked backend to my next.js app in azure static web apps. I allow the static web app to create the new web app & app service. The operation goes through successfully. For a brief period of time I will see…
Azure App Service
"Nothing was returned from render" in introducing props module.
I encountered a runtime error while working through the Microsoft Learn module titled "Introducing props in React." In this module, we create a component called RecipeTitle and pass the recipe title to it from the App component using props. I…
Azure Training
AS2 Connection - Integration Account - By not exposing LogicAppUrl to external
Hi everyone, I'm currently working on setting up an AS2 connection between external clients and our Azure-hosted integration environment. We want to support both inbound and outbound AS2 messaging using certificate-based authentication, dynamic routing…
Azure Logic Apps

Cannot edit API connection -- Paloaltoconnector-PaloAlto-PAN-OS-BlockIP
We are using the Palo Alto PAN-OS Solution for Microsoft Sentinel. The solution includes Playbooks which have API connections. The API connections facilitate automation and connect to the Palo Alto Networks security appliance via REST. Our issue is we…
Azure Logic Apps

AKS Cluster API Server FQDN not registered with Azure DNS
I recently deployed an AKS Cluster using terraform but I cannot connect to it using the API Server FQDN visible from the portal as it doesn't appear to have registered itself with Azure DNS. I googled for solutions and found the following troubleshooting…
Azure Kubernetes Service (AKS)
Azure password apparently wrong, secondary email for Microsoft verification code no longer active = can't log into Azure account!
Hi all, I have an absolutely infuriating problem with my Microsoft Azure account and I'm desperate for help. Backstory - the Azure account was set up by a previous friend/freelancer who I'm no longer on talking terms with. I have a customer SQL database…
Azure SQL Database
Help! My verified student email doesn't work with my free Azure account - it says "Ineligible" after approval. I can't create a subscription. I need a solution to this problem.
Hi, i used my email to sign up an account for a free azure account but i got an error YOU ARE NOT ELIGIBLE FOR FREE ACCOUNT. i used my student email, which i got an email for vetting and verification and I have confirmed. I am still unable to access…
Azure SQL Database

SQL Elastic Pool Stuck on Scaling for 22 Hours
For performance testing I've scaled my SQL Elastic Pool from: General Purpose - 18 vCores - 2TB Storage to Business Critical - 128 vCores - 3TB Storage The main database in the pool has between 1TB to 1.5TB of data in, the rest have under 100GB and the…
Azure SQL Database

Azure App Service shows successful GitHub Action deployment, but changes not reflected on live site
Hi, I'm deploying my frontend web app (Vite + React) to Azure App Service using GitHub Actions and azure/webapps-deploy@v3. The deployment logs show success both in GitHub Actions and in the Azure Portal (under "Build Logs" and "App…
Azure App Service
Azure B2C - Bearer AccessToken not being generated when using ProfileEdit/PasswordReset custom policies using Local Accounts
I'm having some trouble getting the AccessToken to generate for the PasswordReset and ProfileEdit custom policies using Local Accounts. It seems to work fine and generate the token correctly for SignIn/SignUp policies using the auto generated files I got…