This update deploys custom VM images from the gallery in the rg-sde-bh-prod resource group. The custom Linux and Windows images are there, and the Linux vm_config.sh has been updated to handle either vanilla or custom images.
There is no change in the template version. To deploy in an existing SDE, delete your local Docker images for the VMs, delete them also from the Mgmt resource group ACR, and remove the template entry from the CosmosDB. Then build/publish/register, using the Makefile targets.
Resolves part of #148
What is being addressed
This update deploys custom VM images from the gallery in the
rg-sde-bh-prod
resource group. The custom Linux and Windows images are there, and the Linuxvm_config.sh
has been updated to handle either vanilla or custom images.There is no change in the template version. To deploy in an existing SDE, delete your local Docker images for the VMs, delete them also from the Mgmt resource group ACR, and remove the template entry from the CosmosDB. Then build/publish/register, using the Makefile targets.