4,890 questions with Azure Functions tags

Sort by: Updated
1 answer

Attribute function in dependency project as entry point

Hi, I'm using C# to write my Azure Functions. I found that the framework does not use the functions, which are attributed with [FunctionName] already, OUT of the start-up project. For example, I have ProjectA depending on ProjectB. ProjectA is the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-29T18:32:38.627+00:00
Teng L 21 Reputation points
commented 2020-07-10T09:04:21.467+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

gRPC trigger for Azure Functions (Python)

Hi, I was just wondering if it is possible to use gRPC with Azure Functions (Python runtime stack)? If not, are there plans for it to be supported in the future? Best Regards, Ahmed

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-07-08T17:14:07.747+00:00
Ahmed Nabih 21 Reputation points
commented 2020-07-09T13:46:03.357+00:00
Ahmed Nabih 21 Reputation points
0 answers

Azure Function v3 does not run in local Docker

I have azure function with HTTP trigger. For some reason, when I debug on local machine I do not have any problems But when I run it under docker, it does not respond. I do not see any errors in the Docker container though. Thanks Yatin

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-07-03T21:55:21.59+00:00
yatin72 1 Reputation point
commented 2020-07-08T15:52:18.593+00:00
Samara Soucy - MSFT 5,051 Reputation points
2 answers One of the answers was accepted by the question author.

Public IP address in Azure, does it cost more to use it ?

Does assigning static Public IP address for VM, Webserver or any other service in Azure mean I must pay higher cost other than the resource consumption? if yes, how can I get this pricing and details? I need to know which Public IP address is…

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 2020-07-08T11:32:55.547+00:00
EnterpriseArchitect 5,316 Reputation points
commented 2020-07-08T12:57:56.173+00:00
Leon Laude 85,781 Reputation points
1 answer

I am using application insights to create custom logs for my Azure function using trackTrace. How can I view the logs from Visual Studio Code in local?

I am coding in Nodejs, in Visual Studio Code, using Azure functions. I am able to stream logs in local, but i am only able to view logs to console(console.log) and context.log. Not able to view custom logs using application insights in local. I am…

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
asked 2020-07-02T04:58:47.907+00:00
Vaidehi Mani 6 Reputation points
answered 2020-07-07T23:47:29.08+00:00
olufemia-MSFT 2,861 Reputation points
1 answer

Azure function WEBSITE_RUN_FROM_PACKAGE Error 500

Hi I have created a python Azure Function. It works fine when deployed from VS Code. However when I deploy it using Azure Devops it doesn't sadly. The reason it doesn't work is because the packages my python code require won't import (Module Not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-23T07:50:38.66+00:00
Simon Elliott 1 Reputation point
commented 2020-07-07T20:05:41.097+00:00
Simon Elliott 1 Reputation point
1 answer

Kubernetes live & readiness probes

I'm running an Azure function in Kubernetes, but if the Azure Function runtime respond to Kubernetes live & rediness probes, or do I have to implement thoose endpoints myself? If so, is there any guidens somewhere, on how to do that? TIA /Søren

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,073 questions
asked 2020-06-04T04:56:21.543+00:00
Søren M. Olesen 6 Reputation points
answered 2020-07-02T13:01:36.243+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Storing file on Azure from web application and access from azure function app

Hi All, I have a below requirement. My asp.net app which is in on-prem server will generate some reports in PDF PDF's need to store in some where in Azure by asp.net app e.g FolderX Azure function app will pickup these files from above Azure…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,277 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 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.
3,105 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
786 questions
asked 2020-06-26T21:08:38.883+00:00
HemantSudehely-0557 266 Reputation points
accepted 2020-07-02T12:51:55.163+00:00
HemantSudehely-0557 266 Reputation points
0 answers

Why Azure function failing to start when bound with EventGrid attribute bound with IAsyncCollector

