As you may know, the Azure Private link is the new security toy, it covers too many Azure Services. I already wrote some articles about it : In this article, It is the Azure Key Vault! Azure Key Vault is covered with Private Link too and it is on GA.

In other words, your company has a private network and to add secrets to Azure Key Vault, it has to disable the proxies that go to the internet and reach the Key Vault through a private IP Address resolvable.

Now that you have a resolvable IP Address of the Key Vault, the script below connects to Azure then it gets the access token using the proxy.

Related Articles