Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >

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
+44
28.5k Members
+109
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
14 views

GET email: Microsoft Graph HTTP call returns 403 ErrorAccessDenied on Power Automate cloud flow

I have a Power Automate cloud flow which uses the action "Send a Microsoft Graph HTTP request" to get an email in MIME format: GET https://graph.microsoft.com/v1.0/me/messages/MY_MESSAGE_ID/$...
0 votes
0 answers
14 views

Azure File Share API Call Errors

I am trying to configure an app to use the Azure File share API with the SAS. The input fields for the client look like the pics attached. [] In the WebService configuration I have only entered the ...
0 votes
0 answers
13 views

KQL iin Log Analytics for Databricks tables

struggling to get this code running, even with copilot helping. I cannot get step 3 and 4 to work because if I cast it to a string then I cannot do the calc. The aim is to trigger a value when the ...
0 votes
0 answers
10 views

Daily quota exceeded for metrics after migrating to open telemetry

I'm working on a Node app, based in NestJS, hosted in an Azure AppService. I've just finalised migration from the legacy applicationinsights package to @azure/monitor-opentelemetry. After deploying to ...
0 votes
0 answers
64 views

Azure AI Search Synonym Maps not working as intended

I'm having trouble setting up the synonym mapping feature in Azure AI Search. My results are very inconsistent, and I don't understand why. The documentation isn't very helpful either. Has anyone else ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
1 vote
203 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
469 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
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