Azure Functions is an event-driven serverless compute platform in Azure and Azure Stack.
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-functionsDo functions support authorizing access to a Function by using client certificates, in a consumption plan? Something similar to the …
azure azure-functions azure-functions-runtimeI 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-toolsWe 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-.netI 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.1I 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-functionsI 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-appsFirst off I feel crazy asking this, sorry if this is a really stupid question. It must be obvious as …
azure azure-functions azure-cliWe have a simple Azure Function that makes a DocumentDB query. It seems like the first time we call it …
azure azure-functionsI need to bind to an output blob, but the blob path needs to be computed dynamically in my function. …
azure azure-functions