How to retrieve variables in Azure API <set-body> to construct OAuth token request
Hi, Below is the <set-body> statement that I'm trying to construct to obtain an OAuth token in Azure APIM policy. I use 3 variables {{clientId}}, {{scope}} and {{clientSecret}} instead of harding coding their values. However, I'm having problems…
How to retrieve variables in Azure API <set-body> to construct OAuth token request
Hi, Below is the <set-body> statement that I'm trying to construct to obtain an OAuth token in Azure APIM policy. I use 3 variables {{clientId}}, {{scope}} and {{clientSecret}} instead of harding coding their values. However, I'm having problems…
Azure for student doesn't give 100 USD
Hi, creating an account with a university email provides access to free tier services and the Azure for Students Starter subscription, but it does not include the $100 credit. I should add that I once had an active subscription, and it worked correctly.…
Azure Students specific credit error
I initially created an Azure Students subscription, but I did not receive my 100 credits. I was told to sync a credit card to the account, but I couldn't use it because the Azure Students subscription was upgraded. I canceled the subscription. How do I…
I cannot create a RESOURCE GROUP. The Resource Group button doesn't work.
HelIo. I just signed up in Azure and was about to do labs when I encountered this (see attached image). For some reason, when I click the CREATE button, the prompt above shows up. I cannot create Resource Groups. Someone, please help. I tried refreshing…
In the UK South region, we face SQL Server login issues. The ensureCreated method fails with “Login failed for user ‘myUsername’.”
In the UK South region, we are experiencing issues with the SQL Server login. Although we are using the correct username and password, the login fails when attempting to call the method ensureCreated from Entity Framework, we encounter the error:…
Handling Azure CDN Failures
Hello everyone! I am currently using Azure CDN to accelerate the delivery of static content for our website. Recently, we have encountered some issues where the CDN service seems to be experiencing failures, resulting in slow loading of static resources…
The azure loadbalancer health probe shows a warning, how to get rid of the warning.
Looking at the metric for one of the NVA components its loadbalancer. We are seeing 2 weired things. data path availability is not always 100, it drops regularly, configured to TCP and port 22 for every 5 seconds interval. the health probe shows…
Logic App SharePoint move files with special characters
Hi, I am using a logic app SharePoint move action to move files from one folder to another to archive files. I have a file called " 2024+ABC+Test.processed". When moving this file, I am getting a bad request error in the move action. In source…
How do I know the hosting plan of my Azure function app?
I work for a corporate client. They manage the Azure subscriptions.I wanna know if my Function is hosted under a Consumption plan.Im unable to find much details from the 'App Service Plan' details. The subscription type associated with the app service…
How can I get the Azure DevOps Demo Generator to work?
Hi! The training https://learn.microsoft.com/en-us/training/modules/manage-delivery-plans/4-set-up-environment on MSLearn unfortunately features an instruction which is dependent on this template:…
Azure Guidance for Phi-3.5 endpoint not working
Several weeks ago, I set up an Phi-3.5-mini-instruct endpoint using Azure AI Studio. I then code based on the following tutorial: https://github.com/microsoft/Phi-3CookBook/blob/main/code/01.Introduce/guidance.ipynb The code worked as of Wednesday,…
allow Windows Update traffic on a Windows virtual machine (VM) in Azure without opening up all internet access, you can configure your Network Security Group (NSG) to permit traffic only to the specific IP ranges and ports used by Microsoft for Windows
i want to allow Windows Update traffic on a Windows virtual machine (VM) in Azure without opening up all internet access, you can configure your Network Security Group (NSG) to permit traffic only to the specific IP ranges and ports used by Microsoft for…
Getting 403 error in Terraform while assigning RBAC in Azure
I have correct access (Owner) and able to assign RBAC through portal but not Terraform. │ Error: authorization.RoleAssignmentsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error.…
How to join the 3 KQL tables?
Hi all, I want to get the inactive users data with seesionhostname, hostpoolname, lastlogindate,username and i am trying to get it through KQL query which we need to join 3 tables i am getting the below error 'join' operator: Failed to resolve column…
Incidents in Microsoft Sentinel Auto-Closing Without Automation Rules
I'm currently using Microsoft Sentinel and noticing that some incidents are automatically closing themselves, sometimes with the reason "resolved at source" or no comment at all. I've checked for any automation rules or playbooks that might be…
How to login to the azure VM and Microsoft Entra ID with our non-Microsoft email?
How to login to the azure VM and Microsoft Entra ID with our non-Microsoft email?
Does Sharepoint Indexer for Azure Search support Alternative chunking methods or configuration parameters?
Dear Team, i recently discovered the Sharepoint Indexer and it is quite helpful for us to set up an initial prototype. We are thinking of migrating to a custom build solution (with Microsoft Graph - as broadly described in the tutorial). That is…
How to apply for next tier of Azure sponsorship
Hello, We have an upcoming deadline to apply for the next tier of Azure sponsorship (Tier 4), but we’re currently unable to proceed due to the newly added Engagement Score requirement. When we checked a month ago while deciding whether to fully migrate…
How to access Azure Key Vault from on prem ETL pipeline?
Hello, I have an on prem VM with Windows Server 2022 that is joined to a local on prem AD domain. I have a Key Vault in Azure with secrets. Human users are hybrid and can authenticate to both on prem and Azure AD with their main corporate identities. I…