How to update PAN-OS version on Azure Virtual Machine Scale Sets
2073
Created On 07/29/22 13:14 PM - Last Modified 08/01/23 21:27 PM
Objective
- To update PAN-OS version on Azure Virtual Machine Scale Sets
- No option available on the Azure Portal:
Environment
- Azure
- Virtual Machine Scale Sets
- PA-VM-300
Procedure
- Modification can be done through Azure CLI.
- Check Modify a virtual machine scale set that mentions how to modify the Virtual Machine Scale Sets group.
- Search for "Update the OS image for your scale set". Azure CLI command below.
az vmss update --resource-group myResourceGroup --name myScaleSet --set virtualMachineProfile.storageProfile.imageReference.version=10.2.0
Additional Information
To confirm the available PAN-OS version, Login to Azure CLI and run the command below.
az login
az vm image list --publisher paloaltonetworks --all