Skip to content

Commit a231c6d

Browse files
Merge pull request #301420 from ManoharLakkoju-MSFT/patch-775338
(AzureCXP) fixes MicrosoftDocs/azure-docs#439074
2 parents d5950ae + 99a62f1 commit a231c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-center/includes/api-center-portal-app-registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you want to create the app registration manually, follow these steps:
3535
1. Set **Name** to a meaningful name such as *api-center-portal*
3636
1. Under **Supported account types**, select **Accounts in this organizational directory (Single tenant)**.
3737
1. In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
38-
Enter the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.<location>.azure-api-center.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-api-center.ms`.
38+
Enter the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.<location>.azure-apicenter.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-apicenter.ms`.
3939
1. Select **Register**.
4040

4141
#### Configure additional redirect URIs for VS Code extension
@@ -49,4 +49,4 @@ When enabling the API Center portal view in the Visual Studio Code extension for
4949
`http://localhost`<br/>
5050
`ms-appx-web://Microsoft.AAD.BrokerPlugin/<application-client-id>`<br/>
5151

52-
Replace `<application-client-id>` with the application (client) ID of this app. You can find this value on the **Overview** page of the app registration.
52+
Replace `<application-client-id>` with the application (client) ID of this app. You can find this value on the **Overview** page of the app registration.

0 commit comments

Comments
 (0)