Top "Azure-functions" questions

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

Read values from local.settings.json in VS 2017 Azure Function development

I am writing an Azure function in VS 2017. I need to set up a few custom configuration parameters. I added …

json azure azure-functions appsettings
How to call another function with in an Azure function

I have written 3 functions as follows create users in db fetch users from db process users In [3] function, I will …

azure azure-functions
How to disable Read Only mode in Azure Function App?

I create a new Function App (v2) from Azure portal. Then I initiate a new app on my local computer …

azure-functions azure-functions-core-tools
The term 'az' is not recognized as the name of a cmdlet, function, script file, or operable program

Created Powershell Azure function and trying to use "az" commands under that function app. As per docs, function runtime should …

azure powershell azure-functions
How to run Azure Function app on a different port in Visual Studio

I am setting local host port in local.setting.json. Referring Microsoft doc https://docs.microsoft.com/en-us/azure/azure-functions/…

azure visual-studio-2017 azure-functions
Can't rename Azure App Service plan using the Azure Portal

Is it possible to rename an App Service Plan? I have already tried in both the old and new portals …

azure azure-functions azure-web-app-service rename
How to get the GET Query Parameters in a simple way on Azure Functions C#?

I tried /// <summary> /// Request the Facebook Token /// </summary> [FunctionName("SolicitaFacebookToken")] [Route("SolicitaToken/?fbAppID={fbAppID}&fbCode={…

c# azure azure-functions
Azure Functions - Limiting parallel execution

Is it possible to limit the maximum number of Functions that run in parallel? I read the documentation and came …

azure azure-functions
How can I Parse Json in a Azure Function

"I have create a Azure Function in this function I call an API that returns JSON. I want to parse …

json azure azure-functions
What is the Azure equivalent of AWS Lambda?

At the moment we are running our application on an AWS Beanstalk but are trying to determine the suitablilty of …

azure aws-lambda azure-functions