Skip to content

Conversation

linglingye001
Copy link
Member

No description provided.


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/)
Copy link
Member

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).

Copy link
Member Author

Choose a reason for hiding this comment

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

updated


This example demonstrates how to enable dynamic configuration from App Configuration in a console application.

### [Gin web app](./Go/WebApp/Example/)
Copy link
Member

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?


### [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.
Copy link
Member

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.

Copy link
Member Author

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.
Copy link
Member

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.
Copy link
Member

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.

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