4,232 questions with Azure Functions tags

Sort by: Updated
1 answer

Azure Function App - Deployment successful but code is not updated

I developed a function few days ago, deployed it and it was working fine. Later I made few more changes to the code and deployed few times. It was working fine. Since yesterday, when I try to deploy a new change. Deployment says it is successful but the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
928 questions
asked 2023-08-25T15:51:09.2133333+00:00
Nikhil 41 Reputation points
commented 2024-04-23T15:33:27.38+00:00
Jochen 0 Reputation points Microsoft Employee
1 answer

How to install managed dependency for example a Powershell module in Powershell based azure functions?

In Azure function app, we are able to install Az modules as default as it mentions in the requiremnts.psd1 file as shown in the below image by uncommenting , it will install the Az module By following the same process we are trying to install…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-18T07:59:03.2733333+00:00
Bony Cherian 0 Reputation points
edited an answer 2024-04-23T14:29:07.01+00:00
Ryan Hill 25,486 Reputation points Microsoft Employee
0 answers

Property name is not allowed by the schema Error

Hi there, This is my Azure function's host.json file { "version": "2.0", "logging": { "applicationInsights": { "samplingSettings": { "isEnabled":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-23T13:33:02.0166667+00:00
Adwait Naik 20 Reputation points
1 answer

The subscription"redacted" is not allowed to create or update the serverfarm."

I created a new account today. Set everything up yet anytime I try to create a function app, app service plan or service plan I get the following error. I tried looking through the policies and added an exception for the non compliant ones but it doesnt…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-19T22:25:01.94+00:00
HLGSupport 0 Reputation points
commented 2024-04-23T12:42:54.6333333+00:00
JananiRamesh-MSFT 21,001 Reputation points
2 answers

Function App deployment successful, triggers found when running locally, but not when deploying

Hi, We have a serverless azure function that has been deploying and running fine until recently. It still runs fine when debugging locally from VS Code (http triggers are found and work). But when we deploy to Azure from VS code, the deployment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-21T19:17:16.2866667+00:00
JDR 70 Reputation points
commented 2024-04-23T12:42:24.4033333+00:00
Ryan Hill 25,486 Reputation points Microsoft Employee
0 answers

Azure APIM | Connection issues

Hi I have an APIM with backends created. These backends point to an Azure Function App. I am receiving frequent logs like The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. A connection…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,746 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-23T12:18:31.2166667+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-04-23T12:25:52.3866667+00:00
JananiRamesh-MSFT 21,001 Reputation points
0 answers

What is the downtime for the platform, how much time it is going to take for Microsoft to bring up the different services in a different zone after we have enabled ZRS?

Hello Community, I have few questions related to ZRS. Are there any configuration changes required on the different component on the application side once it is moved to a new zone or will it be taken care by Microsoft? What is the downtime for the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,852 questions
asked 2024-04-23T12:15:39.32+00:00
I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
edited the question 2024-04-23T12:16:08.65+00:00
I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
0 answers

Calling Azure function API from Sharepoint classic using Managed identity

We have created an Azure function API in Python which will be further called by SharePoint classic using javascript. We want to make it secure using managed identity. Right now we are providing them API key which we do not want to.   Sharepoint is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,662 questions
Microsoft Entra
asked 2024-04-11T13:32:45.1333333+00:00
Rajeev Kumar Dave 1 Reputation point
commented 2024-04-23T08:47:43.1433333+00:00
Rajeev Kumar Dave 1 Reputation point
0 answers

Need help in deploying azure function app

I am trying to deploy a function app using arm template. Application insights, function app and all necessary prerequisites are created but the code is not getting deployed although I have mentioned github link in application…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-22T06:11:17.41+00:00
Ashwin Venkatesha 60 Reputation points
commented 2024-04-23T08:10:40.9566667+00:00
JananiRamesh-MSFT 21,001 Reputation points
1 answer

How to control logging for azure function app

I have a function app with 3 triggers. My objective is to log custom logs that I have added as part of this azure function app, like logging.info("some custom log") In host.json, I have added the below "logLevel": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-23T06:09:40.78+00:00
Ashwin Venkatesha 60 Reputation points
edited an answer 2024-04-23T07:04:54.45+00:00
Kerry Bills 1 Reputation point
0 answers

How to Handle Long-Running Azure Function Callbacks in a Logic App Without Timing Out?

