Skip to main content

Microsoft Azure Collective

A collective for developers to engage, share, and learn about Microsoft Azure’s open-source frameworks, languages, and platform. This collective is organized and managed by the Stack Overflow community.
225.3k Questions
+72
27k Members
+107
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
11 views

Strange error when validating Azure Front Door migration

I am trying to migrate our Azure Front Door from classic to standard. During the validation process I get the following error. Error condition: The subscription is not registered to use the {0} ...
0 votes
0 answers
16 views

Azure AMA Agent Issue

I have set up the AMA firewall data connector in Azure and the associated DCR. I've installed the agent on a test endpoint. I've read the guidance on "Set Up the Azure Monitor Agent on Windows ...
0 votes
0 answers
32 views

Connect to and query Azure SQL Database using .NET and Entity Framework Core

Microsoft provided the following tutorial, which I have followed twice, but can't get it to work. I have successfully run all the preliminary tests described in the tutorial, so I know the API is ...
0 votes
0 answers
19 views

How to use Azure Managed Identity to generate Access Token with the appID / ClientID of a federated Entra ID App

I have an existing Entra ID Registered App who's identity I use for accessing Microsoft services from my back-end such as OAuth web-login and Microsoft Store related APIs. These all depend on my ...
-4 votes
0 answers
27 views

Inconsistencies with Microsoft Graph & Bot Framework APIs

We’re encountering a critical issue using the Microsoft Graph and Bot Framework APIs, which is impacting many of our customers. Our application flow involves programmatically inserting our Teams app ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
0 answers
44 views
+200

MAUI WebAuthenticator with Microsoft SSO doesn't return IdToken / AccessToken is not JWT

I'm following this guide to implement Maui WebAuthenticator: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication?view=net-maui-9.0&tabs=android I have ...

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

How to Connect to Azure Table Storage and Manipulate Data with PySpark

In this article, we will explore how to connect to Azure Table Storage, perform queries to extract specific data, and then use PySpark to manipulate and display that data in a tabular format. This ...
Marcus Andrade's user avatar
-6 votes
436 views
1 minute read
How-to guide

Create file on Azure file storage using postman

Create a file in Azure FileShare using postman. Pre-Requisite Azure Storage account with a file share Role assignment Storage File Data Privileged Contributor scoped to file share. Get required ...
Tejas Nagchandi's user avatar
2 votes
1k views
1 minute read
How-to guide

How to rename the function in the Azure Function Apps

Sometimes, renaming the function classes is required as that represents the meaningful name of the current version and the functionality of that class. There is no inbuilt option for renaming the ...
VivekAnandChakravarthy's user avatar
10 votes
4k views
1 minute read
How-to guide

FTP authentication has been disabled for this web app. You will not be able to authenticate using these credentials

What should you do when you get this error? You can simply follow the steps in the below image: Go to the Configuration of the Azure Web app (or) Azure App Service. Next, go to the General Settings. ...
VivekAnandChakravarthy's user avatar
2 votes
912 views
1 minute read
How-to guide

Inserting a Value into a Dataverse Lookup Column in Using Data Factory

When inserting data into a dataverse sink in data factory, it is worth bearing in mind that lookups may not behave how you expect them to. There are 3 situations involving lookups to be aware of: You'...
B.Griffin's user avatar
  • 355