-
Notifications
You must be signed in to change notification settings - Fork 75
Add go example apps #1100
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
base: main
Are you sure you want to change the base?
Add go example apps #1100
Conversation
examples/README.md
Outdated
|
||
This example showcases a Go console application that retrieves chat responses from Azure OpenAI. It demonstrates how to configure chat completion using AI Configuration from Azure App Configuration, enabling rapid prompt iteration and frequent tuning of model parameters—without requiring application restarts, rebuilds, or redeployments. | ||
|
||
### [Console app](./Go/ConsoleApp/Example/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we combine two console app examples into one to demo all features? Examples in this repo target more on end-to-end scenarios instead of granular step-by-step scenarios (which are in each language's own repo).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
examples/README.md
Outdated
|
||
This example demonstrates how to enable dynamic configuration from App Configuration in a console application. | ||
|
||
### [Gin web app](./Go/WebApp/Example/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we combine all three web apps into one to demo all features?
examples/README.md
Outdated
|
||
### [Gin web app (feature management)](./Go/WebApp/FeatureFlag/) | ||
|
||
This is a Gin web application using a feature flag in Azure App Configuration to dynamically control the availability of a new web page without restarting or redeploying it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please help add an empty line at the end of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
|
||
### [Console app](./Go/ConsoleApp/) | ||
|
||
These examples demonstrate how to use the basic features of Azure App Configuration Go Provider in console applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mean simply putting them in one folder. I mean having one console app example to demo all features.
|
||
### [Gin web app](./Go/WebApp/) | ||
|
||
These examples demonstrate how to use Azure App Configuration Go Provider and feature flags in web applications built with the Gin framework. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge all examples into one web app example.
No description provided.