private endpoint batch account

SR-7559 141 Reputation points
2021-05-13T03:15:45.313+00:00

Have a batch account with 'public network access' disabled

Followed instructions from https://video2.skills-academy.com/en-us/azure/batch/private-connectivity

by creating a private endpoint connection etc and I can see a private IP/FQDN as mentioned in that article. The IP is part of my subnet which is part of VNet as expected.

Now, how can I create a batch pool? Tried from portal.azure.com and it says "This batch account has public network access disabled and may be accessed via a private end point" ..

"code: AuthorizationFailure"

Is there not a way to click on 'Pools' in the batch account blade on portal.azure.com? It says I can access the batch account from one of the VMs on the subnet. What URL (Is it the private end point connection's FQDN?) do I use to create a batch pool through UI?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
320 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2021-05-14T18:28:34.81+00:00

    @SR-7559 You can try doing this from one of the VMs in the Virtual Network, but it is a prerequisite that you create the pools without private endpoints enabled.

    Your best bet will be to remove / disable the private endpoint, create your pools, and then re-enable the endpoint.