@chris_nawig
Thank you for the quick follow up on this! As you stated and saw within our Azure Key Vault documentation, the Key Vault URI is only used by other applications or APIs, and not for navigating to using your browser.
Here's an example of how the URI can be used:
- An application may need to connect to a database. Instead of storing the connection string in the app's code, you can store it securely in Key Vault. Your applications can securely access the information they need by using URIs. These URIs allow the applications to retrieve specific versions of a secret. There is no need to write custom code to protect any of the secret information stored in Key Vault.
Here's one example of the the Key Vault authentication flow.
For a full list of Azure Key Vault REST APIs
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
----------
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.