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.9k Questions
+117
26k Members
+94
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
5 views

Why can't I use azure/login@v2 since I am using GitHub environments?

I'm struggling with this issue. In my GitHub workflow, I connected to Azure using a service principal. My Azure credentials are stored in my GitHub secrets at the repository level. Initially, ...
0 votes
0 answers
3 views

The property "EncryptionAtHost" cannot be found on this object

Tried running a PowerShell script to remediate virtual machines in our Azure tenant. Our VMs need to have Encryption at Host enabled. I wrote a script to get all VMs, check if they had encryption ...
0 votes
0 answers
7 views

Microsoft Azure App Gateway Returning 499/504 Erorr

We have a dotnet api running on an Azure App Service that is routed through an Application Gateway. For one particular api call, we are seeing strange behavior occurring. When the api is used as ...
-1 votes
0 answers
12 views

Moving Azure Blob File to On-Premises NFS Share via Logic App or Linux Function App

I'm looking for guidance on how to move a file stored in Azure Blob Storage to an on-premises Network File System (NFS) share. I'd like to achieve this using either an Azure Logic App or a Linux-based ...
0 votes
0 answers
13 views

Azure WebJobs won't get triggered from Azure Storage Queue

Context I am using Python 3.12 / Linux setup on Azure I have deployed Django on Azure Web Services I also have Django Celery deployed as Azure WebJobs on the same service Problem The celery runs ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
0 votes
89 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
408 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
992 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
9 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
807 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