Skip to content

Commit e92f0ba

Browse files
Merge pull request #265778 from dlepow/patch-250
Update enable-api-center-portal.md
2 parents 8921896 + d6d54cc commit e92f0ba

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
4242
1. On the **Overview** page, copy the **Application (client) ID**. You use this value when you configure the identity provider for the portal in your API center.
4343

4444
1. On the **API permissions** page, select **+ Add a permission**.
45-
1. On the **Request API permissions** page, select the **APIs my organization uses** tab. Search for and select **Azure API Center**.
45+
1. On the **Request API permissions** page, select the **APIs my organization uses** tab. Search for and select **Azure API Center**. You can also search for and select application ID `c3ca1a77-7a87-4dba-b8f8-eea115ae4573`.
4646
1. On the **Request permissions** page, select **user_impersonation**.
4747
1. Select **Add permissions**.
4848

@@ -126,11 +126,22 @@ If the user is assigned the role, there might be a problem with the registration
126126
az provider register --namespace Microsoft.ApiCenter
127127
```
128128

129-
For more information and steps to register the resource provider using other tools, see [Register resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
129+
### Unable to select Azure API Center permissions in Microsoft Entra app registration
130+
131+
If you're unable to request API permissions to Azure API Center in your Microsoft Entra app registration for the API Center portal, check that you are searching for **Azure API Center** (or application ID `c3ca1a77-7a87-4dba-b8f8-eea115ae4573`).
132+
133+
If the app isn't present, there might be a problem with the registration of the **Microsoft.ApiCenter** resource provider in your subscription. You might need to re-register the resource provider. To do this, run the following command in the Azure CLI:
134+
135+
```azurecli
136+
az provider register --namespace Microsoft.ApiCenter
137+
```
138+
139+
After re-registering the resource provider, try again to request API permissions.
130140

131141

132142
## Related content
133143

134144
* [Azure CLI reference for API Center](/cli/azure/apic)
135145
* [What is Azure role-based access control (RBAC)?](../role-based-access-control/overview.md)
136146
* [Best practices for Azure RBAC](../role-based-access-control/best-practices.md)
147+
* [Register a resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider)

0 commit comments

Comments
 (0)