Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QuoteOfTheDay examples for experimentation with feature managment #909

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amerjusupovic
Copy link
Member

No description provided.

@amerjusupovic amerjusupovic marked this pull request as draft May 3, 2024 20:11
@amerjusupovic amerjusupovic marked this pull request as ready for review May 3, 2024 20:33

This example is an ASP .NET Core app that demonstrates how to use the [Microsoft .NET Feature Management library](https://www.nuget.org/packages/Microsoft.FeatureManagement/) to do experimentation with feature flags.

### [QuoteOfTheDaySimulator](./Experimentation/Dotnet/QuoteOfTheDaySimulator)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should include the simulator. The simulator is for our own demo'ing and testing.

@@ -34,6 +34,14 @@ This ASP.NET web application is a .NET Framework MVC 5 app. It leverages the [co

This ASP.NET web application is a .NET Framework Web Forms app. It demonstrates how to leverage the App Configuration [.NET Standard provider library](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.AzureAppConfiguration/) to achieve dynamic configuration and control feature launches with feature flags. The same technique applies to .NET Framework MVC apps.

### [QuoteOfTheDayQuickStart](./Experimentation/Dotnet/QuoteOfTheDayQuickStart)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quickstart is something we use in documentation (actually, we are planning to make it a tutorial). Please don't include it in the folder name.

The examples are organized by languages, not by topics today. The QuickStart folder is a special case for quickstarts from the portal. I think we should put this one under examples/DotNetCore/QuoteOfTheDay. We will use readme/document to explain this sample is related to telemetry and experimentation scenarios.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Somehow GH treats this file as binary. It doesn't allow me to add inline comments.)

Instead of sharing the simulator, I think we can share AppInsights queries like below. It will be helpful for users to see their results from App Insights.
https://github.com/zhenlan/QuoteOfTheDay?tab=readme-ov-file#review-telemetry-in-application-insights

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we still need an example image? I didn't add one yet

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required, but I think it will be nice to have one.

examples/README.md Outdated Show resolved Hide resolved
@amerjusupovic amerjusupovic requested a review from zhenlan May 7, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants