5,383 questions with Azure Functions tags

Sort by: Updated
1 answer

Why does the new deployment slot from a production slot of my Function App show 'Runtime version is Error'?

I recently created a new deployment slot from an existing production slot in my Azure Function App, but the new slot is displaying an error stating that the runtime version is invalid. How can I resolve this issue and ensure the new slot is configured…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,238 questions
asked 2024-08-09T08:19:28.0033333+00:00
Davies Nurudeen Adedeji 5 Reputation points
commented 2025-02-04T10:58:26.28+00:00
Khadeer Ali 2,860 Reputation points Microsoft Vendor
0 answers

My Azure function is not visible in Function app

I have deployed my Azure function v2 in python using Azure devops and able to see the function in Function app with base function, but I have business logic with multiple functions deployed but then function is not visible in Functions app. tried many…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-04T08:37:51.48+00:00
Reddi Mohan A (EXT)(ADM-AZR) 0 Reputation points
commented 2025-02-04T09:54:00.6333333+00:00
Khadeer Ali 2,860 Reputation points Microsoft Vendor
1 answer

Azure Function 4 deployment fails with "Encountered an error (BadGateway) from host runtime."

A few days ago, I started getting the infamous "BadGateway" errors when I attempted to deploy a new version of my Azure Function. Yes, it is the dreaded "Syncing Triggers" issue...(debug log below) This was working before, I made…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2024-04-15T17:11:12.1733333+00:00
Zoltan Solya 51 Reputation points
commented 2025-02-04T09:44:06.11+00:00
Andreas Jakof 1 Reputation point
1 answer

Reject subset of events in function app using nodejs

From the docs, I can see that using C# it's possible to set autoCompleteMessages to false and manually complete or abandon an individual event when receiving a batch of events. Can anyone confirm that this same functionality does not exist in nodejs? If…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
661 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-01-29T17:52:48.0466667+00:00
Jimmy Thomson 0 Reputation points
answered 2025-02-04T08:38:21.8866667+00:00
Jimmy Thomson 0 Reputation points
0 answers

I have issue in accessing the azure free for students subscribtion

I am student but i can't able to access the azure free for student even though it verified my academic details but it show me a page like this

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,445 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,312 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,976 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,238 questions
asked 2025-02-02T05:17:17.56+00:00
HEMALATHA L 0 Reputation points
commented 2025-02-04T07:19:48.6866667+00:00
Ashok Gandhi Kotnana 3,035 Reputation points Microsoft Vendor
2 answers

Azure Function App with Stripe - Receive Request but empty headers in JavaScript

