Launch the web app
Last updated
Last updated
Type “Resource groups" in the Azure portal search bar and select said option as it appears.
Once on the page, you will see a list of resource groups displayed. Select the resource group that you have used previously (to create the managed application).
Find and select the managed application as shown in the image below:
Select Managed resource group.
An overview page will open which will display all the resources.
Select your admin web app is the one highlighted in the image below.
Reminder: The format for the name of the admin web app for will be "admin-nameoftheapp-app", where nameoftheapp is based on the app name selected in Azure (for automatic deployment) or in the PowerShell terminal (for manual deployment).
Select the link under the Default domain.
You will be taken to a web page that looks like this:
Add “/swagger/index.html” to the end of the website's URL.
A Swagger web page will be displayed. Click on Authorize, located on the right side of the page.
Enter the token generated using Postman in the text box.
Click on Authorize. You can now close the pop-up and begin working with the APIs.