Skip to content

Using a batch pool subnet with service endpoints to avoid load balancer charges

Jonathon Saunders edited this page Jun 11, 2023 · 2 revisions
  1. Inside the CoA vnet, create a subnet named batchsubnet with service endpoints for Storage, SQL, and ACR.

Screenshot 2023-06-11 150324

serviceendpoints

  1. Run the deployer with --Update and --BatchNodesSubnetId "/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${RESOURCE_GROUP_NAME}/providers/Microsoft.Network/virtualNetworks/${COA_VNET_NAME}/subnets/batchsubnet"
Clone this wiki locally