4,890 questions with Azure Functions tags

Sort by: Updated
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,890 questions
asked 2024-09-09T20:19:27.1166667+00:00
Tiwari, Vivek K 0 Reputation points
edited an answer 2024-09-10T18:31:52.2766667+00:00
LeelaRajeshSayana-MSFT 14,831 Reputation points Microsoft Employee
1 answer

Azure Function with Docker not showing in list / running properly

I have created an Azure Function with the following Docker Image: FROM mcr.microsoft.com/azure-functions/python:4-python3.11 ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ AzureFunctionsJobHost__Logging__Console__IsEnabled=true COPY requirements.txt…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
446 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-06T10:24:20.1533333+00:00
Banias Baabe 0 Reputation points
edited an answer 2024-09-10T16:01:33.51+00:00
Srinud 2,235 Reputation points Microsoft Vendor
6 answers One of the answers was accepted by the question author.

Outbound IP addresses for Azure Function App

Hi, I'm using certain API that needs IP whitelisting to be able to use it. I've built a couple of Azure Functions inside my Azure Function App and both of them make requests to that API. I have whitelisted the outbound IP addresses of the Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2022-05-11T06:36:34.503+00:00
Francisco Dominguez 386 Reputation points
answered 2024-09-10T15:15:56.4166667+00:00
Ethan Witherington 0 Reputation points
1 answer

Azure function IoTHub device connection state message decode error

I've a route to forward Azure IoTHub device connection state messages to service bus queue. On that queue I'm triggering Python function using v2 programming model. Looks like the trigger is not being decoded properly. Here is the error, Result:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
613 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,176 questions
asked 2024-09-10T07:02:24.6533333+00:00
Nayangiri Goswami 25 Reputation points
answered 2024-09-10T07:37:49.23+00:00
akinbade abiola 15,225 Reputation points
0 answers

Inconsistent Data Upload and Processing on Azure

I am experiencing inconsistent behavior while uploading and processing data on the Azure portal. I have two functions in one function app: one is an event-based trigger, and the other is a queue-based trigger. I am uploading data from NAS to an Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
105 questions
asked 2024-09-10T07:26:21.7966667+00:00
Azure 0 Reputation points
2 answers One of the answers was accepted by the question author.

Outbound IP of the function app in Basic pricing tier

Hi Team, We have a Function App on the Basic pricing tier, and we are trying to whitelist its outbound IP address in our Azure SQL Server. However, when I check the incoming logs of the SQL Server, the client IP from the Function App appears as 0.0.0.0.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-07-01T06:25:13.5966667+00:00
Amber Huang 20 Reputation points
accepted 2024-09-10T04:15:39.9133333+00:00
Amber Huang 20 Reputation points
2 answers One of the answers was accepted by the question author.

Cost to run a durable function

I have a durable function that completes the following job: takes a zip file of many pdf documents unzips it scans/ocr the pdfs using form recognizer moves the pdfs into another folder moves the json (scanned pdfs) into another…

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,196 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 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,504 questions
asked 2022-09-16T10:57:57.827+00:00
Matt Dorsey 151 Reputation points
edited the question 2024-09-09T19:30:38.56+00:00
TP 90,151 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function trigger with queue storage performance

I have inherited a design /implementation in production for a real-time system in we have a queue for each client and associated Azure function for each queue, but a the number of clients is increasing I am concerned about the management of this in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
105 questions
asked 2024-09-08T11:30:03.5433333+00:00
Cairn 41 Reputation points
accepted 2024-09-09T18:11:01.4333333+00:00
Cairn 41 Reputation points
1 answer

Azure function app stuck on deployment

I am deploying Azure function from DevOPs but it stuck forever on release deployment. Please refer to screenshots for deployment logs . earlier it was working fine , when i tried deploying again , then i started facing these issues Checked using .zip…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2023-06-15T05:16:09.0866667+00:00
siddharth bansal 326 Reputation points
commented 2024-09-07T23:21:44.1233333+00:00
Gobikannan Shanmugam 0 Reputation points
1 answer

how to get the blob name with an azure function v2

How do I get a blob name from an azure function v2? @app.function_name(name="PropertyExtract") @app.blob_trigger(arg_name="myblob", path="input/{name}",connection="AzureWebJobsStorage")…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-04T18:43:52.6033333+00:00
jim01011 0 Reputation points
commented 2024-09-06T14:14:24+00:00
LeelaRajeshSayana-MSFT 14,831 Reputation points Microsoft Employee
1 answer

Error Running Azure Function (Isolated Worker) Locally

