Deploy and manage compute resources for Azure administrators
Learn how to deploy and configure virtual machines, containers, and Web Apps in Azure.
Prerequisites
- Azure Fundamentals Part 1: Describe core Azure concepts
- Azure Fundamentals Part 2: Describe core Azure services
- Azure Fundamentals Part 3: Describe core solutions and management tools on Azure
- Azure Fundamentals Part 4: Describe general security and network security features
- Azure Fundamentals Part 5: Describe identity, governance, privacy, and compliance features
- Azure Fundamentals Part 6: Describe Azure cost management and service level agreements
- Prerequisites for Azure administrators
Modules in this learning path
Azure virtual machines (VMs) enable you to create dedicated compute resources in minutes that can be used just like a physical desktop or server machine.
Learn how to use the cross-platform Azure CLI to create, start, stop, and perform other management tasks related to virtual machines in Azure.
Understand and create the different types of disk storage available to Azure virtual machines (VMs).
Learn how Resource Manager templates express your deployments as code, enabling you to deploy faster and more reliably.
Standardize and automate your virtual machine deployments to minimize manual configuration, variance, and errors.
Enable your application to automatically adjust to changes in load while minimizing costs with virtual machine scale sets.
Create a desired state configuration script that checks that IIS is installed. Onboard virtual machines (VMs) for management by Azure Automation. Automatically install IIS on the VMs where that feature is missing.
Create a Docker image and store it in a repository in Azure Container Registry. Use Azure App Service to deploy a web application based on the Docker image. Configure continuous deployment for the web app by using a webhook that monitors the Docker image for changes.
Respond to periods of increased activity by incrementally increasing the resources available and then, to reduce costs, decreasing these resources when activity drops.