Python API integration with App Config & Feature Management

Cynthia Johnson 26 Reputation points
2021-05-25T22:43:42.297+00:00

I would like to use Feature Management in a python function app that acts as an API. I am finding no resources on what the equivalent package would be to Microsoft.FeatureManagement for use in python. I am interested in more than just enabled/disabled for the feature itself. I would like to tap into the percentage rollout capabilities. Thank you.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
215 questions
0 comments No comments
{count} vote

Accepted answer
  1. singhh-msft 2,431 Reputation points
    2021-05-26T17:09:41.87+00:00

    @Cynthia Johnson , thank you for reaching out to us. Happy to help. There is no Python Feature management library (like Microsoft.FeatureManagement in .NET Core Function App) available as such for Python. But, you can use the Python App Config SDK - FeatureFlagConfigurationSetting is an option/workaround to consume Feature Flags.

    Also note that, currently, we provide Feature Management libraries for .NET and Java Spring only.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful