Skip to content

Commit 598a668

Browse files
committed
Add message to feature flag console app example regardless of flag state.
1 parent 3a24c5c commit 598a668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-app-configuration/quickstart-feature-flag-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The .NET Feature Management libraries extend the framework with comprehensive fe
9191
Console.WriteLine("Welcome to the beta!");
9292
}
9393
}
94+
95+
Console.WriteLine("Hello World!");
9496
}
9597
```
9698

0 commit comments

Comments
 (0)