Skip to content

Commit 59f34c0

Browse files
authored
Merge pull request #122612 from justinyoo/apic-portal
Update APIC portal doc
2 parents 73f20a2 + 4a14bf6 commit 59f34c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/api-center/enable-api-center-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Follow these steps to build and test the API Center portal locally.
8585
```bash
8686
git checkout main
8787
```
88-
1. To configure the service, edit the `public/config.json` file to point to your service. Update the values in the file as follows:
88+
1. To configure the service, copy or rename the `public/config.example` file to `public/config.json`.
89+
1. Then edit the `public/config.json` file to point to your service. Update the values in the file as follows:
8990
* Replace `<service name>` and `<region>` with the name of your API center and the region where it's deployed
9091
* Replace `<client ID>` and `<tenant ID>` with the **Application (client) ID** and **Directory (tenant) ID** of the app registration you created in the previous section.
9192
* Update the value of `title` to a name that you want to appear on the portal.

0 commit comments

Comments
 (0)