Skip to content

Commit c5e7a1d

Browse files
author
gitName
committed
PR review
1 parent ca1ab14 commit c5e7a1d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/api-center/includes/api-center-portal-user-sign-in.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For detailed prerequisites and steps to assign a role to users and groups, see [
2323
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
2424
1. In the left menu, select **Access control (IAM)** > **+ Add role assignment**.
2525
1. In the **Add role assignment** pane, set the values as follows:
26-
* On the **Role** page, search for and select **Azure API Center Data Reader**. Select **Next**.
27-
* On the **Members** page, In **Assign access to**, select **User, group, or service principal** > **+ Select members**.
28-
* On the **Select members** page, search for and select the users or groups to assign the role to. Click **Select** and then **Next**.
29-
* Review the role assignment, and select **Review + assign**.
26+
1. On the **Role** page, search for and select **Azure API Center Data Reader**. Select **Next**.
27+
1. On the **Members** page, In **Assign access to**, select **User, group, or service principal** > **+ Select members**.
28+
1. On the **Select members** page, search for and select the users or groups to assign the role to. Click **Select** and then **Next**.
29+
1. Review the role assignment, and select **Review + assign**.
3030

3131
> [!NOTE]
3232
> To streamline access configuration for new users, we recommend that you assign the role to a Microsoft Entra group and configure a dynamic group membership rule. To learn more, see [Create or update a dynamic group in Microsoft Entra ID](/entra/identity/users/groups-create-rule).

articles/api-center/self-host-api-center-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Follow these steps to build and test the API Center portal locally.
6565
```
6666
1. To configure the service, copy or rename the `public/config.example` file to `public/config.json`.
6767
1. Then edit the `public/config.json` file to point to your service. Update the values in the file as follows:
68-
* Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed
69-
* 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.
70-
* Update the value of `title` to a name that you want to appear in the top bar of the portal.
68+
1. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed
69+
1. 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.
70+
1. Update the value of `title` to a name that you want to appear in the top bar of the portal.
7171
7272
```json
7373
{

0 commit comments

Comments
 (0)