From the course: Introduction to IT Automation

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Using scripts to automate the Azure cloud

Using scripts to automate the Azure cloud

From the course: Introduction to IT Automation

Using scripts to automate the Azure cloud

- [Instructor] Now, when we think of the Azure services within the Microsoft Cloud, there are four core automation capabilities. The first one is Azure Cloud Shell for scripting, Azure CLI for scripting, Azure Automation for creating jobs and runbooks of tasks, and then templates for creating all of the services. The Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing all of the Azure resources. It provides the flexibility of a shell experience directly in the browser. You can leverage the Cloud Shell to work untethered from a local machine so that wherever you are, you can simply access it in the cloud. The Azure CLI or command line interface for Azure is a set of commands used to create and manage Azure resources. The Azure CLI is available across all of the Azure services and is designed in a way to allow you to automate and very quickly deploy components within Azure. Azure…

Contents