Cognitive Services connection fails with "Server not responding" in Azure Communication Services

Hammad Wali 0 Reputation points
2026-08-04T14:50:23.18+00:00

User's image

User's image

User's image

I'm trying to connect a Cognitive Services resource to my Azure Communication Services (ACS) resource, but the connection keeps failing.

Steps to reproduce:

  1. Navigate to my ACS resource in the Azure Portal
  2. Go to Cognitive Services (under the relevant blade)
  3. Select my subscription
  4. Click Connect cognitive services
  5. In the connection popup, the subscription is selected correctly
  6. The Resource group dropdown shows a spinner that spins indefinitely
  7. Eventually the dialog becomes unresponsive and crashes

Error message received (intermittently):

Server not responding Unable to access Azure Cognitive Service now, please try again later.

Environment details:

  • Browser: Edge
  • Tried in incognito/private mode: yes
  • Tried a different browser: yes

What I've tried:

  • Refreshing the page and retrying

Has anyone else run into this, or is there a known issue with the Cognitive Services connection dialog in the ACS portal experience? Any workaround (e.g., via ARM template, PowerShell, or Azure CLI) would also be appreciated if the portal continues to fail.

Thanks in advance!

Azure Communication Services

1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-04T14:50:46.8533333+00:00

    The portal flow is failing while enumerating Azure AI/Cognitive Services resources. For this ACS integration, the most important checks are:

    1. Verify the Azure AI resource exists in the selected subscription and resource group.
    2. Verify the Azure AI resource is a Multi-service Cognitive Services resource. This integration supports only Multi-service Cognitive Service resources.
    3. Verify the ACS resource has permission to create role assignments: Microsoft.Authorization/roleAssignments/write.
    4. 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.
    5. After managed identity is enabled, use Connect cognitive service, then select Subscription, Resource Group, and Resource.
    6. 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:

    1. In Azure Portal, open the Azure AI/Cognitive Services resource directly and confirm it is present and healthy.
    2. 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.
    3. In the ACS resource, open Cognitive Services and enable the system-assigned managed identity if it is not already enabled.
    4. Assign the Cognitive Services User role to the ACS managed identity on the Cognitive Services resource.
    5. Retry the connection from the ACS Cognitive Services tab.
    6. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.