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.
219.4k Questions
+300
+101
21k Members
+148
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
8 views

How to fetch data in cosmos db for a particular a child value irrespective of which parent it belongs to?

The items I have in cosmos db have large unstructured data. A part of those items contains information which could look like below: object_results": { "read_file": { ...
0 votes
0 answers
20 views

Automate deployment with Terraform

Here is my scenario: There are multiple disparate, separate Cloud-based (Azure and AWS) resources. Some are fully deployed by IAC, some are deployed via Click-Ops. For various reasons (dont ask), Me ...
0 votes
0 answers
19 views

Azure DevOps release pipeline has suddenly started failing

2024-07-09T23:11:19.7718791Z Complete getting Artifacts From Template 2024-07-09T23:11:19.7719155Z Start deploying artifacts from the template. 2024-07-09T23:11:19.7722609Z Deploy ...
0 votes
0 answers
14 views

Unable to setup continuous deployment in new Azure Container App due to "deny assignment" error

I've successfully completed the tutorial for containerized functions on Azure Container Apps. Now when I go to setup up Github Actions for continuous deployment from the container app in the Azure ...
0 votes
0 answers
14 views

How do I configure Python Dash app to read from .env.development and .env.production when deployed to Azure based on the env deployed in?

I have built a Python Dash web application which has the following .env, .env.development, and .env.production files. And this file is currently deployed in an Azure App Service through a build&...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
0 answers
68 views
+50

Azure Service Bus 'SendBatchAsync' Method Timing Out in Legacy Web API

Question: I am working on a legacy web API project hosted on Azure App Services. We are using the legacy WindowsAzure.ServiceBus 7.0.1 NuGet package for performing operations on Azure Service Bus. The ...
0 votes
0 answers
39 views
+50

Cloud - Read from Local Network File Storage (e.g. via Azure Function)

I am looking to use python code deployed in Azure Cloud (e.g. on an Azure Function), to read files location from a shared/local network drive (on-premise). The network drive requires user based ...
0 votes
0 answers
45 views
+50

AccessDeniedHandler not called when using AadResourceServerHttpSecurityConfigurer

My application is a simple resource server — I am using AadResourceServerHttpSecurityConfigurer.aadResourceServer() to validate the given access token. The specific documentation I have followed can ...
1 vote
0 answers
40 views
+50

Accessing Outlook Calendar Graph API from background service

I'm working on a web app (SPA and backend) that must constantly access the user's Outlook calendar. The users may come from multiple directories and personal accounts. The app will work 24/7, running ...
0 votes
0 answers
65 views
+50

Azure b2c - refresh token does not include custom claims

When a user logs in, I hit a REST API that verifies the username and password and returns some properties like personId, comUsername, wcfToken, and organizationCode. These properties are then returned ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
-4 votes
179 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
1 vote
343 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 ...
Jashua Criss's user avatar
2 votes
986 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. ...
Jashua Criss's user avatar
2 votes
342 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
  • 361
6 votes
373 views
5 minute read
Knowledge article

A Developer's Manual for Azure's AI services.

Introduction: Azure is like a beacon in the vast world of artificial intelligence for developers , looking to integrate cutting-edge AI capabilities into their applications. This article is a ...
Mohamed Azarudeen Z's user avatar