Azure / AppConfiguration-DotnetProvider

The .NET Standard configuration provider for Azure App Configuration
https://github.com/Azure/AppConfiguration
MIT License
80 stars 37 forks source link

Official Azure App Configuration package support for MAUI #443

Open ravi032 opened 1 year ago

ravi032 commented 1 year ago

We want to implement the feature management using Azure configuration manager in the MAUI for mobile app development.

I was going through the documentation and found that official document provides information for .net core app and asp.net core app. MAUI is Microsoft's new cross-platform framework to build mobile and desktop apps.

amerjusupovic commented 1 year ago

Hi @ravi032, you're free to use them together if you'd like, but at the moment we don't have any official recommendation on how to use Azure App Configuration with MAUI. I've started looking into it and if there are any updates, I'll make sure to mention them here.

nidhianandan commented 6 months ago

HI @amerjusupovic is there any update on the document??

zhiyuanliang-ms commented 1 month ago

Hi, @ravi032 @nidhianandan

Sorry for the late response. Currently, Azure App Config is targeted on server-side usage scenarios. Configuration stores in the Standard tier may experience temporary throttling when the request rate exceeds 30,000 requests per hour. ref So, for the scenario of mobile apps, there could be thousands of request per minute easily and this is not the appropriate use case for Azure App Config. But we have started to work on support the client side usage scenario. Hopefully, next year, we will bring something new to support it and we will definitely write some docs for MAUI.