4,625 questions with Azure Functions tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Should I define an azure activity function as an async in python?

Azure functions documentation recommends defining python functions as asynchronous using the async keyword and async packages in the function body to take advantage of concurrent execution. See here. I can not find any mention of the same for activity…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2023-09-01T07:59:48.95+00:00
Jan Kowalik 105 Reputation points
edited an answer 2024-07-14T15:11:10.8233333+00:00
Bosman, Marthinus 0 Reputation points
1 answer

VNet integrated flex consumption app unable to connect to KeyVault via service endpoint

Hi, I have a question about vnet integrated flex function apps and accessing other resources privately using service endpoints Situation: I have Flex consumption app successfully deployed and vnet integrated so all outbound traffic is via the virtual…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,180 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 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.
1,068 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,288 questions
asked 2024-06-30T23:05:51.97+00:00
David 20 Reputation points
commented 2024-07-14T12:43:45.8733333+00:00
David 20 Reputation points
0 answers

Azure function App only triggering on CRON expression */30 * * * * *

I have a Azure FunctionApp built in C# using the Visual Studio template from TimerTrigger. When I use CRON statements that will include all seconds like (* * * * * * or */30 * * * * * or */45 * * * * 0-6) then the Function triggers correctly. However if…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2023-12-08T05:30:58.5133333+00:00
Pelle 5 Reputation points
commented 2024-07-14T05:35:15.26+00:00
MallamiInc 0 Reputation points
1 answer

Azure Function fails suddenly

Hi, I have a function called splitter with a blob trigger with even grid as a source. The only goal of this functions is to grab a blob and partition it in several pieces, so that it can be feed into an Event Hub, which has a publication limit of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-11T02:50:12.41+00:00
Jona 455 Reputation points
commented 2024-07-14T04:18:30.0933333+00:00
navba-MSFT 20,375 Reputation points Microsoft Employee
1 answer

About Azure Functions: quotas & limits

Hi, According to the docs:: https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#service-limits Azure Functions instance have up to 1,5GB RAM. I've been using a function deployed on Azure that read a 100MB pandas dataframe and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-11T06:01:38.48+00:00
Jona 455 Reputation points
commented 2024-07-14T01:31:51.63+00:00
Vinodh247 13,146 Reputation points
0 answers

Why are we getting 502 errors in the Azure function deployment link? Is there anything wrong with the function coding or the deployment? Could you please confirm?

We are unable to identify the root cause of the 502. Could you please confirm whether the problem is related to coding or deployment?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2023-10-24T08:45:15.74+00:00
VeeramaniSelvaraj 0 Reputation points
commented 2024-07-14T01:25:40.8333333+00:00
otto franco 0 Reputation points
0 answers

Azure function blob trigger not working through UAMI

Hi, I have deployed a function app and I have created blob trigger using Node / JavaScript V4. Due to organization policy we cannot use Key or Shared access token, and hence I am using UAMI for authentication to storage account from function app. I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-06-28T04:02:39.01+00:00
Kaustubh Lohiya 0 Reputation points
commented 2024-07-13T20:17:28.78+00:00
Luis Arias 5,981 Reputation points
1 answer

Can't view functions in one function app but can in another

I have two function apps, app1 and app2. App1 can display and run its functions in the 'overview' section, but the same doesn't apply for app2. Both apps are based on the same code and only have different keys. In the wwwroot folder, I can see the same…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-11T08:03:15.8866667+00:00
Marilia Bognandi 0 Reputation points
answered 2024-07-13T16:51:57.0033333+00:00
Luis Arias 5,981 Reputation points
1 answer

My Azure Function App only works on Premium plan

We have a simple python Azure Functions App that deploys perfectly to Premium function apps, but when deploying to a consumption plan app, with identical config, networking/identity/environment variables, etc... it doesn't detect any functions...I've…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-12T17:20:02.8633333+00:00
Michael Goodman 30 Reputation points
answered 2024-07-13T09:14:40.78+00:00
Luis Arias 5,981 Reputation points
1 answer

New-SelfSignedCertificate not recognized in Powershell script of azure function

I want to create self signed certificate using my run.ps1 under my Azure function but it is throughing error saying that "New-SelfSignedCertificate cmdlet is not recognized". AFAIK this command is available by default.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-13T07:32:17.1633333+00:00
Sachin Dev Tomar 0 Reputation points
answered 2024-07-13T08:44:09.45+00:00
Luke Murray 10,891 Reputation points MVP
0 answers

Function App 503

