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.
224.8k Questions
+138
25.8k Members
+100
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
5 views

Invoke Azure Cosmos Db stored procedure from ADF

I have a stored proc that transforms data in Cosmos Db. I have an ADF pipeline that needs to call this stored proc with Id of the document to be transformed. Is there a way to do this?
0 votes
0 answers
13 views

Azure AD - Code Verifier does not match the Code Challenge supplied

I'm trying to authenticate with Microsoft Azure AD OAUTH 2.0 in my Node.js/TypeScript app. During the repo cloning process, I keep getting this error when handling authentication: AADSTS50148: The ...
0 votes
0 answers
11 views

Blazor Hybrid Azure B2C Login Setup (MSAL) for iOS

I set up the same for Android and that works fine. I didn't find a specific example for iOS, from different articles and with copilot my setup looks like this: I added to the info.plist the following ...
0 votes
0 answers
11 views

Service Fabric service + Key Vault secrets

I have a Service Fabric cluster (created using Azure PowerShell script). Using CI/CD in Azure Pipeline (https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-deploy-app-with-...
0 votes
0 answers
26 views

Azure table .NET - empty Guid by parsing

I am trying to get the stored data from the Azure table. However, when I am trying to parse the stored id from type Guid, I will get an empty Guid 00000000-0000-0000-0000-000000000000. public async ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
2 answers
74 views
+50

Cannot update Azure DevOps wiki from pipeline

I am attempting to update our Azure DevOps wiki from an Azure DevOps pipeline in the same project. Each time, I receive the following error: Repository associated with wiki ID 'acf82e19-xxxx-xxxx-xxxx-...

Learn something new
These are the most recent articles in Microsoft Azure Collective
0 votes
78 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
-4 votes
401 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
973 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
8 votes
3k 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
787 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