How to update PAN-OS version on Azure Virtual Machine Scale Sets

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:
image.png


Environment


  • Azure
  • Virtual Machine Scale Sets
  • PA-VM-300


Procedure


  1. Modification can be done through Azure CLI.
  2. Check Modify a virtual machine scale set that mentions how to modify the Virtual Machine Scale Sets group.
  3. 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



 


Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000Cqu6CAC&lang=en_US&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail