Secure Azure Application Data Using the App Configuration and KeyVault API
In this lab, you’ll practice securing application data in Azure. When you’re finished with this lab, you’ll have applications which use configuration data from Azure App Configuration and Key Vault.
Terms and conditions apply.
Lab info
Lab author
Challenge
Provision an App Configuration Store with PowerShell
You will connect to Azure Cloud Shell, and provision an Azure App Configuration Store using PowerShell.
Challenge
Add Configuration Values to Your App Configuration Store
You will add configuration values to your new App Configuration Store.
Challenge
Create an ASP.NET Core Web App That Uses App Configuration
You will create a new ASP.NET Core MVC web app, and configure it to use your App Configuration key values.
Challenge
Create and Configure Azure Key Vault
You will create an Azure Key Vault, and store a secret to be used by your application.
Challenge
Access an Azure Key Vault Secret from Your Web App
You will update your web app to access a configuration value stored in a Key Vault.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Azure Portal
- Azure Cloud Shell
- PowerShell
- Azure CLI commands
- dotnet commands
- C# and ASP.NET Core