Finding out custom image details of VMSS

sns 9,226 Reputation points
2023-12-04T11:37:42.4966667+00:00

How do we find out custom image details of VIrtual machine scaleset

this virtual machines scale set is created based out of custom image with uniform mode

Please share me if there is way or any powershell command

Thank you

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
348 questions
{count} votes

Accepted answer
  1. TP 76,681 Reputation points
    2023-12-04T21:14:39.2233333+00:00

    Hi,

    You can use powershell code similar to below:

    $vmss = Get-AzVmss -ResourceGroupName myResourceGroup -Name myVmss
    $vmss.VirtualMachineProfile.StorageProfile.ImageReference|fl
    
    

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

0 additional answers

Sort by: Most helpful