Azure VMSS Flexible Orchestration - Custom Resource Names

Viewed 22

I have created VMSS Flexible with orchestration mode with proper names, yet VMs, NICs, IPs got randomly generated suffixes. enter image description here

Is it possible to automatically create VMs and corresponding resources, when adding instances through VMSS? I’d like to have resources names like:

TST-WebServer1-VM
TST-WebServer2-VM
TST-WebServer1-VM-IP
TST-WebServer2-VM-IP
TST-WebServer1-VM-NIC
TST-WebServer2-VM-NIC

and so on.

0 Answers
Related