4,571 questions with Azure Functions tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

how to connect to azure managed instance from different vnet in hub and spoke?

My function app is in Vnet A and MI is in Vnet B. We use hub and spoke topology. Function app is in spoke A and MI is in spoke B. Public access to MI is disabled now. We have a Azure firewall in the hub.

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,268 questions
asked 2024-06-19T08:10:55.1066667+00:00
Ijaz Muhammad 61 Reputation points
accepted 2024-06-24T02:38:44.77+00:00
Ijaz Muhammad 61 Reputation points
0 answers

Error building Dockerfile "Program does not contain a static 'Main' method suitable for an entry point"

I have a dotnet-isolated 8 project that builds from the command line just fine. When I run the same command within the Dockerfile, it's giving error : CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-23T12:26:33.19+00:00
William Douglas 0 Reputation points
commented 2024-06-23T22:26:48.8466667+00:00
William Douglas 0 Reputation points
3 answers

About Disaster Recovery on Event Hubs + Functions

Hi, I'm facing an architectural challenge. I have: A Blob Storage where files will be landing A Function environment where one functions gets executed every time a file is uploaded. This is done via Event Grid notification source on Blob trigger An…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
591 questions
asked 2024-06-06T17:32:30.5533333+00:00
Jona 455 Reputation points
answered 2024-06-23T06:30:46.3733333+00:00
Jona 455 Reputation points
2 answers

