Azure App Configuration

Azure App Configuration

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 07 | 219 MB

Azure App Configuration introduces a much-needed paradigm shift in how applications are configured. It offers a secure, remotely hosted service that has the potential to eliminate local app settings—which have been a part of the .NET Framework since its infancy. In this course, Robby “Sap” Millsap delves into this exciting new service, highlighting how to leverage it in your organization.

Sap kicks off the course by explaining why you might want to centralize your application settings in the first place. He then highlights the key benefits of App Configuration and demonstrates how to use the product from the portal, as well as import configurations. Next, Sap dives into the code and steps through how to replace a standard app configuration from an ASP.NET Core web application with Azure App Configuration middleware. He also looks at how to integrate the service into your CI/CD pipelines in Azure DevOps, as well as how to use PowerShell with App Configuration.

Table of Contents

1 Secured, centralized, and dynamic
2 What you should know
3 Separating code from config
4 Shared configuration
5 Initializing your configuration service
6 Best practices, security, and tips
7 Exploring the starter app
8 Removing local configuration
9 Versioning and refresh rules
10 Dynamic feature flags
11 Using Key Vault with App Configuration
12 Creating a starter pipeline
13 Replacing variables in the pipeline
14 Configuring deployment tasks
15 Project overview
16 Creating auth headers
17 Scripting with App Configuration
18 Next steps