Azure Functions is an event-driven serverless compute platform in Azure and Azure Stack.
I currently have an azure function using the ServiceBusTrigger binding [ServiceBusTrigger("%TopicName%", "%SubscripionName%", Connection = "MyConnection")] string catclogueEventMsgs, ILogger log, ExecutionContext …
c# azure azure-functions azureservicebusI want to create Azure Logic App which will constantly request a specific website on the Internet and parse received …
azure azure-functions azure-logic-apps workflow-definition-languageWhat is the use case for Azure application insights or log analytics? I am using APIM and Azure Functions and …
azure azure-functions azure-application-insights azure-log-analyticsI have created an Azure Function app with an Azure Storage Queue trigger that processes a queue in which each …
azure azure-functionsI am trying to run a python script with Azure functions. I had success updating the python version and installing …
python azure virtual-machine azure-functionsI want to use some shared classes on my Azure Functions to not duplicate code. I have tried to create …
c# azure azure-functionsimport logging import azure.functions as func def main(req: func.HttpRequest) -> func.HttpResponse: logging.info('Python HTTP …
azure-functions azure-functions-core-toolsI have a Function app in Azure that is triggered when an item is put on a queue. It looks …
azure azure-functions azure-queuesI am working on Azure functions timer Job , i need to get the cron expression from the appsettings. Please let …
c# azure azure-functionsI have an Azure Logic app which picks a file from the Sharepoint site. In the next step, I want …
azure-functions azure-logic-apps