Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a2291b3

Browse files
authored
Update [new] AZ400_M05_Enable_Dynamic_Configuration_and_Feature_Flags.md
1 parent 5426b1e commit a2291b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/[new] AZ400_M05_Enable_Dynamic_Configuration_and_Feature_Flags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
lab:
3-
title: '[new] Enable Dynamic Configuration and Feature Flags'
3+
title: 'Enable Dynamic Configuration and Feature Flags'
44
module: 'Module 05: Implement a secure continuous deployment using Azure Pipelines'
55
---
66

7-
# [new] Enable Dynamic Configuration and Feature Flags
7+
# Enable Dynamic Configuration and Feature Flags
88

99
# Student lab manual
1010

@@ -20,7 +20,7 @@ lab:
2020

2121
## Lab overview
2222

23-
[Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/overview) provides a service to centrally manage application settings and feature flags. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during an application deployment. Use App Configuration to store all the settings for your application and secure their accesses in one place.
23+
[Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/overview) provides a service to manage application settings and feature flags centrally. Modern programs, especially those running in a cloud, generally have many distributed components. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during application deployment. Use App Configuration to store all the settings for your application and secure their accesses in one place.
2424

2525
## Objectives
2626

0 commit comments

Comments
 (0)