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.7k Questions
+316
+120
+1
21.2k Members
+162
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
8 views

Connection was closed by the remote host

I'm using the Microsoft realtime conversation avatar and it was working perfecrError details: Connection was closed by the remote host. Error code: 1011. Error details: System.AggregateException: One ...
-2 votes
0 answers
14 views

Get GitHub environment secrets without specifying job environment

I have a GitHub workflow that performs Terraform plan and apply commands. I want users to review the generated plan before the apply command. For the apply job, I use an environment where reviews are ...
0 votes
0 answers
14 views

Azure functions gets stuck on api call

I have written python code to run on azure functions with durable activities. There are five different activites which make different llm api calls both synchronously or async inside one orchestrator ...
0 votes
0 answers
12 views

Fatal Error: Uncaught Error: Call to undefined function _get_custom_object_labels() in taxonomy.php

I am encountering a fatal error on my WordPress website, which is hosted on Microsoft Windows Azure. The error occurs when I try to access the backend of my WordPress site. Here are the details: **...
0 votes
0 answers
12 views

Why does my Azure Linked Service connection to Hubspot Public App fail?

I have created a public app in Hubspot and connected it to my Hubspot account (essentially followed this (only difference is that I create a public app since I believe this tutorial isn't up to date ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
0 answers
87 views
+50

Having issues with provider definition when configuring Terraform for Azure in YAML

I'm working on an ambitious project to define Terraform configuration in YML for Azure but am having issues on handling the provider block. Here are the details. Why YML? Two main reasons: I'd like ...
1 vote
0 answers
65 views
+200

Azure Container Apps job with ServiceBus and managed identity authentication

I am defining an Azure Container Apps job. The job will consume messages from a Service Bus topic subscription. The rule will authenticate using a user assigned identity. The service is defined as ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
1 vote
21 views
2 minute read
Knowledge article

What is Microsoft Entra ID and How does Licensing Works?

What is Microsoft Entra ID? Microsoft Entra ID is a service in the cloud that helps your employees log in to and use resources outside your organization. Examples of these resources are Microsoft 365, ...
Akilesh Khoday's user avatar
-4 votes
188 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
379 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
1k 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
368 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