I need to access some secret values from Azure key vault in my JavaScript. It is plain JavaScript, no NPM and node. Is there any option to get the value directly from JavaScript? Or I need to write a separate API to retrieve the key vault. This is not relevant to securing some IDs, I want to know is there any possible option to get the key vault value from client-side.
Here is the link explain how to retrieve key vault using node.js
It is not duplicate of How to Hide an API Key in Client-Side Javascript
I want this to be done in plain javascript.