April 25, 2024

Azure Automation

Azure automation consists of the following: Process automation Allows you to automate frequent and time consuming tasks. It allows you to create ‘runbooks‘ to run automation jobs. Configuration management Use …

Azure VM extensions

This application allows post-deployment configuration and automation tasks to be applied on Azure VMs. Azure VM extensions can be used to install software or run a script for instance. They …

Azure App Service

This is a managed HTTP-based service for hosting web applications, REST APIs, and mobile back-ends. Apps can be developed using popular languages and frameworks such as .NET, .NET Core, Node.js, …