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
+39
28.6k Members
+106
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
13 views

Azure Durable functions in Running state for durable entities

I'm troubleshooting why async tasks within the durable entity hang forever. My entity looks like this public MyEntity : IMyEntity { [JsonIgnore] private MyService _myService; [JsonProperty] public ...
0 votes
0 answers
16 views

Blazor WASM MSAL: Redirect to admin page after token expiration with localStorage credentials

I'm using Blazor WebAssembly with MSAL for authentication and storing Azure AD B2C credentials in localStorage. My setup is roughly like this: builder.Services.AddMsalAuthentication(options =&...
0 votes
0 answers
11 views

KQL - bag_pack_columns if column not empty

I am searching for EventID 4738 logs in the SecurityEvents table in sentinel. This log has several fields which contain either the new value if it was changed, or "-" if it wasn't changed. I ...
-3 votes
0 answers
30 views

Authentication in Microsoft Foundry with multi agent and MCP tools

We have an API layer secured behind Microsoft Entra ID using the Authorization Code Flow with PKCE. This API calls a Microsoft Foundry Orchestration agent (multi agent system), which is also secured ...
0 votes
0 answers
15 views

Azure function apps - Unable to see print logs on function app when deployed onto Azure

New to python programming and azure function apps, managed to deploy my first function app, when I run it from my local development environment, it logs useful information which gives me a good ...

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