Cannot launch the interactive Lab in Module 11
I'm trying to launch the Interactive lab simulation in module 11 of [AZ-104: Deploy and manage Azure compute resources] -> [Configure virtual machine availability]. Click the next button on module 10 and get the unit outline in a narrow pane on the…
GPU compute not allocated
I am on Visual Studio Enterprise subscription and created compute instances requesting GPU. However I notice that when compute is created it shows low hourly runtime costs 0.32/ hr as opposed to higher hourly rates on the create compute ui. I created…
Unable to Increase vCPU Quota for GPU VM – Need Assistance
I have a Developer Plan in Azure and need a GPU VM for my machine learning project. However, due to vCPU quota limitations, I was unable to proceed. When I requested a quota increase, it was denied. I then created a support request, but that was also…
Teams data extraction with Graph
Hi, I need to convert the following command to Graph command because I need to export the full list of users with Teams service enabled. Get-MsolUser -All | Where-Object { $_.Licenses.ServiceStatus.ServicePlan.ServiceName -match "TEAMS"} |…
Aligning an Azure VM to Availability Set
Hi Experts, Please advise if an existing azure VM can be realigned to be a part of Availability sets or Availability Zones
Entra ID guest users
Need PS commands to get entra ID guest users Pending invitations and last login and other details.
Azure Web App Deployment Logs Show Incorrect Link to Azure DevOps Pipeline
I’m experiencing an issue with the deployment logs in Azure Web Apps. The deployment itself works fine, but when I navigate to the Deployment Center in the Azure Portal and click on the link to the Azure DevOps pipeline (to review the build or deployment…
Error when retrieving AKV secret in ADF rest API linked service
Hi, Is there any solution for this issue? I got error when retrieving AKV secret using parameter ."message": "ErrorCode=InvalidTemplate, ErrorMessage=The template function 'linkedService' is not defined or not valid." Here are the…
Optimize Multiple Itineraries is done?
Hi everyone! Just to make sure, was Optimize Multiple Itineraries, which was pumped up in Bing Maps, just killed? Apparently, I misread the documentation. I was sure Optimize Multiple Itineraries would move to Azhur Maps along with all the available…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Issue Creating HDInsight Cluster with Virtual Network
I am trying to create an HDInsight cluster using Terraform. However, I encounter the following error when connecting it to a virtual network: │ Error: creating Hadoop HDInsight Cluster (Subscription: "XXX" │ Resource Group Name:…
![](https://techprofile.blob.core.windows.net/images/5kfUQwbXfkqnY7o5wQqfdA.png?8DAA55)
Azure Blob Storage Container Files
Hi, Is their a way to monitor a blob storage container has received a file and then also monitor if the file is in archived folder once it has been processed?
Monitoring sql server on vm using azure monitor
How to go about monitoring sql server on virtual machine. Please help
How to get back into my account. I have a new phone and i did not backup my authenticator app.
I have a new phone but did not backup my authenticator app on the old one. Now when I try to sign in, I'm stuck in a verification loop. Is there a work around or a way to temporarily disable the authenticator app so I can sign in?
My virtual machine keeps stucking
When i was try to deploy my 2 gb frontend file which is in react and tailwind site crashed multiple times.
Connectivity on Key vault
Hello, I have a Key Vault in my subscription, and now there is an S360 KPI flagging my Key Vault, indicating that I should create a private endpoint instead of using public network access with specific IPs and VNet. Now, I have a doubt about…
How to enable OpenAPI v3 in in Azure Function isolated model with .net8.0
Cannot use Microsoft.Azure.WebJobs.Extensions.OpenApi as dependency in Azure Function isolated model due to package prefix requirement according to…
RDCMan v2.93 disconnects/reconnects regularly
RDCMan connections to Server 2012 VMs (Hyper-V and VMware) across IPSEC VPN drop every 1:15 minutes, then reconnect 15 seconds later, like clockwork. RDP sessions across the LAN only do not drop. Connections across the VPN to later server OSs do not drop…
In correct command to create Azure container instance
I needed to run: az container create --resource-group az204-aci-rg \ --name mycontainer \ --image mcr.microsoft.com/azuredocs/aci-helloworld \ --ports 80 \ --dns-name-label $DNS_NAME_LABEL \ --location eastus \ --os-type Linux \ --cpu 1 \ --memory…
Azure Activate Sandbox not visible
Hello, The "Activate Sandbox" is missing. How can I fix it? Many Thanks A
![](https://techprofile.blob.core.windows.net/images/m5buVEA_QUeJ9P_0vgAtbg.png?8DACCA)
Issues with Revoke User Session Using Graph API
I am using the Microsoft Graph API to revoke a user session. According to the documentation, the User.RevokeSessions.All (Delegated) permission is required. I have also added the following permissions: User.ReadWrite.All (Delegated) …