Microsoft Azure Collective

On-premises, hybrid, multicloud, or at the edge—build on your terms with best-in-class tools, your favorite open-source frameworks and languages, and a platform that supports continuous collaboration and delivery with Azure.
208.3k Questions
+435
12.6k Members
+284
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
4 views

Azure Maps map rotation aligned label on top of extruded polygon

Is it possible to create an elevated non-rotating label on top of an extruded polygon inside Azure Maps? For context, labels can either rotate together with the camera view (picture 1; rotation ...
0 votes
0 answers
8 views

How to authenticate microsoft and get mail of user in flutter

I used the OpenID Connect (OIDC) client package to obtain a user access token. However, I require the user's email address as part of the authentication process. I've attempted various methods to ...
0 votes
0 answers
13 views

azurerm_linux_function_app - Configure "Deployment Center" with Terraform

Trying to configure the SCM with the Azure Function app (Linux based) using Terraform. I am able to do this using Azure Function App console by adding an ExternalGit but facing difficulty in finding ...
0 votes
0 answers
9 views

Azure API manager Try it works on deprecated portal but get "Unable to complete the request" from new portal

We have migrated products to the new API Manager portal and all seems to be ok apart from some endpoints. E.g. on an end point to get an auth token when using Try it from the old portal it gets a 200 ...
0 votes
0 answers
5 views

Redirect to Full domain name by enter alias name in the browser

We have a react js frontend application hosted on azure app service(linux) running in a domain path https://aliasname.subdomain.domain.com We wanted to achieve accessing the application by just ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
40 views
+200

Keep Azure WCF http relay alive

I have set up a relay successfully on an existing service by adding an endpoint to my local WCF service endpoint: <endpoint address="https://xxxx.servicebus.windows.net/brokers" binding=&...
0 votes
1 answer
106 views
+50

Azure App Service - GitHub Action - WEBSITE_RUN_FROM_PACKAGE Not Running

I am using the following GH Action to Build/Publish my .NET API. #https://stackoverflow.com/questions/68327652/error-with-github-action-deploy-to-azure-web-app name: API-zip on: push: # only ...
4 votes
1 answer
61 views
+200

Stop Chrome opening with "Turn on an ad privacy feature" in Azure Pipeline

I'm attempting to run a TestComplete automated test project on a Microsoft Azure Hosted agent using the windows-latest image. The test never finishes and eventually the 60 minute job timeout kicks in....
3 votes
0 answers
106 views
+50

Azure Front Door log query table not found

After creating an Azure Front Door resource I attempted to run a preset query // Requests to origin by route // Count number of requests for each route and origin per minute. Summarize number of ...
2 votes
0 answers
366 views
+50

Using DefaultAzureCredential with Ubuntu + Rider

I am attempting to run a .NET 6.0 project locally on my Ubuntu machine using rider. The project using the DefaultAzureCredential class but when I trying running it gives the following error "...

Learn something new
These are the most recent articles in Microsoft Azure Collective
-1 votes
40 views
2 minute read
How-to guide

How to export Azure AD Enterprise Application Secrets/Certificates Start and End Dates to CSV

This article shares a PowerShell script that connects to an Azure AD Tenant, retrieves information about secret and certificate start and expiration dates for all Enterprise Applications (Service ...
Harpreet Singh Matharoo's user avatar
1 vote
51 views
1 minute read
Knowledge article

How do I enable Internal balancer mode using `AzApi` Terraform provider

Issue Description How do I enable Internal balancer mode using `AzApi` Terraform provider, I am aware of `azurerm`'s `azurerm_container_app_environment` exposes attribute `...
Venkat V's user avatar
  • 2,477
-1 votes
53 views
1 minute read
Knowledge article

Powershell to Synchronize Groups Between Tenants

To Sync the Groups from TenantA to TenantB, modify the script like below: # Connect to Tenant A Connect-AzureAD -TenantId "TenantA" # Get All Cloud Groups $groupNames = Get-AzureADGroup -...
Rukmini's user avatar
  • 6,585
0 votes
49 views
1 minute read
Knowledge article

HTTPError: 403 Client Error: Forbidden for url via Office365-REST-Python-Client

I have created an Azure AD Application: Now when I tried the code, I got the same error as below: The 403 error usually occurs if the application doesn't have sufficient permissions to perform the ...
Rukmini's user avatar
  • 6,585
0 votes
163 views
1 minute read
Knowledge article

How to bulk update MFA Phone Auth Method using PowerShell

Intro If you want to update Phone Auth method for a Single user, you can use Authentication Methods option on Azure Portal under user section. However, there is NO easy way to update Phone Auth Method ...
Harpreet Singh Matharoo's user avatar