In the demo you will retrieve the secret value from key vault you build on previous demo.
- KeyVault and Secret created from previous demo
- AppID of configured application with access to the secrets
- Visual Studio Code.
- Node 16.0
-
Open folder Nodejs in the VS Code.
-
update .env with parameters of your appID, Tenant, App Secret, KeyVault name (from previous demo)
-
Run the project by command node ./index.js
-
The Web App will be started on http://localhost:1337
-
Observe the value of the secret you created on previous demo.