5,408 questions with Azure Functions tags

Sort by: Updated
0 answers

Azure Function App Deployment Fails -

I am experiencing an issue when deploying an Azure Function App from my local machine using the following command: func azure functionapp publish <ExistingFunctionAppName> Error uploading archive (InternalServerError). {"Message":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-13T22:25:48.0933333+00:00
Kajal Chatterjee 25 Reputation points
commented 2025-02-14T06:11:00.5666667+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
0 answers

Azure Functions Flex consumption plan bicep code deployment

Hello, i try to deploy an azure function with its code using bicep template. the problem is that i got 404 error when try to deploy using onedeploy. after some investigation, it is look like that, when the bicep deploy it remove all deployment logs …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-11T20:12:33.0333333+00:00
Yosef Ben Simchon 0 Reputation points
commented 2025-02-14T05:51:15.6933333+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
0 answers

Blob Storage Trigger Function App is not working for 1 user but works for the other one.

Hi Azure community I have an Azure function App that is Blob Triggered. Each time I upload an Excel file it triggers the function app. Whenever my colleague tries to do the same it doesnt work. Both have the exact same set of roles and accesses. The app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,078 questions
asked 2025-02-04T19:00:57.0466667+00:00
Harsh Atha 0 Reputation points
edited a comment 2025-02-14T04:35:38.41+00:00
RithwikBojja 75 Reputation points Microsoft Vendor
0 answers

My webhook throws a BadHttpRequestException "Unexpected end of request content."

I have a webhook that receives updates from Azure AI Speech when a batch transcription is complete and I am regularly getting Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException "Unexpected end of request content.". My function app…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,909 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-06T07:33:48.55+00:00
Julian Kopka Heerup 0 Reputation points
edited a comment 2025-02-14T04:34:58.0566667+00:00
RithwikBojja 75 Reputation points Microsoft Vendor
1 answer

Functions - How to use Stored Proc input/output params from SQL input binding

I have a function that calls a Stored Procedure to create a record in my BD. The stored proc has one input parameter and one output parameter: CREATE PROCEDURE dbo.CREATE_SEASON @Name varchar(50), @Season_ID INT OUTPUT AS BEGIN UPDATE dbo.Seasons SET…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-13T20:28:45.0633333+00:00
Elliot Stoner 0 Reputation points
commented 2025-02-14T02:22:24.4233333+00:00
LeelaRajeshSayana-MSFT 17,106 Reputation points
0 answers

VSC Azure function Server[pid=XXXX] is already being debugged

Hi, We are getting "Server[pid=XXXX] is already being debugged" when trying to debug an azure function locally in Visual Studio Code. No change to the debug configuration; we noticed the problem 02/12/25 after a few days not using it. We use…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-13T19:41:04.6666667+00:00
Jean David Ruvini 85 Reputation points
commented 2025-02-14T01:41:51.5133333+00:00
Jean David Ruvini 85 Reputation points
2 answers

Time range (for last month) in Kusto Query language in Logs Analytics Workspace

Hi, We use Log Analytics Workspace to collect logs for our customer tenants under a resource hosted in Azure. Previously we would select Time Range feature to select the hits per tenant for the last calendar month and I was looking to set it in the…

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,466 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,702 questions
asked 2025-02-13T05:54:00.9966667+00:00
Varun Kalia 0 Reputation points
answered 2025-02-13T23:47:49.6566667+00:00
Vinod Pittala 240 Reputation points Microsoft Vendor
2 answers

Container in Azure Functions does not emit logs and stops unexpectedly, but works locally

Hello, I am experiencing an issue with an Azure Function running in a container. The container works perfectly when run locally, but fails to start after deployment to Azure. The function includes a Python script that connects to Azure OpenAI, which runs…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2024-10-28T15:26:55.97+00:00
Johannes R 20 Reputation points
commented 2025-02-13T22:41:14.0766667+00:00
Leonard Kwame Avevor 0 Reputation points
0 answers

My python function app works locally, though when deployed no functions appear.

I have a Python app locally that seems to be fully working: It shows as a valid function app in the Azure panel of VS Code The project loads and the main function shows when I run func start I can execute the function locally More specifically, the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-13T19:29:51.95+00:00
Kyle Burkholder 0 Reputation points
0 answers

How to link a currently existing Azure app with a newly register microsoft dev center application to gain access to wns services.

Hi, I am trying to register for push notifications using the sample provided at the official windows github. I could not get access to the company infrastructure and needed to register my own. In order to add wns to my azure subscription i need a…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
347 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-12T15:41:19.05+00:00
Bror Vedeld 0 Reputation points
commented 2025-02-13T17:32:08.0133333+00:00
Bhargavi Naragani 650 Reputation points Microsoft Vendor
1 answer

Issues with ServiceBusTrigger configuration with Azure Functions

Hi, I have configured a Standard Tier Azure Service Bus and created an Azure Function App with a ServiceBusTrigger. Sessions are enabled for both the bus and trigger. My configuration are as follows: "serviceBus": { "prefetchCount":…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
665 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-12T07:23:10.8733333+00:00
Ume Hani 0 Reputation points
answered 2025-02-13T17:14:53.21+00:00
Pinaki Ghatak 5,575 Reputation points Microsoft Employee
0 answers

Isolated Worker Durable Function fails with error "Exception while executing function: Did not find any initialized language workers" -- URGENT !!

What version of .NET does your existing project use? .NET 6 What version of .NET are you attempting to target? .NET 8 Description After migrating the function app from .NET 6 In-Process to .NET 8 Isolated, we are facing lot of intermittent issues. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,194 questions
asked 2025-02-07T03:12:06.6766667+00:00
Rishikesh S Darwade 0 Reputation points
edited a comment 2025-02-13T16:45:30.88+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Find all web apps and function apps that are below TLS 1.2

In Azure Advisor I have the following security advisories: TLS should be updated to the latest version for web apps TLS should be updated to the latest version for function apps How can I get a list of all of the affected resources that are not set…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-12T12:57:35.6566667+00:00
SR 20 Reputation points
edited a comment 2025-02-13T13:10:28.7966667+00:00
SR 20 Reputation points
1 answer

Connection to signalR from Azure function fails with 403 (Forbidden) several times a day for 5 minutes, and then works again

As titel, several times a day our connection to singalR from the azure function fails with a 403 forbidden error. After 5 minutes the connection recovers. Full Exception : Exception while executing function /Functions.OrderToSignalR --->…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
155 questions
asked 2025-02-13T10:47:50.98+00:00
Dorus Peelen 31 Reputation points
answered 2025-02-13T13:04:41.66+00:00
Khadeer Ali 3,275 Reputation points Microsoft Vendor
1 answer

Intermittent 403 Forbidden Error on Azure Function App (Linux Plan, Private Endpoint, Premium V3)

I'm experiencing an intermittent 403 Forbidden error on my Azure Function App, and I'm hoping someone can help me troubleshoot this issue. The Function App usually works fine, but occasionally it becomes inaccessible for a specific browser session. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-01-30T14:36:33.12+00:00
Oriol Trujillo 0 Reputation points
commented 2025-02-13T12:17:15.24+00:00
Oriol Trujillo 0 Reputation points
1 answer

unable to retrieve Log analytics logs from Azure Grafana

I am trying to retrieve Azure Virtual machine logs linked to Azure Log Analytics workspace from Azure Managed Grafana service. Used service principle and the authentication from Grafana is successful. But still i am unable to see the logs on Grafana…

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,466 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,353 questions
Azure Managed Grafana
Azure Managed Grafana
An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
122 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,286 questions
asked 2025-02-06T06:40:39.8933333+00:00
Rajeev G P 0 Reputation points
commented 2025-02-13T07:32:44.0733333+00:00
Naveena Patlolla 160 Reputation points Microsoft Vendor
0 answers

Azure Function App not working - "Error retrieving function" and "Encountered an error (InternalServerError) from host runtime azure function"

Yesterday i started using Azure Function App, so i can use a Custom Skill for my AI Enrichment. Everything worked fine till today. I wanted to change my code in my function and when in saved it I started getting this weird error "Error retrieving…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-08T11:26:02.4133333+00:00
Oleghe, Jeffrey 20 Reputation points
commented 2025-02-13T03:01:24.32+00:00
Loknathsatyasaivarma Mahali 430 Reputation points Microsoft Vendor
0 answers

Retrieve Correlation Id of a Service Bus Message in Azure Function

A message on an Azure Service Bus queue triggers Azure Function. Receiving simple message and performing a logging activity of the message body is successfull. But when I want to retrieve Broker Properties like Correlation Id, its resulting in error.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
665 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-12T19:57:46.4133333+00:00
Rahul Baskar 0 Reputation points
commented 2025-02-13T00:23:20.3966667+00:00
Sai Prabhu Naveen Parimi 0 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Azure Function App - Error: Encountered an error (ServiceUnavailable) from host runtime

I am trying to deploy an Azure Function in python to a Function App, but I keep getting this error message in logs. Service Health shows no issue, I've double checked all connection strings, and checked the available solutions which suggest removing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2023-10-20T17:05:22.9933333+00:00
Syed Muhammad Hani 30 Reputation points
answered 2025-02-12T15:27:39.8966667+00:00
Jose Gonzalez 0 Reputation points
1 answer

Azure function app goes missing after deploying using VS code

Hi there, I pretty new to Azure functions and I am having real problems with deployment. I am using the VS Code Azure functions extension to create a new HTTP trigger function and deploy it to Azure. This seems to work fine with the example code it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,408 questions
asked 2025-02-05T11:57:47.92+00:00
Paul Titcomb 0 Reputation points
commented 2025-02-12T13:49:30.5933333+00:00
Khadeer Ali 3,275 Reputation points Microsoft Vendor