I'd like to create an Azure Batch pool without Public IPs (like mentioned in the Azure doc).
By default, nodes created within a pool are linked to a Public IP address, but for security reasons, I would need to disable it at pool creation but I cannot find any option in the YAML pool configuration file.
Thanks.