AppConfiguration
AppConfiguration copied to clipboard
Questions, feedback and samples for Azure App Configuration service
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...
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)...
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...
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...
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...
Customers can use feature flags from Azure App Configuration in Go applications.
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.
The configuration provider for consuming data in Azure App Configuration from Go applications.