Azure Functions is an event-driven serverless compute platform in Azure and Azure Stack.
Is it possible to rename an App Service Plan? I have already tried in both the old and new portals …
azure azure-functions azure-app-service-plansThe documentation says that you can put a DLL in a bin folder and reference it using a special #r …
azure azure-functionsI'm unable to publish (WebDeploy) my Azure Function App (It's a Durable Function, I know it deosn't matter, but, just …
azure azure-functions webdeployI am trying to develop following scenario using Azure functions. I have developed Asp.Net Web API which handles the …
c# azure asp.net-web-api azure-functions asp.net-webhooksI have executable abcd.exe (it contains/merged with many .dll). Is it possible to create Azure Function for abcd.…
c# azure azure-functionsI have an Azure Function App which has Application Insights configured. My functions have some LogTrace() messages in but they …
azure-functions azure-application-insightsI am trying to write a C# Azure Function to download and open an excel file using the OpenXml-SDK. Office …
azure azure-functions openxml-sdk azure-storage-filesFunctions & Logic Apps are two distinct offerings by Microsoft Azure. I wonder what are the use cases that one …
azure-logic-apps azure-functionsI've spent the past 24 hours reading all about how to create Azure Functions and have successfully converted a MVC WebApi …
azure authentication azure-functionsI have a Function App with 3 functions, one of them timer-triggered every 2 minutes. I observed that after a while, the …
f# azure-functions timer-trigger