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

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

nvidia-smi command could communicate with nvidia driver (Microsoft azure N series)
Issue Summary: Following this guide, https://learn.microsoft.com/en-us/azure/virtual-machines/linux/n-series-driver-setup I'm having trouble installing NVIDIA GPU drivers on an Azure N-series VM running Ubuntu. I've tried multiple approaches but keep…
Azure Virtual Machines
What is the reason of the function app error 'We were not able to load some functions in the list due to errors. Refresh the page to try again.'
I am trying to deploy a new version of my function app using Github actions. I created a new HTTP trigger, deployed it to the dev slot, and confirmed that is works correctly. Then, I deployed the same update to the production slot using Github Actions as…
Azure Functions
Azure Free Trial Phone Number (Communication Services) Won't Activate
Hello, I have a 30-day free Azure account in the US and would like to add SMS Text messaging to an app, but after trying numerous times for several days, the trial phone number will not activate, and I don't see a way to add a paid number. Is Microsoft…
Azure Communication Services
Not able to discover my server that i wants to migrate (from aws to azure) using azure migrate
Azure Migrate
Azure Foundry Access Stopped
I was able to access Azure Foundry till yesterday but it stopped working for me now. I am able to access https://portal.azure.com/ without any issues but when I click on the AI Foundry, it launches a webpage and keeps trying to open it. But after a few…
Azure AI services

Function App Cannot Create within Azure Portal
Seems there have been two changes that are getting in the way of creating functions after having created a function ressource. There is no longer the "Function f(x)" under the left menu called Functions, and seems we can only access it now…
Azure Functions
Founders portal not accessible and support lag since 17 days of not action
I have lost access to the founders hub since 17 days and despite trying to involve the support, which is even difficult to reach, no feedback not a reason was given for the problem. I wonder if I am the only one not able to log in into the founders…
Azure Startups
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
I'm trying to install the NVidia drivers on an Azure virtual machine, but when I run the nvidia-smi command, I get the error: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is…
Azure Virtual Machines
Bug Report : System.History field is unreliable for tracking comment changes in Work Item Updates API
🔍 Description The Azure DevOps Work Item Updates API does not consistently provide reliable information for comment-level auditing. The System.History field is often missing or does not accurately reflect which comment was added, updated, or deleted in…
Azure DevOps
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
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
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
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
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…