AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

Questions, feedback and samples for Azure App Configuration service

Results 124 AppConfiguration issues
Sort by recently updated
recently updated
newest added

Use Azure App Configuration to manage and dynamically configure parameters, prompts and other settings for LLM models and agentic workloads. Provide customers with seamless experience in AI application development.

enhancement
portal
App Configuration Provider

Hi, I have built a simple [Microsoft custom engine copilot using Teams AI library in C#](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/teams-conversational-ai/conversation-ai-quick-start?context=%2Fmicrosoft-365-copilot%2Fextensibility%2Fcontext&tabs=OpenAI-key%2COpenAI-key2&pivots=qs-csharp) I tried to integrate with Azure App Configuration into this app with below code...

.NET Config Provider
question

As per the documentation [here](https://learn.microsoft.com/en-us/cli/azure/appconfig/feature/filter?view=azure-cli-latest#az-appconfig-feature-filter-update-examples) syntax for updating a custom feature filter > `az appconfig feature filter update -n MyAppConfiguration --feature color --label MyLabel --filter-name MyFilter --filter-parameters Name=\"Value\" Name2=\"Value2\"` however,...

bug
cli

Currently, in the Azure App Configuration CLI, when we import an app configuration, the preview results are displayed, and user confirmation is required if the `--yes` parameter is not specified....

enhancement
cli

This PR - Adds the AI agent sample console app, that we will include in the AI Agent configuration doc. The agent is created declaratively check out [creating agents declaratively](https://github.com/eavanvalkenburg/agent-framework/tree/main/python/samples/getting_started/declarative)...

This PR - Updates our quick start sample apps to use EntraID auth instead of connection string

There is a known issue when updating switch type feature flags in the App Configuration Portal ### Symptom FeatureFlagConfigurationSetting throws the following exception when accessing it's properties: ``` System.InvalidOperationException: 'The...

bug
portal
.NET
JavaScript

Does Azure App Configuration support being exposed by an Azure Front Door? We have a security requirement where we must use private networking and a Front Door if we would...

enhancement
service

As soon as org.springframework.cloud BOM is added, any application that has spring-cloud-azure-starter-appconfiguration-config dependency fails with a stacktrace in which the following is the main takeaway: Factory method 'appConfigurationRefresh' threw exception...

docs

I'm attempting to create a process in which my pipeline automatically adds new feature flags and configurations that are introduced to the repo's appsettings.json before a deployment occurs, but I...

enhancement
question
Import & Export