Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.11 KB

azure-stack-kv-sample-app.md

File metadata and controls

54 lines (39 loc) · 2.11 KB

Run the sample application for Key Vault

In this guide, you'll use a sample application to retrieve secrets and passwords from Key Vault.

Download the samples and prepare

Download the Azure Key Vault client samples from the Azure Key Vault client samples page.

Extract the contents of the .zip file to your local computer.

Read the README.md file (this is a text file), and then follow the instructions.

Run Sample #1--HelloKeyVault

HelloKeyVault is a console application that walks through the key scenarios that are supported by Key Vault:

  1. Create/import a key (HSM or software key)
  2. Encrypt a secret using a content key
  3. Wrap the content key using a Key Vault key
  4. Unwrap the content key
  5. Decrypt the secret
  6. Set a secret

That console application should run with no changes, except that the appropriate configuration settings in App.Config will be updated according to the following steps:

  1. Update the app configuration settings in HelloKeyVault\App.config with your vault URL, application principal ID, and secret. The information can optionally be generated using scripts\GetAppConfigSettings.ps1.
  2. Update the values of the mandatory variables in GetAppConfigSettings.ps1.
  3. Launch the Windows PowerShell window.
  4. Run the GetAppConfigSettings.ps1 script within the PowerShell window.
  5. Copy the results of the script to the HelloKeyVault\App.config file.

Next steps

Deploy a VM with a Key Vault password

Deploy a VM with a Key Vault certificate