am a bit lost on this and hope someone can point me in the right direction. We have an Azure Logic App workflow that triggers several functions, some of which take 30 minutes to 5 hours to run. However, after 10 to 15 minutes, it will timeout because the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,838 questions
asked 2024-04-22T12:38:15.5166667+00:00
bob 0 Reputation points
commented 2024-04-23T06:51:35.8566667+00:00
bob 0 Reputation points
0 answers

The subscription 'subcriptionID' is not allowed to create or update the serverfarm.

I'm getting the following error on Azure when I try to deploy a new app service/function app: " { "code": "DeploymentFailed", "target":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-23T04:51:34.28+00:00
Rogers 0 Reputation points
commented 2024-04-23T05:13:46.42+00:00
Andreas Baumgarten 96,036 Reputation points MVP
0 answers

Linux dynamic workers are not available in resource group

Hi Azure Functions, I Have a Resource Group, when i tried to create a new Azure Function App (Python, veersion : 3.9, location: East Us , Os : Linux(Since windows was not available) I have got the below error( Code:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,852 questions
asked 2024-04-22T23:48:43.67+00:00
Roopesh Bharatwaj KR 0 Reputation points
commented 2024-04-23T04:49:06.0733333+00:00
VenkateshDodda-MSFT 18,081 Reputation points Microsoft Employee
3 answers

What should I do about the Azure Function Http trigger not connecting to Cosmos DB?

I am learning the module called "Chain Azure Functions together using input and output bindings". The previous modules are learning without any problem and can successfully access the http trigger via url. But in this module, I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2023-08-23T07:28:10.7166667+00:00
Wang Kangli 75 Reputation points
commented 2024-04-23T03:01:11.0733333+00:00
Abbasi, Safan 0 Reputation points
0 answers

Error in VSCode when connecting to Function Apps in some subscriptions but not others.

In VS Code, using the Azure Extension, when I click on a Function Apps there is an error generated for each function in two of my subscriptions but not two others. It makes no difference whether the functions are working or not. The error seems to come…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-19T14:43:07.7933333+00:00
WildAl 5 Reputation points
commented 2024-04-23T00:22:26.2133333+00:00
Daniel osorno 0 Reputation points
1 answer

Request for Example on Integrating Azure SQL with Durable Activity Function Using SQL Binding in Python Programming Model V2

Hello everyone. I can't seem to find the answer either on Q&A or in the documentation. I would like to connect to Azure SQL using a DURABLE ACTIVITY FUNCTION in Python programming model V2 via Azure Function SQL binding. Could you please show me an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-20T08:34:07.7933333+00:00
Michal Pawlikowski 6 Reputation points
answered 2024-04-22T22:03:04.0733333+00:00
Michal Pawlikowski 6 Reputation points
0 answers

Trouble Implementing Federated Credentials with Managed Identities in Azure Function App API Authentication

I have an API inside my function app and have been accessing the API using the secrets created in the app registration associated with the function app. Now we're looking to eliminate the secrets and modify it to use managed idenities as the client app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,356 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,435 questions
asked 2024-04-22T18:40:22.54+00:00
Dheepssika JL 0 Reputation points Microsoft Employee
edited the question 2024-04-22T21:59:45.96+00:00
Dheepssika JL 0 Reputation points Microsoft Employee
1 answer

Issue with executing a second function in the Azure Function App

Hello, I have deployed an Azure Function App to generate some Agency Reports. There are two functions in the functions app script - GenerateAgencyReports GenerateExcelReports When I invoke GenerateExcelReports function through Postman using a POST…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-22T19:42:26.7233333+00:00
Mridul Lahori 0 Reputation points
answered 2024-04-22T21:05:19.5733333+00:00
Luis Arias 4,721 Reputation points
1 answer

Connect from python Function app with managed identity to Azure Database for PostgreSQL- Flexible Server

Hi Everyone I have a python function app which is connecting to PostgreSQL- Flexible Server. I have used password authentication to connect the server. Now, I have to use managed identity to connect the server. I came across 2 different and not sure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure Database for PostgreSQL
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,435 questions
asked 2024-04-22T12:46:59.7566667+00:00
Sivanesan 20 Reputation points
answered 2024-04-22T20:46:22.2866667+00:00
Ryan Hill 25,486 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Cant't load authentication section of my Azure Functions App

When I navigate to the authentication section of my Azure Functions App only the following error message is shown: Failed to load authentication setting data for your site. Please refresh the page. Refreshing the page doesn't change anything…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-19T13:13:16.2066667+00:00
Tim Schramm 21 Reputation points
accepted 2024-04-22T15:42:43.9533333+00:00
Tim Schramm 21 Reputation points