While building azure rm images, the following issue arises:
..failed to get certificate URL, retry(0)
Full workflow goes as following:
==> azure-arm: Running builder ...
azure-arm: Creating Azure Resource Manager (ARM) client ...
==> azure-arm: Creating resource group ...
==> azure-arm: -> ResourceGroupName : 'packer-Resource-Group-9c0p55hq20'
==> azure-arm: -> Location : 'West US'
==> azure-arm: -> Tags :
==> azure-arm: Validating deployment template ...
==> azure-arm: -> ResourceGroupName : 'packer-Resource-Group-9c0p55hq20'
==> azure-arm: -> DeploymentName : 'pkrdp9c0p55hq20'
==> azure-arm: Deploying deployment template ...
==> azure-arm: -> ResourceGroupName : 'packer-Resource-Group-9c0p55hq20'
==> azure-arm: -> DeploymentName : 'pkrdp9c0p55hq20'
==> azure-arm: Getting the certificate's URL ...
==> azure-arm: -> Key Vault Name : 'pkrkv9c0p55hq20'
==> azure-arm: -> Key Vault Secret Name : 'packerKeyVaultSecret'
==> azure-arm: ...failed to get certificate URL, retry(0)
....
...failed to get certificate URL, retry(4)
Failed to fetch secret from pkrkv9c0p55hq20/packerKeyVaultSecret, HTTP status code=403 (Forbidden)
Let me know if more info is needed.
While building azure rm images, the following issue arises:
Full workflow goes as following:
Let me know if more info is needed.