Automate AVS deployment with

Viele wollen ihre VMware Cloud Umgebungen möglichst automatisiert zu deployen.
Um auch SDDC weltweit und möglichst einfach, automatisiert zu deployen.

Hier können dann auch alle dazu nötigen Themen deployed werden wie z.B. HCX, Backup tools, in VMware notwendige VM´s und tools.

A lot of cool stuff is already done. Here some great Links:

https://techcommunity.microsoft.com/t5/azure-migration-and/terraform-integration-with-azure-vmware-solution/ba-p/3037975

https://github.com/jchancellor-ms/avs-terraform

https://github.com/Azure/Enterprise-Scale-for-AVS

Terraform Azure Provider Documentation

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/vmware_private_cloud

This is the short and easy code you need to deploy an SDDC on Azure !

After the deployment – most customers want to Deploy HCX on the cloud site.
For this we use an API integration.

The json file for the API looks like this:

With this we trigger the deployment of the HCX Cloud Manager.
More details and options you can find here:

https://github.com/Azure/Enterprise-Scale-for-AVS/tree/main/terraform/modules/avs_addon_hcx

In that link you can also find the code to redeem the „HCX Keys“ for the onprem HCX Cloud connector installtion.
Documentation for the HCX onPrem configuration via Terraform can be found here: https://registry.terraform.io/providers/adeleporte/hcx/latest/docs


About Me