
Define Microsoft Azure as a cloud computing platform by Microsoft offering pay-as-you-go services across 60 regions and over 200 services, with IAAS, PAAS, and SAAS options.
Connect to the Azure portal using a Microsoft account, verify with the security code, and explore the dashboard, subscriptions, tenant ID, and all services categories from AI to databases.
Learn how to create a new file in Visual Studio Code, select a language mode, and install extensions, such as the Python extension, to code directly in your script file.
Install the Azure PowerShell az module on Windows by elevating to administrator and validating the PowerShell version. Run the install command and verify the az modules are installed.
Learn to script creation and management of Azure virtual machines using PowerShell and Azure CLI, including SSH for Linux, RDP for Windows, disk attachment, and network security group handling.
Verify the existence of an Azure resource group with PowerShell, using loops and read-host prompts, and prepare to create a Linux VM in the DemoRG resource group.
Check azure resources created for the virtual machine, including network interface, public ipv4 address, private ip, inbound port 80 rule, virtual network, subnet, and the os disk with premium ssd.
Identify the current Azure VM size by querying the virtual machine's hardware profile with Get-AzVM, confirming the standard B2MS size in the portal and terminal.
Deploy a Windows Server VM in Azure with PowerShell, selecting the Windows Server 2022 image, configuring location and size, and provisioning the VM using az vm create.
Delete your resource group to remove all Azure resources, verify the operation in the portal by refreshing, and confirm a true status.
This course can be taken by absolute beginners including candidates with non-technical backgrounds, such as those involved in selling or purchasing cloud-based solutions and services, or who have some involvement with cloud-based solutions and services.
The course is intended to help people learn Azure concepts and Automation with Powershell quickly and give enough practice to get them started with their cloud journey with a specific focus on Microsoft Azure.
What you'll learn in this course
Understand what is Cloud Computing
Introduction to Azure
Create an Azure free account
Install Visual Studio Code
Install Azure powershell modules
Connect to Azure via Powershell
Create Azure Resource Groups in Azure
Deploy your first infrastructure automatically with Powershell scripts
Manage your infrastructure with Powershell
Connect to your infrastructure using RDP and SSH
Create and Practice on Azure Cloud Shell
Create and Attach Azure Disks to a VM in Azure
Automate a basic report of your Azure Resources with Powershell
Delete your Resource Group and Azure Resources
Who this course is for
Anyone who wants to build carrier in Cloud Services
Aspirants who are looking forward to grow in their carrier
System Administrators
IT Employees of an Azure Based IT Organization
Prerequisites
Basic understanding of Cloud Computing
Working in Windows environment