Top "Azure-functions" questions

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

Azure Function - System.Data.SqlClient is not supported on this platform

I'm running the following insert code within my azure function into an azure sql server 2014 database: private static void Command(…

c# azure .net-core azure-functions
Azure Functions - Configure client certificate authentication

Do functions support authorizing access to a Function by using client certificates, in a consumption plan? Something similar to the …

azure azure-functions azure-functions-runtime
Azure functions core tools installation is stuck in visual studio code

I have created Azure function app to execute powershell script. Wanted to run it on my local first to test …

azure powershell azure-functions azure-function-app azure-functions-core-tools
Getting transient errors when making calls against Azure SQL Database from Azure Function

We are using .NET Core 2.1 and Entity Framework Core 2.1.1 I have the following setup in Azure West Europe Azure SQL …

entity-framework-core azure-sql-database azure-functions azure-sdk-.net
Azure Function, returning status code + JSON, without defining return in every part of logic

I have an Azure Function 2.x that reside on a static class that looks like this [FunctionName("Register")] public static …

c# azure azure-functions asp.net-core-2.1
Compare AWS-lambda, Azure functions and Google Cloud Function

I want to develop a serverless project by selecting aws-lambda, azure function or google cloud function. Then I want to …

azure aws-lambda azure-functions google-cloud-functions
Azure Functions and Azure Application Gateway or API Management

I have several Microsoft Azure functions developed. I would like to use a gateway with firewall to make my Azure …

azure azure-functions azure-api-management azure-api-apps
How do I run Azure Cli Script using my local Azure Cli installation

First off I feel crazy asking this, sorry if this is a really stupid question. It must be obvious as …

azure azure-functions azure-cli
Why do Azure Functions take an excessive time to "wake up"?

We have a simple Azure Function that makes a DocumentDB query. It seems like the first time we call it …

azure azure-functions
How do I use Binder to perform dynamic bindings in my C# Function?

I need to bind to an output blob, but the blob path needs to be computed dynamically in my function. …

azure azure-functions