4,912 questions with Azure Functions tags

Sort by: Updated
0 answers

Function App Flex Consumption Configuration

What is the difference between this concurrency per instance in flex consumption plan and maxConcurrentRequests in host.json?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-09-19T18:16:53.09+00:00
Roy Zeng 20 Reputation points
edited the question 2024-09-19T21:39:29.58+00:00
VarunTha 7,810 Reputation points Microsoft Vendor
3 answers

Azure function is running, but I'm getting ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) exception when sending a POST request.

Hey azure experts, I have an azure function successfully deployed, the function status on the portal shows 'running'. However, when I'm trying to send a POST request from my web application (in my case, it's a python dash app served with uwsgi), it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2022-01-12T21:40:08.59+00:00
dshuang 11 Reputation points
commented 2024-09-19T20:46:11.1466667+00:00
Rahul Balayya (LTIMINDTREE LIMITED) 60 Reputation points Microsoft Vendor
0 answers

Azure Function stuck using Python 3.9 despite configuring for Python 3.11 in runtime.txt and settings

I’ve been trying to run an Azure Function using Python 3.11, but no matter what I do, the logs indicate that the function is running Python 3.9. I’ve gone through multiple deployment attempts and configurations but can’t seem to resolve this. I’m…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,679 questions
asked 2024-09-19T12:47:55.3666667+00:00
BTCElectrician 0 Reputation points
edited the question 2024-09-19T15:49:18.2133333+00:00
VarunTha 7,810 Reputation points Microsoft Vendor
3 answers

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,259 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-06-30T23:05:51.97+00:00
David 20 Reputation points
edited the question 2024-09-19T15:42:42.61+00:00
Rakesh Gurram 7,000 Reputation points Microsoft Vendor
0 answers

Build failing with not being able to restore workerExtension.csproj

Hi, We are encountering a transient error in our cloud build pipeline. When attempting to restore packages for our Azure Function, we receive the following errors: D:\dbs\sh\aac6\temp\0mjoggt1.c2j\WorkerExtensions.csproj : error NU1301: Unable to load…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
asked 2024-09-19T15:37:05.55+00:00
Ash 70 Reputation points Microsoft Employee
0 answers

How to set EventHubOptions in Isolated Azure Function

