for-azure
for-azure copied to clipboard
Parameterize network subnet
Currently, when using the template, the subnet is setup automatically as 10.0.0.0/8. This is extremely broad, and if other services within Azure are using any IP within that class A network, we cannot easily connect them to services running on Docker.
The subnet used by Docker for Azure should be a parameter that is filled in by the user during the setup phase.