An Azure service that is used to provision Windows and Linux virtual machines.
Welcome to Microsoft Q&A
Hello @Nelson Narayan I hope you are doing well,
Could you clarify the objective of the lab challenge?
"Can You Automate and Manage Custom Scalable Azure VM-based Infrastructure Solutions?" is a broad topic that can include several Azure services such as:
- Virtual Machine Scale Sets (VMSS)
- Availability Sets / Availability Zones
- Azure Load Balancer
- Azure Automation
- Azure Image Builder
- ARM Templates / Bicep
- Azure CLI
- PowerShell
- Azure Monitor Autoscale
If your goal is to build a custom scalable VM infrastructure, a typical solution would involve:
- Create a Resource Group.
- Create a Virtual Network and Subnet.
- Create a Load Balancer.
- Deploy a Virtual Machine Scale Set.
- Configure Autoscaling rules.
- Deploy applications using Custom Script Extensions or Azure Image Builder.
- Monitor and manage the environment with Azure Monitor.
Once you provide the specific lab requirements or challenge statement, I can provide the exact step-by-step Azure Portal instructions and the equivalent Azure CLI commands.
References
- Virtual Machine Scale Sets: https://learn.microsoft.com/azure/virtual-machine-scale-sets/
Autoscale Virtual Machine Scale Sets: https://learn.microsoft.com/azure/azure-monitor/autoscale/autoscale-virtual-machine-scale-sets
Azure CLI VMSS Quickstart: https://learn.microsoft.com/azure/virtual-machine-scale-sets/quick-create-cli
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.