The function app has altogether 5-6 functions. After creating a new function using vs code and after deploying to the same function app all the other existing functions in that function app got removed(possibly the new function overwrite all the older 1s.

The function app has altogether 5-6 functions. After creating a new function using vs code and after deploying to the same function app all the other existing functions in that function app got removed(possibly the new function overwrite all the older…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-19T20:19:39.6033333+00:00
Anindita Deb 0 Reputation points
commented 2024-06-22T11:49:06.63+00:00
Marcin Policht 16,730 Reputation points MVP
1 answer

msdeploy causes error: Failed to download package. System.Net.WebException: The remote server returned an error: (403) Forbidden.

I'm following these instructions: https://github.com/Azure-Samples/function-app-arm-templates/blob/main/zip-deploy-arm-az-cli/README.md#steps I have a simple "hello world" C# http triggered windows azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-05-30T22:57:17.7133333+00:00
Siegfried Heintze 1,861 Reputation points
edited a comment 2024-06-21T22:27:28.8766667+00:00
Siegfried Heintze 1,861 Reputation points
1 answer One of the answers was accepted by the question author.

How to use Drivers in Azure Functions?

Usually, if we want to connect to a Database (SAP, SQL, Oracle etc.) using python for example, we need to install drivers in our machines and make the connection. For example using pandas.read_sql But a machine or a VM is a full environment with…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2023-09-26T13:59:59.2666667+00:00
Daniel Hudson 20 Reputation points
commented 2024-06-21T18:46:38.39+00:00
Daniel Hudson 20 Reputation points
1 answer

How to stop info and debug messages from Azure function host

The Azure function infrastructure spits out a lot of info and debug messages which I want to filter out. Log level filtering seems to be specific to Application Insights which if disabled for my function app. e.g. Starting JobHost Starting Host (HostId…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-20T20:41:49.0966667+00:00
Stanley Yau 0 Reputation points
commented 2024-06-21T17:57:02.7166667+00:00
Stanley Yau 0 Reputation points
1 answer

queue triggered Azure function - how many function instance can run parallelly

Hi Team, I have a queue which contains 10K messages. I have one queue triggered Azure Function(either consumption plan/ App Service Plan yet to be decided). I need to process those messages in parallel. My question is, what is the max. limit of parallel…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-21T07:42:28.55+00:00
Pratim Das, Partha C 306 Reputation points
edited the question 2024-06-21T11:15:02.4266667+00:00
ManoharLakkoju 690 Reputation points Microsoft Vendor
0 answers

Errors in function app log

Hi Dear Community, I've been receiving these errors for quite some time now and although the function app that hosts the functions seem to work fine most of the time, I have some failures mainly in HTTP Trigger function. I don't know exactly what the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-05T12:20:29.26+00:00
Diyaa, Shridi 25 Reputation points
commented 2024-06-21T04:02:31.5266667+00:00
JananiRamesh-MSFT 23,256 Reputation points
0 answers

How do I get Azure Functions "Easy Auth" to return an app role to the function from a valid JWT token?

I'm having a very difficult time getting an application role to return in an Azure Function I've created. I've successfully gotten a service principal (via a console client that is registered as a separate app) to authenticate. I'm able to make…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,361 questions
asked 2022-05-16T21:16:01.15+00:00
Jason Olsan 21 Reputation points
commented 2024-06-20T19:07:42.2866667+00:00
Arvind Pathak 0 Reputation points
0 answers

Azure function not showing up on Azure portal after deploying using CI/CD pipeline

Azure function is built using .Net Core 8.0 in VS 2022. Functions Worker Runtime is dotnet-isolated. After the deployment to Azure portal , the function does not show up. Checked all the configurations and see no issues. Selecting ZipDeploy with Run from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-19T21:37:23.2333333+00:00
Srilatha Marupaka 0 Reputation points
commented 2024-06-20T16:32:38.0766667+00:00
Dan Rios 1,735 Reputation points MVP
0 answers

My "azure functions" is failing to detect a v4 Azure function app without me having to include a function.json file. Is this correct behaviour? I expect that I dont have to include a function.json file since the bindings are in my index file

My "azure functions" is failing to detect a v4 Azure function app without me having to include a function.json file. Is this correct behaviour? I expect that I dont have to include a function.json file since the bindings are now set in my index…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-20T11:36:46.36+00:00
Groenewald, Earl 0 Reputation points
0 answers

How to enable az webapp deploy in a pipeline

When running an Azure pipeline to deploy my function app via az webapp deploy, I get the error, "This API isn't available in this environment yet". How do I enable it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-17T14:48:48.41+00:00
Reuben Cummings 50 Reputation points
edited a comment 2024-06-20T10:10:29.4533333+00:00
Dan Rios 1,735 Reputation points MVP
0 answers

My function app log messages only appear in approximately 50% of the invocations of my functions. When running the functions in my local console, all messages are (always) displayed.

I have developed an Azure function app using C#. I am using the prescribed logger to write log messages. However, the messages only appear in approximately 50% of the invocations of my functions. The logging worked perfectly in the previous version…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-20T09:26:13.6133333+00:00
Leonard Welthagen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Issue with Azure Functions Blob Storage trigger for delete events

I have an Azure Function app configured with Azure Functions Blob Storage trigger. The goal is to update Azure Cognitive Search index when a file is uploaded to Azure Blob Storage, and to delete the corresponding document from the search index when a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,579 questions
asked 2024-05-22T07:53:23.0733333+00:00
Su Myat Hlaing 120 Reputation points
accepted 2024-06-20T07:29:35.8466667+00:00
Su Myat Hlaing 120 Reputation points
0 answers

Azure Functions not processing messages

Since this week my function app stopped processing all the messages sent to queue. The messages stay only in the queue. I thought it was something to do with the old app, so I created new apps and queues (session enabled) and still face the same issue.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-05-24T13:30:49.87+00:00
Niraj 40 Reputation points
commented 2024-06-20T07:09:38.5066667+00:00
Niraj 40 Reputation points
1 answer

Azure function disappears after running for a while

Hi Azure team, recently I'm trying out Azure function app but run into weird issues where deployed function disappears after running for a short period of time, the steps to reproduce are as below: create function app "echo4" verify…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2023-03-20T11:59:55.9833333+00:00
Charles Huang 21 Reputation points
answered 2024-06-20T04:35:51.42+00:00
Sharon Rabinoviz 0 Reputation points
6 answers

Azure function fails with FunctionInvocationException, Actually I have Update .net 6 to .net 8 and updated all packages

For detailed output, run func with --verbose flag. [2024-03-06T13:54:39.549Z] Host lock lease acquired by instance ID '0000000000000000000000006F297016'. [2024-03-06T13:55:16.662Z] Function 'HealthCheck', Invocation id…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-03-06T14:05:38.91+00:00
Balasubrahmanyam Tekimudi 30 Reputation points
answered 2024-06-19T16:03:19.0833333+00:00
David Negus 5 Reputation points
2 answers

Function app using user assigned managed identity in backend but showing System managed identity in environment variables

The issue is that in function apps we are using Environment variables which sourced from a key vault using a user assigned managed identity. System assigned managed identities have been turned off, however the environment variables still show that the…

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,175 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,273 questions
asked 2024-06-17T08:15:41.7766667+00:00
Narendra Kandula 0 Reputation points
commented 2024-06-19T15:31:04.3533333+00:00
TP 82,736 Reputation points
1 answer

Issue with PowerShell script copying files between blob containers

Hello team, I am experiencing issues with a PowerShell script that copies files from one blob container to another. Specifically, I am trying to run this script from a function app. Can anyone assist me in resolving this issue?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,874 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,272 questions
asked 2024-06-19T12:21:43.93+00:00
sai pavan 20 Reputation points
answered 2024-06-19T12:53:40.5233333+00:00
Amol Shelar 421 Reputation points