Azure Serverless

2023-03-20T03:34:33+00:00

Azure Serverless Cheat Sheet Enables you to build applications without managing infrastructure. Azure Functions Enables you to run a small piece of code to do a task. A single task is performed for each invocation. Supported languages: C#, Java, JavaScript, Python, and PowerShell You can run your code based on the HTTP requests or schedule when your function runs. You are only charged for the time you run your code. Azure Logic Apps Allows you to automate your workflows without writing a single line of code. Build your workflow using a logic app designer. Components: Workflow helps you create a [...]