An Azure communication platform for deploying applications across devices and platforms.
The portal flow is failing while enumerating Azure AI/Cognitive Services resources. For this ACS integration, the most important checks are:
- Verify the Azure AI resource exists in the selected subscription and resource group.
- Verify the Azure AI resource is a Multi-service Cognitive Services resource. This integration supports only Multi-service Cognitive Service resources.
- Verify the ACS resource has permission to create role assignments:
Microsoft.Authorization/roleAssignments/write. - Verify the ACS managed identity is enabled. In Azure Portal, open the ACS resource, go to Cognitive Services, and if system-assigned managed identity is not enabled, enable it first.
- After managed identity is enabled, use Connect cognitive service, then select Subscription, Resource Group, and Resource.
- Ensure the ACS managed identity is assigned the Cognitive Services User role on the Cognitive Services resource scope.
Since browser refresh, private mode, and another browser were already tried, the remaining likely causes from the available guidance are portal-side enumeration failure, missing/incorrect resource type, missing permissions, or a service-side issue.
A practical troubleshooting path is:
- In Azure Portal, open the Azure AI/Cognitive Services resource directly and confirm it is present and healthy.
- Confirm it is a Multi-service Cognitive Services resource. If it is not, create a Multi-service resource and use that for the ACS connection.
- In the ACS resource, open Cognitive Services and enable the system-assigned managed identity if it is not already enabled.
- Assign the Cognitive Services User role to the ACS managed identity on the Cognitive Services resource.
- Retry the connection from the ACS Cognitive Services tab.
- If the portal still hangs or shows Server not responding, check Azure Service Health first to determine whether there is an Azure Communication Services or Azure AI service incident affecting the region.
If the failure persists for multiple days, one accepted resolution path for similar portal enumeration failures was to raise an Azure Support request after identifying subscription or quota-related issues such as repeated 429 (Too Many Requests) behavior.
References: