Azure virtual machine (VM) extensions are small applications that provide post-deployment configuration and automation tasks on Azure VMs. For example, if a virtual machine requires software installation, anti-virus protection, or to run a script inside of it, a VM extension can be used.
The command below can be used to find the extension you are after.
az vm extension image list -l uksouth -p microsoft.compute -n CustomScriptExtension