5,373 questions with Azure Functions tags

Sort by: Updated
1 answer

Function app deployments of zip files using azure cli in Microsoft Azure

Function app deployments using zip files from azure CLI are showing successfull but the functions are not getting rendered in the function app. Even tried with Microsoft Powershell as well to deploy but still getting the same issue. The function app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,780 questions
asked 2025-01-30T08:49:35.0433333+00:00
Kasyap Velavarthipati 0 Reputation points
commented 2025-01-31T17:59:41.5066667+00:00
Mike Wood 0 Reputation points
0 answers

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,373 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,051 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-01-31T15:56:12.3533333+00:00
gumi 20 Reputation points
1 answer

upgrade function app from asp.net 6 to asp.net 8.

hello team, i need to upgrade the azure function service from asp.net 6 to 8. i have updated the target framework to .net 8 and updated nugget packages as well. can you please help me to see if any additional changes required to upgrade the .net version…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-28T13:15:10.1633333+00:00
ANKIT GHENGE 105 Reputation points
commented 2025-01-31T15:45:14.99+00:00
Khadeer Ali 2,770 Reputation points Microsoft Vendor
1 answer

Function app stopped working complaining of connection when nothing has changed

Function app that was working ok for many months has suddenly stopped working due to : "format of the initialization string does not conform to specification starting at index 0." This function uses a shared SQL Azure db connection string…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-30T13:51:46.0966667+00:00
Philip Yoxall 0 Reputation points
commented 2025-01-31T15:44:08.4933333+00:00
Khadeer Ali 2,770 Reputation points Microsoft Vendor
2 answers

Azure Function Container App not Scaling down

Hi all, I am having a problem with one of my Azure Container App functions. The function is subscribed to Service Bus Topics. My problem is that the Function is not scaling to Zero despite not having any messages in the topics. Any suggestions on…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
513 questions
asked 2025-01-31T10:17:16.5033333+00:00
Keith Doran 0 Reputation points
edited a comment 2025-01-31T15:12:05.3233333+00:00
Deepanshu katara 12,965 Reputation points
0 answers

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,373 questions
asked 2025-01-30T14:36:33.12+00:00
Oriol Trujillo 0 Reputation points
commented 2025-01-31T14:57:52.71+00:00
Khadeer Ali 2,770 Reputation points Microsoft Vendor
0 answers

Function has no invocation records or 'live' logs

My function app is configured as such but I don't get invocation records, or logs in the live streaming window. Logs can be found in application insights through 'table > traces'. What is wrong with my function or configuration? When I click to see…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-27T15:58:57.8566667+00:00
ZZ 20 Reputation points
commented 2025-01-31T13:58:03.52+00:00
ZZ 20 Reputation points
0 answers

How do I deploy Azure function from Github Actions while function and its own storage public access is disabled.

Hello, I have created one azure function Test-Function and its storage Test-Storage. The source code is in GitHub Repositories and it is deployed to azure using GitHub Actions YML script. It was working till function and its storage is publicly…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-30T07:19:35.3566667+00:00
Kashikar, Bhavesh 0 Reputation points
commented 2025-01-31T10:28:25.4966667+00:00
Loknathsatyasaivarma Mahali 90 Reputation points Microsoft Vendor
0 answers

Why does function app's dot net version changed to dotnet from dotnet-isolated after upgrading from http1.0 to http2.0

We have recently upgraded HTTP version from 1.0 to 2.0. On the function apps with dotnet isolated, it changed them to dotnet after the upgrade. This behaviour was seen with the function apps which had functions configured on them. However, for function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-29T14:03:07.7266667+00:00
GazalPandey-5428 30 Reputation points
commented 2025-01-31T09:44:48.6766667+00:00
GazalPandey-5428 30 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,373 questions
asked 2025-01-29T11:56:53.9033333+00:00
Marin Binzari 0 Reputation points
edited a comment 2025-01-31T09:40:43.8866667+00:00
Shireesha Eeraboina 1,150 Reputation points Microsoft Vendor
1 answer

Azure function eventHub typescript trigger is converting message to UTF-8 string and cause data missing

