You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Does this library supports MAUI out of the box officially for configurations and feature management using azure configuration?
If yes, request you to please update the documentation and steps for MAUI integration. Also, suggest any operating system specific points to take care.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: