Top "Azure-functions" questions

Azure Functions is an event-driven serverless compute platform in Azure and Azure Stack.

CORS with Azure function from localhost (not CLI)

We are using axios in a vue.js app to access an Azure function. Right now we are getting this …

azure cors azure-functions axios
Reading settings from a Azure Function

I'm new to Azure's function... I've created a new timer function (will be fired every 30 minutes) and it has to …

azure azure-functions
Azure Function logging using TraceWriter in external library

How can I reuse the TraceWriter object available in an Azure Function to log information in an externally referenced library? …

c# logging azure-webjobs azure-functions
Async programming and Azure functions

In the Azure functions "Performance considerations" part, Functions Best Practices, under "Use async code but avoid blocking calls", async programming …

c# azure azure-functions
DI in Azure Functions

I have some class libraries that I use in my ASP.NET Web API app that handle all my backend …

asp.net azure asp.net-web-api azure-functions
What is the simplest way to run a timer-triggered Azure Function locally once?

I have a few C# Azure Functions that run on a schedule using timer triggers. I've set them up like …

c# azure timer azure-functions
Azure function apps logs not showing

I'm relatively new to Azure and I just went through the tutorial on how to create a new Azure function, …

function azure logging azure-functions
How can i use package management in NodeJS Azure Functions?

I'm trying to build this sample project as a Azure Function and it requires some packages https://github.com/OfficeDev/…

azure-functions
Function host is not running

I have a Function App in azure and when I hit the URL of the function app it says "Function …

c# azure azure-functions asp.net-core-2.0 azure-webjobs
Azure Functions and Caching

We are planning to develop an Azure function for which the input trigger is a service bus message and the …

c# azure caching azure-functions