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

Context: we are using azure app configuration to read the value of feature flag. We are using reactive springboot library: springwebflux and the following dependency : ``` com.azure.spring spring-cloud-azure-appconfiguration-config com.azure.spring...

JavaSpring
question

This PR adds a Python ChatApp example that mirrors the functionality of the .NET Core ChatApp sample for AI configuration. ## Key Features - Implemented using Python and Flask as...

We are using Feature Management for both web and mobile. It would be helpful if we could segment wether a feature is enabled based on user OS (Android vs iOS)...

enhancement
FeatureManagement

We just added a .Net Chat app sample for AI configuration, https://github.com/Azure/AppConfiguration/tree/main/examples/DotNetCore/ChatApp. We need to do the same in Python using Flask. - Uses Python - Uses azure-appconfiguration-provider - Uses...

PythonProvider

I would love the ability to define an IP Whitelist firewall rule on my configuration services. This would benefit customers that are running in hybrid multi-cloud + on-prem environments, where...

enhancement
service

The Azure App Configuration emulator is a tool that allows customers to run Azure App Configuration locally, enabling development and testing without needing to connect to Azure. It's perfect for...

enhancement

Customers can use feature flags from Azure App Configuration in Go applications.

enhancement
FeatureManagement
Go

If an Application Insights instance is connected to an App Configuration store and it contains feature flag telemetry, customers can see telemetry analysis/graphs in Azure portal.

enhancement
portal

The configuration provider for consuming data in Azure App Configuration from Go applications.

enhancement
Go