Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official Azure App Configuration package support for MAUI #443

Open
ravi032 opened this issue Aug 1, 2023 · 3 comments
Open

Official Azure App Configuration package support for MAUI #443

ravi032 opened this issue Aug 1, 2023 · 3 comments
Assignees

Comments

@ravi032
Copy link

ravi032 commented Aug 1, 2023

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.
@amerjusupovic
Copy link
Member

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
Copy link

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

@zhiyuanliang-ms zhiyuanliang-ms self-assigned this Jul 16, 2024
@zhiyuanliang-ms
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants