Azure vmss contd
- To update the image to latest version we have 3 options
- os upgrade (manual)
- reimage (manual)
- set auto update
az vmss update --name carvilla --resource-group vmssdemo --set UpgradePolicy.AutomaticOSUpgradePolicy.EnableAutomaticOSUpgrade=true
- Ideal steps:
- Create a vm image from compute gallery
- Create a vmss with automatic updates or rolling updates
- Set the cli as shown above
- From now on when the compute gallery is updated with latest image the deployment starts automatically
DNS in Azure
- Lets create a public DNS Zone for domain
azurebyexample.cloud - DNS record types Refer Here
- We have created a DNS Zone
Azure Savings Plan vs Azure Reservations
Azure Dedicated Hosts
- Refer Here for dedicated hosts.
