Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Oct 30, 2024
1 parent 2b8d910 commit 763e2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .web-docs/components/builder/arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ Providing `temp_resource_group_name` or `location` in combination with
Requires enabling encryption at host in the Subscription read more [here](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell)

- `public_ip_sku` (string) - Specify the Public IP Address SKU for the public IP used to connect to the build Virtual machine.
Valid values are `Basic` and `Standard`. The default value is `Basic`.
On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, before then the plugin will be updated to create a Standard public IP by default
Valid values are `Basic` and `Standard`. The default value is `Standard`.
On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, we reccomend upgrading as soon as possible
You can learn more about public IP SKUs [here](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#sku)

- `vtpm_enabled` (bool) - Specifies if vTPM (virtual Trusted Platform Module) is enabled for the Virtual Machine. For Trusted Launch or Confidential VMs, vTPM must be enabled.
Expand Down
4 changes: 2 additions & 2 deletions docs-partials/builder/azure/arm/Config-not-required.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@
Requires enabling encryption at host in the Subscription read more [here](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-enable-host-based-encryption-portal?tabs=azure-powershell)

- `public_ip_sku` (string) - Specify the Public IP Address SKU for the public IP used to connect to the build Virtual machine.
Valid values are `Basic` and `Standard`. The default value is `Basic`.
On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, before then the plugin will be updated to create a Standard public IP by default
Valid values are `Basic` and `Standard`. The default value is `Standard`.
On 31 March 2025 Azure will remove the ability to create `Basic` SKU public IPs, we reccomend upgrading as soon as possible
You can learn more about public IP SKUs [here](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#sku)

- `vtpm_enabled` (bool) - Specifies if vTPM (virtual Trusted Platform Module) is enabled for the Virtual Machine. For Trusted Launch or Confidential VMs, vTPM must be enabled.
Expand Down

0 comments on commit 763e2de

Please sign in to comment.