Posts

Showing posts from July, 2020

Learn to automate Azure tasks

Image
Automate Azure tasks Suppose you need to choose a tool to administer the Azure resources used to test your Customer Relationship Management (CRM) system. Your tests require you to create resource groups and provision virtual machines (VMs). You want something that is easy for administrators to learn, but powerful enough to automate the installation and setup of multiple virtual machines or script a full application environment. There are multiple tools available; you need to find the best one for your people and your tasks. Tools for automate Azure tasks Azure provides three administration tools to choose from: The Azure portal The Azure CLI Azure PowerShell Azure portal The Azure portal is a website that lets you create, configure, and alter the resources in your Azure subscription. The portal is a Graphical User Interface (GUI) that makes it convenient to locate the resource you need and execute any required changes. It also guides you through complex administrative tasks by providin...