Is there any reason why the puppet-agent VM extension has been removed in Azure? The last time, it work for me was 1/16/2020.
Command to get VM extension
Get-AzVmImagePublisher -Location "WestUS2" | Where-Object{$_.PublisherName -match 'puppetlabs.test'} | `
Get-AzVMExtensionImageType | `
Get-AzVMExtensionImage | Select Type, Version
Bootsrap Error message
{
"code": "DeploymentFailed",
"message":
"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "NotFound",
"message": "{\r\n \"error\": {\r\n \"code\": \"ArtifactNotFound\",\r\n \"message\": \"Extension with publisher 'Puppet', type 'PuppetAgent', and type handler version '1.5' could not be found in the extension repository.\"\r\n }\r\n}"
}
]
}