Hello, I am facing strange initialization issue regarding Azure Function. Following is the code for HttpTriggered Azure Function. public static async Task<IActionResult> OnboardOrganization( …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-03T08:25:57.667+00:00
Muhammad Usman Khalil 1 Reputation point
commented 2020-07-02T12:40:46.887+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer

Cannot update environment variables in azure function app

i have an azure function app where i used to update and edit the environment variables. today i tried to update the variables and i get an error. Updating web app settings 11:57 AM Failed to update web app settings: Resource 'cfszippfunc-staging'…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-04T06:37:46.783+00:00
Thanzeel Jalaldeen 1 Reputation point
answered 2020-07-02T11:13:27.84+00:00
MayankBargali-MSFT 70,141 Reputation points
1 answer

Implementing Multiple durable functions to use different subsets of a superset of functions. Scaling?

We have setup a series of [Azure Functions] sub-Functions: {A, B, C, D, E, ...}. We have clients who use varying subsets of these functions in various orders: client1 uses {A -> C -> E} client2 uses {D -> E -> B} My goal is to…

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 2020-06-25T19:00:51.947+00:00
Chris Phillips 1 Reputation point
commented 2020-07-02T08:42:48.35+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
2 answers

Application insights alerting using azure function

So as the title says, I am trying to set up an application insights alert that would trigger a Azure function. I can see such an option when i create the rule, however I am having some trouble figuring out how app insights are supposed to trigger the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2019-12-03T10:35:45.803+00:00
Domas Stočkus 1 Reputation point
commented 2020-07-02T08:18:32.177+00:00
MayankBargali-MSFT 70,141 Reputation points
1 answer

ARM Template with app function and event hubs not created the return

Hi, I need help. I developed a function app. I am working on creating a ARM template which will create a function app and deploy from github. With this I don’t problem. The function app send messages to Event hubs. This resource also included in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
627 questions
asked 2020-06-05T09:12:02.517+00:00
Evendor Media 1 Reputation point
answered 2020-07-02T08:03:38.243+00:00
MayankBargali-MSFT 70,141 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Service Bus and App Service function re-deliveries

Hello, On our company Azure portal we have a service bus with a topic and a couple subscriptions on it. I created an App Service with a simple function to test how to integrate with the Service bus using a topic trigger. The happy path of the…

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
asked 2020-06-29T20:13:34.32+00:00
Elio Rodrigues (erodrigu) 21 Reputation points
commented 2020-07-02T03:24:00.367+00:00
MayankBargali-MSFT 70,141 Reputation points
0 answers

CosmosDB NodeJS SDK query Timeout

Hello, I am having an issue with a timeout using the Cosmos NodeJS SDK within an async Azure function (HTTP Trigger). I followed the tutorial found here to build the same example. Is this an issue with the async flow or the Cosmos connection? My code…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,612 questions
asked 2020-06-24T19:49:01.583+00:00
Jason Ortiz 1 Reputation point
commented 2020-07-01T20:13:53.207+00:00
Jason Ortiz 1 Reputation point
1 answer One of the answers was accepted by the question author.

How to get the return value from a durable function

Hello, I am new to Azure functions and just tried out 2-3 azure function, while checking the best practices I came to know about Durable functions. I have tried out the sample code and its working. The thing which is not clear to me is "How can I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-30T17:46:57.11+00:00
Nijo Joseph Raju 141 Reputation points MVP
commented 2020-07-01T08:38:38.343+00:00
Nijo Joseph Raju 141 Reputation points MVP
1 answer

Python Function App: LOGGING Best Practices

Hello, I created a Python Functon App that sometimes works and sometimes doesn't. I have an Application Insights instance running, but other than catching an "Exception" message that flows through the RealTime Monitoring, I'm struggling to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-17T22:56:13.583+00:00
seadude 106 Reputation points
commented 2020-06-30T10:47:05.567+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
0 answers

Expected Requests/Second for Azure Functions

I need to process about 5000 HTTP requests per second using either Azure Functions or Azure App Services Those requests need to be transformed and written to Event Hub in the end The HTTP requests contain a query string which has to be converted to…

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 2020-06-23T16:47:39.647+00:00
Gerhard Brueckl 1 Reputation point MVP
commented 2020-06-30T09:52:40.507+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer

10 days for support engineer to clarify account email and what a test plan is, can anyone give us a reason why we shouldn't move to AWS?

10 days for support engineer to clarify account email and what a test plan is, can anyone give us a reason why we shouldn't move to AWS?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-29T13:28:38.983+00:00
cyuill 1 Reputation point
answered 2020-06-29T19:13:08.58+00:00
Mike Urnun 9,801 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure time triggered function fails to deploy with ServiceUnavailable

Hi, I have a fairly simple Azure Function that is triggered on a cron schedule, and has been working fine for months. A few days ago I made a few simple changes and tested locally that it was working, then did a deploy through the VS code plugin. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2020-06-20T13:10:22.82+00:00
Jonathan Nightingale 21 Reputation points
commented 2020-06-27T14:17:03.057+00:00
Jonathan Nightingale 21 Reputation points