question

CynthiaJohnson-7505 avatar image
1 Vote"
CynthiaJohnson-7505 asked singhh-msft edited

Python API integration with App Config & Feature Management

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

singhh-msft avatar image
0 Votes"
singhh-msft answered singhh-msft edited

@CynthiaJohnson-7505 , 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.


· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I did come across that, but I refuse to use code that's in a beta release in production. Can you tell me if Feature Management libraries are planned for python?

0 Votes 0 ·

Sure, let me check on that and get back to you.

0 Votes 0 ·

@CynthiaJohnson-7505 , I would like to inform you that, at the moment, there is no plan for a Python Feature Management library. Further, note that Python App Config SDK - FeatureFlagConfigurationSetting's API is planned to be in GA in July, 2021.

We would love to know your experience with us.


0 Votes 0 ·

@CynthiaJohnson-7505 , just checking in to see if you got a chance to check my response.

0 Votes 0 ·

Yes thank you so much!

0 Votes 0 ·