Hi team, I have a function app connecting with Stripe with a customized handler: app.http('Stripe-Connect', { methods: ['GET', 'POST'], authLevel: 'anonymous', handler: async (request, context) => { context.log("🔹 Received…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-03T16:44:32.4233333+00:00
Catherine Zhou 0 Reputation points
answered 2025-02-04T06:33:20.09+00:00
Shireesha Eeraboina 1,240 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to extend timeout of Azure Python Function with env variables

I had a new Azure Python Function on dedicated plan. I wanted to increase the timeout without modifying host.json.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-02T04:08:20.3433333+00:00
Ijaz M 206 Reputation points
accepted 2025-02-04T06:13:32.59+00:00
Ijaz M 206 Reputation points
0 answers

Downloading app content of a function App gives error 500, not enough space on the disk

Hi there. I have a NodeJS Function App in Azure deployed via Azure Pipelines with SST. The App Service plan is a pay as you go whith sku: Y1 and Operating System: Windows I wanted to download app content including app settings in order to run the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-01-29T11:56:53.9033333+00:00
Marin Binzari 0 Reputation points
commented 2025-02-04T05:25:09.77+00:00
Shireesha Eeraboina 1,240 Reputation points Microsoft Vendor
0 answers

How to fix the pyodbc not found error in Azure function app

Our application, which had been running smoothly for over a month, suddenly stopped working, displaying a "pyodbc not found" error. Despite trying various solutions, including version changes, we've been unable to resolve the issue. This error…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-01T09:50:33.4533333+00:00
Manoj J 0 Reputation points
commented 2025-02-04T05:08:03.0733333+00:00
Shireesha Eeraboina 1,240 Reputation points Microsoft Vendor
0 answers

Azure Function App Read-only on functions

How can I create a custom role in Azure that allows users to view Function App code in read-only mode? Currently, users with the built-in Reader role can see the Function App but get an error requiring write permissions when trying to view the actual…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-01-09T19:31:20.1566667+00:00
Joey 0 Reputation points
commented 2025-02-04T05:05:22.44+00:00
Shireesha Eeraboina 1,240 Reputation points Microsoft Vendor
0 answers

How to get post requests to work for an Azure Python Web App?

I've been working on a web app and have been able to get it to send back an image when running it locally, but I can't get it to work once I have deployed it to Azure. Whenever I try to run a post request, I get the following error, that shows up on the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,238 questions
asked 2025-01-29T23:56:06.5866667+00:00
Elliot Duncan 0 Reputation points
edited a comment 2025-02-04T04:08:56.04+00:00
Laxman Reddy Revuri 2,235 Reputation points Microsoft Vendor
1 answer

Hololens 2, Azure, Unity, and MRTK

I have a digital twin case, I need to scan a real car with Hololens 2 and then store it in Azure as a 3D model to stream it to another colleague. I need to be able to update it from my Hololens and to put annotations and drawings. Appreciate your help :)…

HoloLens
HoloLens
A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.
5 questions
Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
234 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Windows Mixed Reality
asked 2025-02-03T08:57:22.19+00:00
Omar Ahmed 20 Reputation points
commented 2025-02-04T02:21:06.86+00:00
Manas Mohanty (Quadrant Resource LLC) 115 Reputation points Microsoft Vendor
0 answers

Closed XML.Reports Function app file not saving

I'm trying to write a function app which generates a report using ClosedXML.Reports. The output template is quite simple and only uses the summaryabove template. The function app is able to create a text file and save it to blob storage successfully. But…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-02T19:26:01.4633333+00:00
Archive1 0 Reputation points
commented 2025-02-04T00:52:10.47+00:00
Loknathsatyasaivarma Mahali 170 Reputation points Microsoft Vendor
1 answer

Minimal durable entity function - can't get it to work: The function 'xxx' doesn't exist

I copied this repository to set up a minimal durable entity function project but I am getting errors. https://github.com/Azure/azure-functions-durable-python/tree/dev/samples/counter_entity Code structure like this, and I want to stress that I didn't…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-02-03T17:05:17.7866667+00:00
ZZ 20 Reputation points
answered 2025-02-03T22:36:18.15+00:00
LeelaRajeshSayana-MSFT 17,021 Reputation points
2 answers

Unable to get a user assigned managed identity working with Function App

Hello everyone, Currently I'm trying to configure a very simple Function App using PowerShell that takes a JSON body payload with 2 parameters, a resource group name and a location, then it creates a resource group with that information. The problem that…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2023-04-12T13:46:34.59+00:00
Ariel Gonzalez 96 Reputation points
edited a comment 2025-02-03T22:21:31.9433333+00:00
Nick Pirocanac 0 Reputation points
1 answer

Can I connect a webhook from an external cloud platform to an Azure Durable Function app deployed in a private network?

We have a usecase to deploy azure durable function app(HTTPStarter based) in private network and then provide its access endpoint to the webhook configuration in another product's cloud instance. So, is it possible to send data to azure durable app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-01-20T12:18:07.0733333+00:00
Nirali Shah 146 Reputation points
edited the question 2025-02-03T15:34:28.2766667+00:00
Givary-MSFT 35,216 Reputation points Microsoft Employee
1 answer

Azure Functions can't load the proper managed identity to receive message from Service Bus

I made the change based on this instruction to use managed identity to receive message from service bus https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2, but seeing errors of "Unable to load the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2024-06-26T16:43:33.3933333+00:00
Yifan Du 75 Reputation points Microsoft Employee
answered 2025-02-03T15:23:40.0133333+00:00
Yifan Du 75 Reputation points Microsoft Employee
1 answer

Azure Function: Issues with BlobTrigger Configuration and Namespace Reference Errors

I'm encountering persistent issues with configuring a BlobTrigger in my Azure Function and need some assistance. Here's a summary of the problem and the steps taken so far: Problem Description: Trying to set up an Azure Function that processes .gz log…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,053 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
685 questions
asked 2025-01-30T12:51:49.6166667+00:00
gumi 20 Reputation points
commented 2025-02-03T13:58:25.9433333+00:00
Khadeer Ali 2,860 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Managed API Function not recognized when building manually

Because of the permission issue when using the API build in the AzureStaticWebApp@0 task, I am skipping the API build and build it in an earlier task. Here is my task: - task: AzureStaticWebApp@0 inputs: app_location: "/dist" …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,064 questions
asked 2025-01-14T10:03:20.4433333+00:00
plugt 20 Reputation points
accepted 2025-02-03T13:04:21.05+00:00
plugt 20 Reputation points
1 answer

DevOps deployment of function app to flex consumption

Hello, I have updated my old function app to use the flex consumption plan and I've updated the Azure Functions Deploy task in DevOps to have the flex consumption plan option marked as true, but when I run the deployment it says 'The Deployment Type…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,383 questions
asked 2025-01-23T10:03:11.3166667+00:00
Laura Cook 15 Reputation points
commented 2025-02-03T10:19:48.87+00:00
Huw Bristow 0 Reputation points