4,694 questions with Azure Functions tags

Sort by: Updated
1 answer

Transient error and retry policy for Service Bus triggered Azure Function

Hi All, I have a requirement as below: There is a Service Bus Topic which is the source Azure Function is SB triggered At step 1, message is going to Function Step 2 if for calling a 3rd party API for some data enrichment Finally data is POSTed to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
596 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 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,091 questions
asked 2024-07-23T05:47:24.6833333+00:00
Pratim Das, Partha C 306 Reputation points
answered 2024-07-23T15:42:40.15+00:00
Sina Salam 7,441 Reputation points
0 answers

Azure Function is down after github deployment until manual stop & restart

Hi, I have an Azure Function App which gets deployed via a github action. More often than not after a successful deployment (no errors on github) the endpoints start failing with Http 404. The endpoints definitely exist and after a manual restart the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-23T15:14:48.7333333+00:00
tamas-kr 56 Reputation points
edited a comment 2024-07-23T15:42:24.0866667+00:00
tamas-kr 56 Reputation points
6 answers

Azure function fails with FunctionInvocationException, Actually I have Update .net 6 to .net 8 and updated all packages

For detailed output, run func with --verbose flag. [2024-03-06T13:54:39.549Z] Host lock lease acquired by instance ID '0000000000000000000000006F297016'. [2024-03-06T13:55:16.662Z] Function 'HealthCheck', Invocation id…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-03-06T14:05:38.91+00:00
Balasubrahmanyam Tekimudi 30 Reputation points
commented 2024-07-23T14:44:41.5533333+00:00
Chris Parker 0 Reputation points
0 answers

HTTP triggered Azure Function fails when request size is more than 100 MB. How to solve?

Hi, I have one urgent requirement. There is one API which POSTs data to Azure Function. Azure Function does some transformation on it and sends the data to database. Now the volume of POST request is more than 100 MB so the Function is failing. How can I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-23T07:44:31.3066667+00:00
Pratim Das, Partha C 306 Reputation points
3 answers

About correct set up of OpenCensus

Hi every one, I have a function blob trigger based with event grid as source. I'm trying to send costom data (customDimension) to Log Analytics via App Insights This is an example code setup from services.blob_service import BlobService from…

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,047 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-10T16:04:32.3866667+00:00
Jona 475 Reputation points
answered 2024-07-23T04:51:54.34+00:00
Jona 475 Reputation points
2 answers

About Azure Functions maxDequeueCount in host.json

Hi, I'm using Azure Functions (Python) and configuring to executed the function just once so that it terminates and send the message to poison queue. I'm setting maxDequeueCount to one, but it won't work. This is my host.json file { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
100 questions
asked 2024-06-23T06:44:44.7533333+00:00
Jona 475 Reputation points
commented 2024-07-23T04:37:21.5366667+00:00
Jona 475 Reputation points
1 answer One of the answers was accepted by the question author.

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,694 questions
asked 2024-07-11T06:01:38.48+00:00
Jona 475 Reputation points
accepted 2024-07-23T04:35:41.23+00:00
Jona 475 Reputation points
1 answer

Azure Function doesn't complete due to "Stopping JobHost"

