Use Azure API Management to access Azure Key Vault

To keep this example simple we're using your Azure API Management subscription key to provide access to Azure API Management.

To find it: go to your API Management, click on "Subscriptions", and copy the Primary key of the "Built-in all-access subscription".

Remember: this just keeps our example simple. Do not share this key or include it in your bundle.
Instead, secure your Key Vault API with one of the many best-in-class security features offered by Azure API Management.
For more information please refer to this document.

Use a local server to access Azure Key Vault
Using a local server hosted on http://localhost:4000 we can access Azure Key Vault by sending a request to http://localhost:4000/api/secret which has been set up to fetch a hardcoded test secret.
Secret will display here