I had in-process azure function with event hub trigger. I was configuring EventHubOptions programmatically as below: builder.Services.PostConfigure<EventHubOptions>(o => { o.MaxEventBatchSize =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
630 questions
asked 2024-09-18T14:05:12.73+00:00
Sayed Reda 20 Reputation points
edited a comment 2024-09-19T15:31:50.9466667+00:00
JananiRamesh-MSFT 26,631 Reputation points
0 answers

When I am deploying the function App using B1 Basic hosting plan its failing and getting the error message you're encountering, "Encountered an error (InternalServerError) from host runtime". Its working fine with B3 Basic hosting plan. Please suggest.

When using the B1 Basic Hosting plan to deploy the function App, Getting the below error. The error message you're encountering, "Encountered an error (InternalServerError) from host runtime" If using the B3 Basic Hosting plan to deploy the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-09-19T13:33:31.44+00:00
Pradeep Jha (Persistent Systems Inc) 0 Reputation points Microsoft Vendor
0 answers

Azure not installing python packages from requirements.txt when using Terraform with azurerm_linux_function_app

I'm trying to install a python package on my running Azure Function, but it seems Azure it not installing it. I've checked Kudu, and tried having the requirements.txt both in the "wwwroot" folder and the folder that the function is in (which is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-09-19T13:03:32.38+00:00
Kristoffer Strekerud 0 Reputation points
1 answer

Azure VMSS Autoscale Triggering Multiple Events and Causing Multiple Function Executions

I am facing an issue with Azure VMSS autoscale notifications (through webbhook) triggering multiple executions of an Azure Function. This causes my function, which includes a pipeline trigger and a DNS update, to be executed multiple times in parallel,…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,212 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
387 questions
asked 2024-09-17T08:38:41.96+00:00
Alexandru Ene 0 Reputation points
commented 2024-09-19T11:41:18.39+00:00
Alexandru Ene 0 Reputation points
0 answers

MS Fabric Private Endpoint to Azure Function hosted on ASE

Hi, I would like to call REST APi from MS Fabric notebook to Azure Function. But Azure Function is hosted on App Service Environment (ASE) (so azure function that is not publicly available and it's basically deployed directly to subnet). Is it possible…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,679 questions
asked 2024-09-19T11:05:40.8433333+00:00
David Tomandl 0 Reputation points
0 answers

Azure time trigger PowerShell function manual vs schedule

I have this Time Trigger Function that runs PowerShell code to fetch Azure storage accounts used capacity metrics based on the tags. The code works fine when I trigger the job manually and gives me the accurate details but fetches 0 value from all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,468 questions
asked 2024-09-19T09:40:48.64+00:00
Sudhirkumar Karamchand 0 Reputation points
edited the question 2024-09-19T10:33:51.0766667+00:00
Sudhirkumar Karamchand 0 Reputation points
1 answer

Azure functions fail to decode IoThub device connection state message

0 I've a Azure function in Python 3.11 and Linux hosting. It is throwing an error when trigger is service bus queue message, which is having IoTHub device connection state message with schema like this schema.Result: Failure Exception: ValueError: cannot…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
616 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,179 questions
asked 2024-09-16T14:06:08.8466667+00:00
Nayangiri Goswami 25 Reputation points
commented 2024-09-19T06:07:00.2466667+00:00
Nayangiri Goswami 25 Reputation points
2 answers

Correct role/permissions for publishing Function App?

I'm trying to publish an Azure Function app. We already have an Azure subscription and have created the Function App. The team lead is the Owner of the Azure Subscription; my Microsoft account has the Contributor role for the Subscription. When I try to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,059 questions
asked 2024-09-18T20:26:47.52+00:00
Kevin Foley 0 Reputation points
answered 2024-09-19T04:30:00.6133333+00:00
JananiRamesh-MSFT 26,631 Reputation points
1 answer One of the answers was accepted by the question author.

Can function app access Azure storage accounts via managed identity in sovereign clouds.

I am trying to disable shared key-based access on my storage account. This storage account is accessed by Azure function app to fetch data via key based access. I want to authenticate functions app via managed identity instead and for that I followed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-09-13T07:09:41.5333333+00:00
Anurag Anand 20 Reputation points Microsoft Employee
edited the question 2024-09-19T03:28:24.8733333+00:00
MayankBargali-MSFT 70,221 Reputation points
1 answer

Running multiple functions under a single function app

Hi, if I deploy multiple queue triggered functions under one azure function app resource then could there be any threading issues? As in, if multiple functions are being triggered then could the threads/memory be shared or is there a risk of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-07-25T01:46:34.5133333+00:00
Abhishek Godhani 0 Reputation points
edited a comment 2024-09-18T22:29:29.1733333+00:00
Abhishek Godhani 0 Reputation points
0 answers

Azure blob trigger is fetching none bytes in storage

Hi Team, I have created one azure blob trigger but It is giving me "None bytes" of size instead of actual size. Please refer attached screenshot for more references. I am reachable on "<PII removed>" or +<PII…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,795 questions
asked 2024-09-18T05:20:33.45+00:00
Naveen 20 Reputation points
commented 2024-09-18T22:29:12.31+00:00
LeelaRajeshSayana-MSFT 14,831 Reputation points Microsoft Employee
1 answer

unable to list all the function apps and their trigger keys programmatically in .net core

unable to list all the function apps and their trigger keys programmatically in .net core. All the available packages are deprecated hence i cant use them. How can I programmatically list the function app http trigger names and their trigger keys in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-09-09T20:19:27.1166667+00:00
Tiwari, Vivek K 0 Reputation points
commented 2024-09-18T19:59:58.7133333+00:00
Tiwari, Vivek K 0 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to Create App Service Plan with EP1 SKU Due to Subscription Quota Error

We are unable to create an App Service Plan with the EP1 SKU. We've attempted this using both the Azure CLI and directly through the Portal, but we consistently encounter the following error: "This region has a quota of 0 instances for your…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,679 questions
asked 2024-09-11T14:13:25.7066667+00:00
Patrick Lachance 70 Reputation points
commented 2024-09-18T19:10:52.57+00:00
Ryan Hill 28,091 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

why my function is not listed under my function app dispite being correctly deployed?

I have successfully deployed a python function app using GitHub Actions but the function defined within the script does not show under functions. I used to be able to see the function listed, see the invocations page, the Code + Test link etc but now the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-08-22T13:35:26.3333333+00:00
CARMELO IARIA 20 Reputation points
accepted 2024-09-18T18:03:50.29+00:00
CARMELO IARIA 20 Reputation points
1 answer

Extract local.settings.json file from zip file using YAML

I have a local.settings.json file inside a .zip folder, from which i want to extract the environment variables and add them while deploying the function app in a YAML pipeline. Different functions will have different zip files, so the local.settings.json…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,912 questions
asked 2024-08-03T19:55:09.71+00:00
Sanjana Pushkar 0 Reputation points
edited the question 2024-09-18T15:59:19.7533333+00:00
Prrudram-MSFT 24,366 Reputation points