Is your question related to a specific version? If so, please specify: function runtime v4.x What language does your question apply to? (e.g. C#, JavaScript, Java, All) we currently use C# .NET in-process model for our function apps (function runtime…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-17T20:53:02.85+00:00
Tran, Nguyen 20 Reputation points
answered 2024-07-23T02:52:38.1866667+00:00
Ryan Hill 27,111 Reputation points Microsoft Employee
1 answer

Timer Function returns 404 on consumption plan. cronjob but http fn invokes ok

Timer function returns 404 from both postman and Az Portal test/run. Http function executes from Postman and from Az Portal test/run, OK. App is deployed from GitHub Action. I have used Restart and Refresh but cron job does not fire. Publishing model:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,656 questions
asked 2024-07-09T03:41:19.5333333+00:00
ozbobwa 21 Reputation points
answered 2024-07-23T02:31:52.0933333+00:00
ozbobwa 21 Reputation points
0 answers

Do activity function calls in the Suborchrestor function count towards the MaxOrchestrationActions in the main orchestrator function?

I have a durable function that calls two suborchestrator functions and those in turn, call 2 activity functions each Durable Orchestrator function() SubOrchestrator A() Activity function call A1() Activity function call A2() SubOrchestrator…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-23T01:33:41.9766667+00:00
Ozzy 0 Reputation points
0 answers

Import Public certificate to Azure Function APP via ARM template

Hi, I tried the below arm template to add public certificate , but it fails with ##[error]undefined: Parameter publicCertificateEnv is null or empty. What's wrong with this code ? Is there another way to add the public certificate via arm or cli to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-10T07:11:57.44+00:00
Thangavel Tamilarasan (YICCB) 0 Reputation points
commented 2024-07-22T20:15:57.83+00:00
Pasquini, Matteo 0 Reputation points
0 answers

Azure function is getting timeout without code execution

Hi Microsoft community! I'm running my dotnet application using Azure Functions 4 in Docker container on my Raspberry Pi 4. Application is very simple service bus trigger that is in Azure, as well as I'm using storage account and app insights services…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-22T19:46:20.4666667+00:00
Roman Rakus 0 Reputation points
3 answers

Using Azure OpenAI / Copilot Application Outside of Portal to Answer Natural Language Questions with SQL Queries

I have been experimenting with Copilot on my Azure SQL databases, and I love the functionality of querying a database through plaintext and getting the results. I'm interested in making this available to non-technical users outside of the Azure portal.…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,658 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
200 questions
asked 2024-07-19T19:10:49.97+00:00
hampton123 1,160 Reputation points
commented 2024-07-22T14:09:32.4533333+00:00
AshokPeddakotla-MSFT 30,511 Reputation points
0 answers

how to fix System.Linq: Sequence contains more than one matching element.

When viewing my azure function, I get the following when viewing the runtime version of the function. None of my scheduled functions are being triggered.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-22T12:32:56.2066667+00:00
Robert van de Sande 0 Reputation points
1 answer One of the answers was accepted by the question author.

ExponentialBackoffRetry dynamic parameter value

Hi all, I'm trying to implement ExponentialBackoffRetry in one of my Azure Functions. Is there a way to retrieve the values (Max Retry, min delay, max delay) from App Settings instead of hardcoding them? Thank you …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,655 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,656 questions
asked 2024-01-21T09:37:03.1833333+00:00
Wendy Susanto 20 Reputation points
commented 2024-07-22T11:19:22.1866667+00:00
Frank Reerink 0 Reputation points
0 answers

Azure functions issue after .net 8 upgrade

we are upgrading the azure function from .net 3.0 to .net 8.0 , i have updated the docker file to deploy.Its deployed as a container in linux app service plan. we get error in the runtime as and also error in the code+test section as what should i…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-19T14:12:12.4+00:00
larsan 0 Reputation points
commented 2024-07-22T09:10:40.0933333+00:00
VenkateshDodda-MSFT 19,646 Reputation points Microsoft Employee
0 answers

Blob trigger stream too long - Typescript

When attempting to trigger a Blob Trigger Function App with a ~2 GB file, I receive a Stream too long error. As I understand it, the Function App loads the entire file into memory, which likely causes this issue. Is there any known workaround for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,644 questions
asked 2024-07-22T08:50:36.4833333+00:00
Ivan Bodrozic 0 Reputation points
1 answer

azure function app to use pymqi

I would like to use azure function to read and write from/into IBM mq. I have included pymqi in the requirement.txt but not able to install the library. Checked online seem like required to install MQ Client libraries. Anyone know how the MQ Client…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-20T13:51:21.3333333+00:00
Yang Chow Mun 121 Reputation points
edited an answer 2024-07-22T08:40:13.27+00:00
Pinaki Ghatak 3,265 Reputation points Microsoft Employee
0 answers

Issue with Deployment Slot in Testing Server

Once I deploy the Code to the testing server in azure app service, I swap to the production slot. After sometime the code in the testing slot will point to an old date. So I have to re-run all the jobs in the GitHub so the code is redeployed again to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,593 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,416 questions
asked 2024-07-22T04:18:53.6333333+00:00
Darshan Sreedhar 0 Reputation points
0 answers

Cannot access the storage account after VNet integration is enabled on the Azure functions flex consumption preview

I have tried the preview of the Azure Functions Consumption plan; and I am unable to access the storage account that stores the function code, once I have enabled the VNet integration. The VNet is delegated to the 'Microsoft.App/environments', and I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,694 questions
asked 2024-07-16T02:27:14.13+00:00
GrowgreenAppdev 0 Reputation points
edited the question 2024-07-22T03:47:55.67+00:00
KapilAnanth-MSFT 41,566 Reputation points Microsoft Employee