4,950 questions with Azure Functions tags

Sort by: Updated
1 answer

Getting error message "Invoking Azure function failed with HttpStatusCode - Unauthorized"

I have a synapse pipeline which contains a single component, an azure function activity component. The objective is to send a test JSON payload to a private endpoint using POST call. The azure function activity is configured to use the POST method and an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,898 questions
asked 2024-09-20T15:01:12.1766667+00:00
Shaarang 0 Reputation points
commented 2024-09-22T10:46:53.68+00:00
Vinodh247 19,656 Reputation points
1 answer

Unable to see Function invocations

Hi, I have a Service Bus-triggered function, and I am unable to see the function invocation. When I open the log stream, I can see logs of the function being executed, but when I search for the logs in Application Insights, no results are found.

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,224 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-09-18T07:37:12.06+00:00
sonal khatri 51 Reputation points
answered 2024-09-20T22:45:00.15+00:00
Daniel FANG 385 Reputation points
2 answers

Azure Function connecting on-prem using ODBC Db2 using VNet Gateway

Hi All, I am trying to connect Azure function to my on-prem Db2 system via ODBC Connection by using VNET method. When i test this locally i am able to run it successfully. However when i publish it to the cloud azure function and run. i get the below…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-06-20T16:52:41.1633333+00:00
Suraj Revankar 11 Reputation points
commented 2024-09-20T20:02:18.7933333+00:00
Tom White 0 Reputation points
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,950 questions
asked 2024-09-09T20:19:27.1166667+00:00
Tiwari, Vivek K 0 Reputation points
commented 2024-09-20T14:46:28.5566667+00:00
LeelaRajeshSayana-MSFT 14,981 Reputation points Microsoft Employee
0 answers

Azure Function App EventHub Trigger - wrong event received/wrong function called

