Jenna Goldstrich
Jenna Goldstrich
This applies to most CAPI versions. ### Reproduction Steps If you use a buildpack via -b on cf push with git url the credentials form the git clone are logged...
This PR adds support for a `public_ip_sku` parameter, in March 2025 Microsoft is removing the ability to create Basic SKU public IP addresses, there are certain security aspects of this...
Follow up to https://github.com/hashicorp/packer-plugin-azure/pull/373 Confidential VMs can't be published to multiple regions currently due to the absence of `NonPersistedTPM` option in current galleryimageversion API The following needs to be done...
This is a followup issue to: https://github.com/hashicorp/packer-plugin-azure/issues/87, the 'vm' template function defined in the chroot docs [here](https://developer.hashicorp.com/packer/integrations/hashicorp/azure/latest/components/builder/chroot#additional-template-function) does not work in the source block of the chroot builder, as far...
If an already existing managed image is attempted to be modified with a new VM, this can lead to a confusing error "cannot change source virtual machine", users often get...
Whenever a user specifies a `build_key_vault_name` in their template we do not make a call to delete this key vault, this makes sense but as a result we leave behind...
Similar to https://github.com/hashicorp/packer-plugin-azure/issues/415 Whenever the communicator field is unset Windows will try to connect via SSH instead of WinRM, this fails because SSH on Windows is not configured to work...
This is an ask from last year that has a significant amount of thumbs up, and requests from users internally. closes https://github.com/hashicorp/packer-plugin-azure/issues/431