I am using Event Hub to store protobuf serialized message, Everything is fine, If I am using SDK library (python or JS library) to access Event hub. But when I use Azure function Eventhub trigger (when there is new message on event hub, trigger a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
685 questions
asked 2025-01-28T04:15:21.7033333+00:00
Smallp.Lh.Tsai (蔡禮暉) 0 Reputation points
commented 2025-01-31T09:03:00.3266667+00:00
Vinodh247 27,281 Reputation points MVP
0 answers

My function app isn't being invoked

How can i use diagnostics to see why my function app endpoint is not firing as expected?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-29T18:48:12.9966667+00:00
CHillR 20 Reputation points
commented 2025-01-31T04:36:27.94+00:00
Shireesha Eeraboina 1,150 Reputation points Microsoft Vendor
1 answer

locating function.json file Azure function

Good Day, I've HTTP trigger based Python Azure function, i wanted to use durable function As i far got i should use (starter) at the declaration of the function async def HusAzFuncBulkUploadMSISDN(req: func.HttpRequest, starter: str) ->…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-29T02:46:53.9666667+00:00
Mohamed Hussein 610 Reputation points
commented 2025-01-31T04:32:18.48+00:00
Shireesha Eeraboina 1,150 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure Function App Won't Retrieve Public Cert even with WEBSITE_LOAD_CERTIFICATES: *

I have a .cer loaded into an Azure Function app. I have an app setting WEBSITE_LOAD_CERTIFICATES: * (I have also tried this with the thumbprint obscured in 1st image) I am using the following code to retrieve the certificates When I deploy the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-27T16:58:23.6933333+00:00
Stephen Mallin 26 Reputation points
commented 2025-01-30T20:06:57.1333333+00:00
Stephen Mallin 26 Reputation points
1 answer

Azure AD: function app + web app using the same app registration

Hi We're thinking of rewriting a part of our enterprise application, specifically the part that is in Azure and is implemented in a function app. The rewrite will use a web app. Is it possible to reuse the same application registration? TIA Jim

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,227 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,067 questions
asked 2025-01-29T07:49:33.8733333+00:00
Andrakakis, Dimitrios 0 Reputation points
commented 2025-01-30T17:44:37.7566667+00:00
Khadeer Ali 2,770 Reputation points Microsoft Vendor
1 answer

How to add app authentication to the azure function for the authenticating tokens generated by azure ad b2c

I am using Azure AD B2C for user sign-up and sign-in. When a user signs in, both an access token and an ID token are issued. I have Azure Functions hosted in my primary tenant, and I want to authenticate users before running my azure function using …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2025-01-27T18:56:04.2633333+00:00
Likitha Bommasani 0 Reputation points
commented 2025-01-30T09:40:29.98+00:00
Ranashekar Guda 5 Reputation points Microsoft Vendor
1 answer

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,373 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,060 questions
asked 2025-01-14T10:03:20.4433333+00:00
plugt 0 Reputation points
answered 2025-01-30T09:29:48.9733333+00:00
Shireesha Eeraboina 1,150 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to implement a Python sql trigger V2 function app?

Hello, I am trying to get the Python SQL trigger to work in Azure functions…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2024-11-11T15:52:30.1766667+00:00
Thijs Verweij 20 Reputation points
accepted 2025-01-30T08:47:19.0166667+00:00
Thijs Verweij 20 Reputation points
3 answers

Azure Function App with Deployment Slots Storage Environment

Hi, I've tried to get an azure function app up and running with deployment slots using bicep templates. The template can create all the resources but I'm having a hard time to get the switch to work, there seem to be some issues with the environment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
asked 2021-10-08T14:48:36.127+00:00
Tore Paulsson 31 Reputation points
answered 2025-01-30T06:17:14.6833333+00:00
Howard Qi 0 Reputation points
2 answers

how to add email into distribution list for AZURE MAG

how to add email into distribution list for AZURE MAG

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
4,387 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,433 questions
asked 2025-01-27T20:22:35.9233333+00:00
Ibraheem Siddiqui 0 Reputation points
commented 2025-01-30T06:13:56.01+00:00
Joan Hua-MSFT 4,040 Reputation points Microsoft Vendor