Azure Key Vault is a feature within Microsoft Azure focused on the secure storage of secrets. Secrets could include user names, passwords, license keys, access keys that would be utilized by scripts or programs. So for example, a web app, PowerShell script, or an Azure function my need to utilize a service id or password
Azure Logic Apps allow you to create workflows and processes inside your Azure environment. Logic Apps are part of the ‘serverless’ compute solutions for Azure. This means that you just pay for Azure Logic apps as you use and run them. Of course, they actually do run on servers but they are close to the
Azure Runbooks are part of Azure Automation, they are written in PowerShell and run in Azure. Azure Runbooks are typically used to automate a process done by an administrator. They can accomplish anything that you can do in PowerShell. And you can automate tasks done inside or outside of Azure, in my case I will