I have two different functions in a function app: accept_event: def insert_into_production(event_body: dict): dmpid = event_body.get('deviceModuleProductId') msgid = event_body.get('id') logging.info('Try to accept an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
635 questions
asked 2024-09-20T10:06:32.75+00:00
Weitao Feng 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function is not deployed from VS - No HTTP triggers found

I created an Azure POST function that works wonderfully locally. When I deploy the whole thing using VS, I see 'No HTTP triggers found.' in the output. The function does not appear in my dashboard

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2023-10-24T12:50:54.0766667+00:00
Benjamin Koubik 50 Reputation points
commented 2024-09-20T09:45:54.81+00:00
Sven 0 Reputation points
1 answer

Azure Function stuck using Python 3.9 despite configuring for Python 3.11 in runtime.txt and settings

I’ve been trying to run an Azure Function using Python 3.11, but no matter what I do, the logs indicate that the function is running Python 3.9. I’ve gone through multiple deployment attempts and configurations but can’t seem to resolve this. I’m…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,719 questions
asked 2024-09-19T12:47:55.3666667+00:00
BTCElectrician 0 Reputation points
answered 2024-09-20T09:05:24.94+00:00
Pinaki Ghatak 4,210 Reputation points Microsoft Employee
1 answer

Azure not installing python packages from requirements.txt when using Terraform with azurerm_linux_function_app

I'm trying to install a python package on my running Azure Function, but it seems Azure it not installing it. I've checked Kudu, and tried having the requirements.txt both in the "wwwroot" folder and the folder that the function is in (which is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-09-19T13:03:32.38+00:00
Kristoffer Strekerud 0 Reputation points
answered 2024-09-20T09:02:19.5466667+00:00
Pinaki Ghatak 4,210 Reputation points Microsoft Employee
1 answer

When I am deploying the function App using B1 Basic hosting plan its failing and getting the error message you're encountering, "Encountered an error (InternalServerError) from host runtime". Its working fine with B3 Basic hosting plan. Please suggest.

When using the B1 Basic Hosting plan to deploy the function App, Getting the below error. The error message you're encountering, "Encountered an error (InternalServerError) from host runtime" If using the B3 Basic Hosting plan to deploy the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-09-19T13:33:31.44+00:00
Pradeep Jha (Persistent Systems Inc) 0 Reputation points Microsoft Vendor
edited an answer 2024-09-20T08:37:43.0533333+00:00
VenkateshDodda-MSFT 20,466 Reputation points Microsoft Employee
1 answer

How to monitor for requests blocked by network access restriction (on function app)

We have a third party integration that sends us webhooks which we use a function app to handle. The third party does not sign their requests and will not pass access keys (or anything similar) in their query string or headers. Given this, to prevent…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-07-26T01:27:43.0033333+00:00
Smock 0 Reputation points
commented 2024-09-20T06:40:37.8366667+00:00
Morris, Iain 0 Reputation points
1 answer One of the answers was accepted by the question author.

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,950 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
872 questions
asked 2024-09-04T13:28:14.69+00:00
curious7 251 Reputation points
accepted 2024-09-20T02:18:13.4933333+00:00
curious7 251 Reputation points
0 answers

How to enforce Azure Function app to process Service Bus Queue messages one at a time

Hey all Prior to migrating to .Net 8 Isolated, our function app was on the .Net 6 In-Process model. We configured our app to always consume service bus messages one at a time via our host.json file (see config below). However, with .Net 8…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
620 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-09-19T23:28:59.14+00:00
MTB Holdings Pty Ltd 0 Reputation points
commented 2024-09-19T23:44:22.17+00:00
Andrew Hall 80 Reputation points
3 answers

Azure function is running, but I'm getting ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) exception when sending a POST request.

Hey azure experts, I have an azure function successfully deployed, the function status on the portal shows 'running'. However, when I'm trying to send a POST request from my web application (in my case, it's a python dash app served with uwsgi), it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2022-01-12T21:40:08.59+00:00
dshuang 11 Reputation points
commented 2024-09-19T20:46:11.1466667+00:00
Rahul Balayya (LTIMINDTREE LIMITED) 60 Reputation points Microsoft Vendor
3 answers

VNet integrated flex consumption app unable to connect to KeyVault via service endpoint

Hi, I have a question about vnet integrated flex function apps and accessing other resources privately using service endpoints Situation: I have Flex consumption app successfully deployed and vnet integrated so all outbound traffic is via the virtual…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,272 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-06-30T23:05:51.97+00:00
David 20 Reputation points
edited the question 2024-09-19T15:42:42.61+00:00
Rakesh Gurram 7,260 Reputation points Microsoft Vendor
0 answers

Azure time trigger PowerShell function manual vs schedule

I have this Time Trigger Function that runs PowerShell code to fetch Azure storage accounts used capacity metrics based on the tags. The code works fine when I trigger the job manually and gives me the accurate details but fetches 0 value from all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,489 questions
asked 2024-09-19T09:40:48.64+00:00
Sudhirkumar Karamchand 0 Reputation points
edited the question 2024-09-19T10:33:51.0766667+00:00
Sudhirkumar Karamchand 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can function app access Azure storage accounts via managed identity in sovereign clouds.

I am trying to disable shared key-based access on my storage account. This storage account is accessed by Azure function app to fetch data via key based access. I want to authenticate functions app via managed identity instead and for that I followed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-09-13T07:09:41.5333333+00:00
Anurag Anand 20 Reputation points Microsoft Employee
edited the question 2024-09-19T03:28:24.8733333+00:00
MayankBargali-MSFT 70,401 Reputation points
1 answer

Running multiple functions under a single function app

Hi, if I deploy multiple queue triggered functions under one azure function app resource then could there be any threading issues? As in, if multiple functions are being triggered then could the threads/memory be shared or is there a risk of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-07-25T01:46:34.5133333+00:00
Abhishek Godhani 0 Reputation points
edited a comment 2024-09-18T22:29:29.1733333+00:00
Abhishek Godhani 0 Reputation points
0 answers

Azure blob trigger is fetching none bytes in storage

Hi Team, I have created one azure blob trigger but It is giving me "None bytes" of size instead of actual size. Please refer attached screenshot for more references. I am reachable on "<PII removed>" or +<PII…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,813 questions
asked 2024-09-18T05:20:33.45+00:00
Naveen 20 Reputation points
commented 2024-09-18T22:29:12.31+00:00
LeelaRajeshSayana-MSFT 14,981 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Unable to Create App Service Plan with EP1 SKU Due to Subscription Quota Error

We are unable to create an App Service Plan with the EP1 SKU. We've attempted this using both the Azure CLI and directly through the Portal, but we consistently encounter the following error: "This region has a quota of 0 instances for your…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,719 questions
asked 2024-09-11T14:13:25.7066667+00:00
Patrick Lachance 70 Reputation points
commented 2024-09-18T19:10:52.57+00:00
Ryan Hill 28,101 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

why my function is not listed under my function app dispite being correctly deployed?

I have successfully deployed a python function app using GitHub Actions but the function defined within the script does not show under functions. I used to be able to see the function listed, see the invocations page, the Code + Test link etc but now the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
asked 2024-08-22T13:35:26.3333333+00:00
CARMELO IARIA 20 Reputation points
accepted 2024-09-18T18:03:50.29+00:00
CARMELO IARIA 20 Reputation points