Top "Azure-functions" questions

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

How to pass parameters by POST to an Azure function?

I'm trying to do a simple Azure Function to learn about it. There will be 3 functions: 1 function to insert a …

c# visual-studio azure post azure-functions
The client with object id does not have authorization to perform action 'Microsoft.DataFactory/datafactories/datapipelines/read' over scope

I was trying to invoke data factory pipeline from azure function programmatically. Its throwing following error. link: http://eatcodelive.com/2016/02/24/…

azure azure-functions azure-data-factory
How can I use NuGet packages in my Azure Functions?

Using Azure Functions, can I reference and use NuGet packages in my C# function?

c# azure azure-functions nuget-package azure-web-app-service
Azure Webjobs vs Azure Functions : How to choose

I've created some Azure Webjobs that use triggers and I've just learnt about Azure Functions. From what I understand Azure …

azure azure-webjobs azure-functions
Azure Functions Database Connection String

How do I add or access an app.config file in Azure functions to add a database connection string? If …

c# azure azure-functions azure-sql-database
How do I return JSON from an Azure Function

I am playing with Azure Functions. However, I feel like I'm stumped on something pretty simple. I'm trying to figure …

c# json azure azure-functions
Azure Functions timeout for Consumption plan

Is there a way to change the current 5 minutes timeout limit for Azure Functions running under the Consumption plan ? For …

azure azure-functions
Best place to store environment variables for Azure Function

I'm testing an azure function locally with several api keys. Whats the best place to store environment variables and how …

azure-functions
Missing value for AzureWebJobsStorage in local.settings.json local development in Visual Studio 2017

I'm developing a azure function locally, with the Storage Emulator and de Storage Explorer opened. File tree local.settings.json { "…

azure visual-studio-2017 azure-functions
How to add configuration values in AppSettings.json in Azure functions. Is there any structure for it?

What is the standard structure to add keys to appsettings.json? Also, how to read those values in our run.…

azure azure-functions appsettings