0
votes

I have a C# console application running on a batch node that is trying to connect to a key vault. The pool, nodes and key vault are linked to the same subnet however when I try and get a secret the call timeouts - I think this maybe a network issue. Is there any network security permissions I need to set on the v-net or sub-net or node or pool that may resolve the timeout?

Or any step by steps instructions for getting a batch pool and nodes communicating on a subnet...

1

1 Answers

0
votes

Do you have a virtual NIC on the VM hosting the C# app? They can have a Network Security Group (NSG), too, that can restrict access to network traffic. Another thing you should consider is adding a Service Principal to the VM and allowing access to KV. https://docs.microsoft.com/en-us/azure/batch/batch-aad-auth. This won't solve your problem if it IS a network issue.