I recently switched my function apps to run in containers, however now they return a 503 error when I try to send them a request. My Dockerfile is: FROM mcr.microsoft.com/azure-functions/python:4-python3.9 ENV AzureWebJobsScriptRoot=/home/site/wwwroot…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-03T14:00:08.2866667+00:00
Casey 50 Reputation points
commented 2024-07-12T21:04:48.7066667+00:00
Ryan Hill 26,951 Reputation points Microsoft Employee
1 answer

How to view contents of function app zip post deployment?

I have published a function app using the below command func azure functionapp publish timedapicall --build remote --python I see an entry in storage account's scm-releases container. However, if i try to download and open the zip file, it keeps…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-07T02:05:31.3466667+00:00
Ashwin Venkatesha 230 Reputation points
commented 2024-07-12T21:03:29.27+00:00
Ryan Hill 26,951 Reputation points Microsoft Employee
0 answers

How to Teamify a non-group-based SharePoint team site?

I created an Azure function and run under an managed identity. I give this managed identity API permissions. When I try "New-PnPMicrosoft365Group" I got error "An error occurred while processing this request". When I try…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,353 questions
asked 2024-07-09T21:34:46.87+00:00
hajjk 0 Reputation points
commented 2024-07-12T20:34:06.45+00:00
Ryan Hill 26,951 Reputation points Microsoft Employee
3 answers

Unable to test/run Azure Function form the portal

Getting this warning message when I am trying to test/run a function through the Azure portal. Running your function in portal requires the app to explicitly accept requests from https://portal.azure.com. This is known as cross-origin resource sharing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2023-06-12T18:00:05.4066667+00:00
Henry Lam 35 Reputation points
commented 2024-07-12T20:13:46.6833333+00:00
Madhu Kandadai 1 Reputation point Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to fire and forget a task in python within an azure function

Hi, My API is backed by an HTTP-triggered Azure Function. It processes data that it enqueues in batches into a storage queue. It turns out that the enqueuing is fairly slow. Is there a way in Python to run code within a synchronous Azure Function in a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-12T05:41:16.17+00:00
JDR 90 Reputation points
accepted 2024-07-12T15:55:37.9766667+00:00
JDR 90 Reputation points
1 answer

Automatically Authentication with Microsoft Entra ID on an Azure Function using OAuth2

I have recently added microsoft entra ID to an azure function using the identity provider, which works well - every time my azure function is triggered in a new browser session/in postman etc, the user is prompted to login using their microsoft…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,342 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,499 questions
asked 2024-07-11T08:07:19.2766667+00:00
Andrew Kelly 0 Reputation points
commented 2024-07-12T14:51:04.7933333+00:00
Andrew Kelly 0 Reputation points
2 answers

Intermediary certificate changes tracking

Hello Team, There are a few applications that use Azure Logic Apps and Azure Functions. We have spotted that this week the Azure Logic Apps URL has a new intermediary certificate. It has changed the intermediary from 'Microsoft Azure RSA TLS Issuing CA…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,981 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,342 questions
asked 2024-07-10T16:34:29.4+00:00
Patel, Sanjaykumar 0 Reputation points
commented 2024-07-12T09:45:11.76+00:00
Luke Murray 10,891 Reputation points MVP
0 answers

Moving from Azure Function Consumption to Flex Consumption breaks DevOps pipeline

Hi, I have a function app in Python 3.9. This function is deployed to Azure with a DevOps CI/CD pipeline. First, this function app was in Consumption mode. Big downside is that passwords for api calls, etc. are store in the code. We asked Microsoft to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-06-27T13:51:24.79+00:00
Valentin LABAT 5 Reputation points
commented 2024-07-12T08:06:04.57+00:00
Emil Karlsson 0 Reputation points
1 answer

Azure Function Flex - Issue disconnecting Vnet

I have an Azure function APP on East Us region with a Vnet Integration, I am unable to disconnect the VNET. I have the following error : And when I try to delete the subnet I got an error related to "legionservicelink" which is due to the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2024-07-10T14:37:45.3233333+00:00
louis-philippe redaud 40 Reputation points
answered 2024-07-11T23:41:58.76+00:00
Luke Murray 10,891 Reputation points MVP
2 answers

Unable to view logs on a function app using FastAPI synchronous routes

python 3.9 azure-functions 1.11.2 fastapi 0.82.0 Function app runtime: 4 I wrote a very simple function with a single FastAPI route to test how logging works. The code I wrote is as follows: import azure.functions as func from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,625 questions
asked 2023-01-05T15:48:58.427+00:00
a.salogni 1 Reputation point
answered 2024-07-11T23:26:20.1033333+00:00
Angus Mitchell 0 Reputation points