问题
I am having issues using Azure Batch-Shipyard to create a set of VMs inside a VNET.
Here is my configuration:
- Storage account (
mystorage) allows only access frommyvnet/mysubnet: storage and VNET configuration - Batch account creates VMs inside this exact same VNET
myvnet/mysubnet(usingarm_subnet_id) - VNET
myvnet/mysubnetis associated to Network Security Groups that allows TCP traffic on ports 29876-29877 from any source to any destination as detailed in Batch-Shipyard documentation: NSG rules
Unfortunately, all VMs that are created with this configuration are still in unusable state, even if they get a correct IP adress from myvnet/mysubnet
I also tried many other configuration but nothing is working yet:
- remove VNET configuration from Batch-Shipyard configuration: VM starts bu start task fails since VM is not inside the VNET and Storage account is inside the VNET
- remove NSG associated to
myvnet/mysubnet: sameunusablestate
Did a miss something in the Azure configuration? Thanks for your help.
来源:https://stackoverflow.com/questions/50678561/azure-batch-shipyard-create-vms-inside-a-vnet-unusable-status