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
+130
26k Members
+95
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
22 views

Unable to use Get-AzMetric with -Dimension

Can someone please assist with using Get-AzMetric as I cannot get it working. The following command works fine and I get expected results for a storage account: PS> get-azmetric -resourceid $resId -...
0 votes
0 answers
10 views

Private Link Service to expose Azure SQL Server AG cluster deployed in multiple subnets

need a quick suggestion here. I am in process of provisioning a SQL Server Availability Group cluster in Azure using Multi Subnet approach as recommended by Microsoft to avoid having a frontend LB for ...
0 votes
0 answers
3 views

How do I connect App Service to Azure Bot?

I am following the steps under the Bot Framework SDK Deploy page and am attempting to deploy the python Echo bot. I am able to run it locally, interact with it locally with the Bot Framework Emulator, ...
0 votes
0 answers
5 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
9 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 ...

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