Content
Unable to Login to UHRS
I am unable to login to my UHRS account using my Windows Live account credentials. I have been facing this problem ever since I created this account, and because of this problem, I am unable to work on UHRS. Could you please help me resolve this…
How to cite Azure OpenAI Service in an academic research paper properly?
I used Azure OpenAI models to improve the language in my research paper and would like to acknowledge and cite them. Is there a recommended way to do this, or should I simply include the service name, model version, and link?
My SQL Database keeps being deleted without me noticing
Hi, I am using a SQL database in Azure SQL Server. Recently, my database keeps being deleted without me noticing. When I figured it out, the database has been deleted. Luckily, I can restore it from Azure. But it keeps happening. So can anyone tell me…
Missing Process Explorer option for Azure Web Apps
Hi everyone, I am currently taking an az-104 preparation course and I am on a lab where it shows a Process Explorer option in web apps. However, I cannot find this option and I am in need of help. Can anyone assist me? Thank you.
Second Set variable policy in Azure APIM throws error.
Hi everyone, From the send request policy response payload , I am trying to use the two set variable policy to get two different variables and set it in here in the policy. So for the first set variable policy I am able to extract it but not the second…
About add-1-on-1-cte-video-calling.
I follow the tutorial: https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-cte-video-calling. the ACS only provide javascript packages, Will Microsoft can provide backend library like node.js or python. and…
Mails with PHP
Hi, I have a PHP application hosted on a VM in Azure that's supposed to send mails using PHPMailer but the mails are being blocked from sending. I've just discovered that Microsoft automatically blocks mails on port 25. Is there an alternative and also a…
Requesting clarification on Azure Advisor VM Rightsizing recommendations
Hello, We are analyzing VM Rightsizing recommendations generated by Azure Advisor with 90 days look back period and 100% CPU utilization in its configurations rules. Could you please clarify following questions on ? Does Azure Advisor take into…
how to get free voucher for azure certification
how to get free voucher for azure certification

cancel local run in azureml sdk2
This code is creating a local run with sdk2, and I want to cancel this job, how can I do this? #import required libraries from azure.ai.ml import MLClient, command from azure.ai.ml.entities import Environment from azure.identity import…
While signing up to Azure I cannot set the country
Hello, When I go to signup.azure.com I need to enter CC details. That's no problem by itself, but the country dropdown is set to USA and cannot be changed. Also, it requires me to enter a US state and US zip code. Problem is: I'm from Europe. How am I…
Automate Azure App registration client secret rotation
Hello. I'm integrating Azure Key Vault with Outsystems to automate secret rotation with two set of authentication credentials. While i was doing the configuration in Azure portal, i needed to create an App in the App registration screen and then…
how to fix azure cloud shell
i clicked on azure cloud shell, it is not displaying. how do i fix it
How to develop python azure function my Mac with chip Apple M1 Pro
Develop Environment: Mac with chip Apple M1 Pro OS Version: Ventura 13.4 Tool: VScode Is there a way for me to develop the python azure function locally ? A tutorial is best. thanks in advance. How to fix the following issue: [2023-06-14T02:43:00.884Z]…
Azure PHP App Service - Change pm.max_children setting
I'm seeing in the logs for my PHP app service the following message: WARNING: [pool www] server reached pm.max_children setting (5), consider raising it From doing a but of searching it seems like having the max_children value at 5 is pretty low. It…
Azure Logic App Multi Enviroment deployement for logic App
Hello, I'm try to set up my pipline to deploy my Logic App Standard. Right now i have huge problem becouse i don't know how to separate paramaters.json file for every enviroment before deployement. I want to for example have different folder to…
Setting up Email Communication Service with Namecheap
I'm trying to set up Email communication services for a domain I own (on Namecheap) I'm setting it up on a subdomain which is why I think it's not straightforward. I've been following this guide:…
Code to disabled disfluency removal in azure sdk 'microsoft-cognitiveservices-speech-sdk' in js
Need to get response like this i uh said that we can go to the uhmm movies without removing filler words uh, uhmm. Can you tell me way to get above response? Sample code: speechConfig = SpeechSDK.SpeechConfig.fromAuthorizationToken( …
SQL elastic pools usage details
Hello Team, I am facing an issue I try to fetch the usage percentage of the SQL elastic pools, PS C:\Users\gaurav.singh> Get-AzSqlElasticPool -ResourceGroupName $resourceGroupName -ServerName $serverName -ElasticPoolName $elasticPoolName |…

Unable to add additional DNS Zone to Private Endpoint
Hi, I am trying to add one more DNS zone to one of my private endpoints using Azure CLI, but it is failing with below error message. This PE is already registered with a local DNS Zone, but I am trying to integrate it with my Central Zone. PS…