Creating a new App Registration
July 28, 2026 ยท View on GitHub
- Click on
Homeand selectMicrosoft Entra ID.

- Click on
App registrations.

- Click on
+ New registration.

- Provide the
Name, select supported account types asAccounts in this organizational directory only(Contoso only - Single tenant), select platform asWeb, enter/select theURLand register.

- After application is created successfully, then click on
Add a Redirect URL.

- Click on
+ Add redirect URI.

- Click on
Web.

- Enter the frontend Container App's callback
URLand Save. Then go back to Set Up Authentication in Azure Container Apps Step 1 and follow from Point 4: choosePick an existing app registration in this directoryfrom the Add an identity provider page and provide the newly registered App Name.
E.g. https://<CONTAINER_APP_FQDN>/.auth/login/aad/callback