Hi, I've converted my Azure Function from in-process to isolated-worker. I used the .NET Upgrade Assistant and I've followed these instructions. I've tried to run it from Visual Studio, Rider and the command line (func host start…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-07-17T14:01:56.1566667+00:00
Bernard Brown 65 Reputation points
commented 2024-09-06T05:18:14.17+00:00
ABHISHEK KUMAR 0 Reputation points Microsoft Employee
1 answer

SocketException while sending message to bot via connector client

Hi Team, We are sending messages from an Azure Function trigger to the bot using the ConnectorClient. Starting today, we are getting a socket exception. Below is the error message logged when updating an existing card. The same error occurs when…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
826 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-05T17:50:38.58+00:00
lakshmi 696 Reputation points
answered 2024-09-05T20:25:02.2233333+00:00
Sina Salam 10,036 Reputation points
0 answers

Issue with Publishing Necessary Files for third party SDK in Azure Function App

Hi Teams, We are working with an Azure Function app where we've integrated the Perfectly Clear SDK, written in .NET with some components in C++ (DLLs) and neural network files with a .pnn extension. The SDK requires that all its DLLs and .pnn files…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,663 questions
asked 2024-09-05T17:13:24.87+00:00
Asif Javaid Chughtai 41 Reputation points
2 answers

Azure function returns 403 error.

I am calling my azure function from ASD and the function returns 403. I have configured it to send 401 in case of unauthorised requests. I want to use managed identity to trigger the function. Here is my function…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-04T21:21:33.5466667+00:00
Ayush Shrivastava 60 Reputation points
edited an answer 2024-09-05T16:31:08.39+00:00
Ayush Shrivastava 60 Reputation points
1 answer

Azure Function App Forbidden Error When Triggered by Azure Data Factory using Managed Identity

Issue Description: Azure Function App Forbidden Error When Triggered by Azure Data Factory using Managed Identity Function App Details: Runtime: Python Problem Description: I have an Azure Function App with a private endpoint, and I’m using Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,566 questions
asked 2024-02-23T20:52:28.9733333+00:00
Ranjan Khakurel 5 Reputation points
edited a comment 2024-09-05T15:21:04.9833333+00:00
Diego Menese 1 Reputation point
0 answers

npm ci instead of npm install in NodeJs Azure Function App

I am using SCM_DO_BUILD_DURING_DEPLOYMENT feature in my Azure Function App written in NodeJs. I would like to customize the install behavior logic so that instead of npm install npm ci the command is run. Could anyone advise what should I do to achieve…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-05T08:03:12.77+00:00
Olga Andreeva 126 Reputation points
edited the question 2024-09-05T08:34:48.0633333+00:00
AmaranS 5,935 Reputation points Microsoft Vendor
1 answer

Azure portal allows swap for azure functions but not azure pipelines

I am able to swap a deployment slot in azure portal for an azure function. But I am unable to find that functionality in Azure pipelines. Why? Azure pipelines has swap functionality for Azure app service but not azure function.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-05T03:53:50.08+00:00
Vinod Kumar 25 Reputation points
edited an answer 2024-09-05T08:31:44.81+00:00
Dan Rios 1,980 Reputation points MVP
3 answers One of the answers was accepted by the question author.

How to use Managed Identity to call a azure function from Azure SQL Database using sp_invoke_external_endpoint

How to use Managed Identity to call a azure function from Azure SQL Database using sp_invoke_external_endpoint. When I try to create a credential using this query CREATE And then run my rest endpoint to call the Azure function EXEC…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-26T13:45:30.0333333+00:00
Ayush Shrivastava 60 Reputation points
commented 2024-09-05T06:56:04.6033333+00:00
Ayush Shrivastava 60 Reputation points
1 answer

Dockerfile for azure functions python using fastapi and poetry

I was able to get an azure function app with fastapi running using the example here: https://github.com/Azure-Samples/fastapi-on-azure-functions I want to containerize my app. I also want able to acheive it using the sample generated by VS code. It uses…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-01T09:38:17.4+00:00
Vinod Kumar 25 Reputation points
answered 2024-09-05T03:52:47.06+00:00
Vinod Kumar 25 Reputation points
1 answer

Azure policies for Azure Functions

I am planning on applying a Azure policy initiative of following policies to Azure Function Apps:- Function app slots should disable public network access Function app slots should have Client Certificates (Incoming client certificates) enabled …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
868 questions
asked 2024-09-04T13:28:14.69+00:00
curious7 231 Reputation points
edited the question 2024-09-05T03:11:13.2466667+00:00
Ryan Hill 27,771 Reputation points Microsoft Employee