Skip to content

Commit fd22692

Browse files
authored
Update azure-communication-services-azure-cognitive-services-integration.md
- remove public preview tag - add new supported regions
1 parent d184694 commit fd22692

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

articles/communication-services/concepts/call-automation/azure-communication-services-azure-cognitive-services-integration.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@ author: kunaal
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.topic: include
9-
ms.date: 08/17/2023
9+
ms.date: 11/27/2023
1010
ms.author: kpunjabi
1111
ms.custom: references_regions
1212
services: azure-communication-services
1313
---
1414

1515
# Connect Azure Communication Services with Azure AI services
1616

17-
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
18-
19-
20-
Azure Communication Services Call Automation APIs provide developers the ability to steer and control the Azure Communication Services Telephony, VoIP or WebRTC calls using real-time event triggers to perform actions based on custom business logic specific to their domain. Within the Call Automation APIs developers can use simple AI powered APIs, which can be used to play personalized greeting messages, recognize conversational voice inputs to gather information on contextual questions to drive a more self-service model with customers, use sentiment analysis to improve customer service overall. These content specific APIs are orchestrated through **Azure Cognitive Services** with support for customization of AI models without developers needing to terminate media streams on their services and streaming back to Azure for AI functionality.
17+
Azure Communication Services Call Automation APIs provide developers the ability to steer and control the Azure Communication Services Telephony, VoIP or WebRTC calls using real-time event triggers to perform actions based on custom business logic specific to their domain. Within the Call Automation APIs developers can use simple AI powered APIs, which can be used to play personalized greeting messages, recognize conversational voice inputs to gather information on contextual questions to drive a more self-service model with customers, use sentiment analysis to improve customer service overall. These content specific APIs are orchestrated through **Azure AI Services** with support for customization of AI models without developers needing to terminate media streams on their services and streaming back to Azure for AI functionality.
2118

2219
All this is possible with one-click where enterprises can access a secure solution and link their models through the portal. Furthermore, developers and enterprises don't need to manage credentials. Connecting your Azure AI services uses managed identities to access user-owned resources. Developers can use managed identities to authenticate any resource that supports Microsoft Entra authentication.
2320

2421
BYO Azure AI services can be easily integrated into any application regardless of the programming language. When creating an Azure Resource in Azure portal, enable the BYO option and provide the URL to the Azure AI services. This simple experience allows developers to meet their needs, scale, and avoid investing time and resources into designing and maintaining a custom solution.
2522

2623
> [!NOTE]
27-
> This integration is only supported in limited regions for Azure AI services, for more information about which regions are supported please view the limitations section at the bottom of this document. This integration only supports Multi-service Cognitive Service resource, so we recommend if you're creating a new Azure Cognitive Service resource you create a Multi-service Cognitive Service resource or when you're connecting an existing resource confirm that it is a Multi-service Cognitive Service resource.
24+
> This integration is supported in limited regions for Azure AI services, for more information about which regions are supported please view the limitations section at the bottom of this document. This integration only supports Multi-service Cognitive Service resource, we recommend if you're creating a new Azure AI Service resource you create a Multi-service Cognitive Service resource or when you're connecting an existing resource confirm that it is a Multi-service Cognitive Service resource.
2825
2926
## Common use cases
3027

@@ -124,8 +121,17 @@ This integration between Azure Communication Services and Azure AI services is o
124121
- northcentralus
125122
- southcentralus
126123
- westcentralus
127-
- westeu
124+
- westeurope
128125
- uksouth
126+
- northeurope
127+
- southafricanorth
128+
- canadacentral
129+
- centralindia
130+
- eastasia
131+
- southeastasia
132+
- australiaeast
133+
- brazilsouth
134+
- uaenorth
129135

130136
## Next steps
131137
- Learn about [playing audio](../../concepts/call-automation/play-action.md) to callers using Text-to-Speech.

0 commit comments

Comments
 (0)