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
+41
28.8k Members
+94
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

1 vote
0 answers
8 views

MSAL Migrating to 8.1.0 ,MAM to 12.0.3 Android Native App

please find below details of the issue we are facing, along with the version information of the components used in our Android app. Issue Description: We have integrated Intune MAM SDK and MSAL ...
0 votes
0 answers
21 views

Azure Keyvault references not working in Azure Static Web App?

I have a number of regular Web Apps (Azure App Services) and typically use references to Azure Keyvault in my Settings to reference things like client secrets, connection strings and so forth - works ...
Tooling
0 votes
0 replies
23 views

Azure App Insights Vs Others for .NET MAUI Mobile App

Our mobile app is built using .NET MAUI. We used to use VS AppCenter for our mobile app distribution and also for its Analytics & Diagnostics. Since it is retired, we are now pushing it directly ...
0 votes
0 answers
18 views

Unable to assign Sites.Selected write access to a single sharepoint site: How to restrict n8n to use only one sharepoint site?

I’m trying to configure restricted SharePoint access for an automation workflow (n8n chatbot). My goal is to allow an Azure App Registration to access ONE SharePoint site only using Sites.Selected ...
0 votes
0 answers
13 views

Azure FunctionsApp stopped running all of sudden

The Functions in FunctionApp was running smoothly it stopped running on 20/11/2025. I tried restarting the App but no use. created another function app with same code and it ran successfully on the ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
3 answers
79 views
+250

Error while deploying python code to linux based azure function

I am trying to deploy python code to azure function (linux based, python 3.12). The app works if I exclude pandas (and other package dependency). However, I am getting the following error on azure if ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
0 votes
216 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
-7 votes
471 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 ...
Vaishnavi Vaishu'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. ...
Vaishnavi Vaishu's user avatar
2 votes
1k 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
  • 399