You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Batch isn't able to size pools we need because errors when assigning IP addresses and limits of number of ports on the existing subnet. We're currently using Batch's classic networking and sharedkey auth but (I think) it's not suitable when we have many large pools. Mostly from reading the network troubleshooting.
Create a new virtual network in tlo-b1-rg resource group, get the subnet id and put in pool specification (and disable public IP address configuration?? won't be able to connect to machines, but simpler config)
Check that it can still access container registry and storage account
For Batch account tlob1ba to use virtual network subnet, need to switch from SharedKey auth to using Entra ID
Register new application (for unmanaged Batch control) with Entra
Azure Batch isn't able to size pools we need because errors when assigning IP addresses and limits of number of ports on the existing subnet. We're currently using Batch's classic networking and sharedkey auth but (I think) it's not suitable when we have many large pools. Mostly from reading the network troubleshooting.
My plan is:
tlob1ba
to use virtual network subnet, need to switch from SharedKey auth to using Entra IDCheck that all works, then
cc @BinglingICL - sorry, a little bit of work to do for your runs
The text was updated successfully, but these errors were encountered: