0

I want to create and build a Vue.js app that uses feature flags (Azure Portal). The app will be a feature manager and the backend will be azure.

Where can I find help and guidance on how to get and add features of azure in my app?

The app should display all the features and which feature on or off, with a options to change features and add.

Do I have a tutorial or APIs that I can use? I would appreciate your assistance.

Thanks!

1 Answers1

1

You can use restapi to do that.

Related Post:

How to use Azure App Configuration REST API

I can show you how can I find it. Usually, When I want the same function as on azure portal, I like to use F12 to find out what api is used for this request, and then go to Google search.

enter image description here

Jason Pan
  • 15,263
  • 1
  • 14
  • 29