Skip to content

Commit 677af63

Browse files
authored
Merge pull request #294185 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 5887785 + 66f8dd6 commit 677af63

16 files changed

+439
-153
lines changed

articles/azure-app-configuration/quickstart-python.md

Lines changed: 170 additions & 122 deletions
Large diffs are not rendered by default.

articles/communication-services/concepts/ai.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Artificial intelligence overview
14+
# Artificial intelligence (AI) overview
1515

16-
AI technologies are useful for many communication experiences. AI can help humans communicate better and accomplish their mission more efficiently, for example, a banking employee may use an AI generated meeting summary to help them follow up. AI can reduce human workloads and enable more flexible customer engagement, such as operating a 24/7 phone bot that customers call to check their account balance.
16+
Artificial intelligence (AI) technologies are useful for many communication experiences. AI can help humans communicate better and accomplish their mission more efficiently, for example, a banking employee may use an AI generated meeting summary to help them follow up. AI can reduce human workloads and enable more flexible customer engagement, such as operating a 24/7 phone bot that customers call to check their account balance.
1717

1818
More examples include:
1919
- Operate a chat or voice bot that responds to human conversation.
@@ -33,29 +33,30 @@ This section summarizes features for integrating AI into Azure Communication mes
3333

3434
### Direct Integrations
3535

36-
- **[Advanced message analysis](../concepts/advanced-messaging/message-analysis/message-analysis.md)** The Azure Communication Services messaging APIs for WhatsApp provide a built-in integration with Azure OpenAI that analyzes and annotates messages. This integration can detect the user's language, recognize their intent, and extract key phrases.
37-
- **[Azure Bot Service: Chat channel integration](../quickstarts/chat/quickstart-botframework-integration.md)** - The Azure Communication Services chat system is directly integrated with Azure Bot Service. This integration simplifies creating chat bots that engage with human users.
36+
- **[Advanced message analysis](../concepts/advanced-messaging/message-analysis/message-analysis.md)**: The Azure Communication Services messaging APIs for WhatsApp provide a built-in integration with Azure OpenAI that analyzes and annotates messages. This integration can detect the user's language, recognize their intent, and extract key phrases.
37+
- **[Azure Bot Service: Chat channel integration](../quickstarts/chat/quickstart-botframework-integration.md)**: The Azure Communication Services chat system is directly integrated with Azure Bot Service. This integration simplifies creating chat bots that engage with human users.
3838

3939
### Accessors
4040
All Azure Communication Services messaging capabilities are accessible through REST APIs, server-oriented SDKs, and Event Grid notifications. You can use these SDKs to export content to an external datastore and attach a language model to summarize conversations. Or you can use the SDKs to integrate a bot that directly engages with human users. For example, this [GitHub sample](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/chat-nlp-analysis) shows how Azure Communication Services APIs for chat can be accessed through REST APIs and then analyzed by Azure OpenAI.
4141

4242
## Voice, video, and telephony
4343

44-
This section summarizes features for integrating AI into Azure Communication voice and video calling.
44+
This section summarizes features for integrating AI into Azure Communication voice and video calling.
4545

4646
### Direct Integrations
4747

48-
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)**- Azure Communication Services has simple APIs for [synthesizing](../concepts/call-automation/play-action.md) and [recognizing](../concepts/call-automation/recognize-action.md) speech. The most common scenario for these APIs is implementing voice bots, which is sometimes called interactive voice response (IVR).
49-
- **[Microsoft Copilot Studio](/microsoft-copilot-studio/voice-overview)** - Copilot Studio is directly integrated with Azure Communication Services telephony. This integration is designed for voice bots and IVR.
50-
- **[Client captions](../concepts/voice-video-calling/closed-captions.md)** The Calling client SDK provides APIs for real-time closed captions, optimized for accessibility.
51-
- **[Copilot in the Azure portal](/azure/communication-services/concepts/voice-video-calling/call-diagnostics#copilot-in-azure-for-call-diagnostics)** - You can use Copilot in the Azure portal to ask questions about Azure Communication Services. Copilot uses Azure technical documentation to answer your questions and is best used for asking questions about error codes and API behavior.
52-
- **[Client background effects](../quickstarts/voice-video-calling/get-started-video-effects.md?pivots=platform-web)** - The Calling client SDKs provide APIs for blurring or replacing a user's background.
53-
- **[Client noise enhancement and effects](../tutorials/audio-quality-enhancements/add-noise-supression.md?pivots=platform-web)** - The Calling client SDK integrates a [DeepVQE](https://arxiv.org/abs/2306.03177) machine learning model to improve audio quality through echo cancellation and background noise suppression. This transformation is toggled on and off by using the client SDK.
48+
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)**: Azure Communication Services has simple APIs for [synthesizing](../concepts/call-automation/play-action.md) and [recognizing](../concepts/call-automation/recognize-action.md) speech. The most common scenario for these APIs is implementing voice bots, which is sometimes called interactive voice response (IVR).
49+
- **[Microsoft Copilot Studio](/microsoft-copilot-studio/voice-overview)**: Copilot Studio is directly integrated with Azure Communication Services telephony. This integration is designed for voice bots and IVR.
50+
- **[Client captions](../concepts/voice-video-calling/closed-captions.md)**: The Calling client SDK provides APIs for real-time closed captions, optimized for accessibility.
51+
- **[Copilot in the Azure portal](/azure/communication-services/concepts/voice-video-calling/call-diagnostics#copilot-in-azure-for-call-diagnostics)**: You can use Copilot in the Azure portal to ask questions about Azure Communication Services. Copilot uses Azure technical documentation to answer your questions and is best used for asking questions about error codes and API behavior.
52+
- **[Client background effects](../quickstarts/voice-video-calling/get-started-video-effects.md?pivots=platform-web)**: The Calling client SDKs provide APIs for blurring or replacing a user's background.
53+
- **[Client noise enhancement and effects](../tutorials/audio-quality-enhancements/add-noise-supression.md?pivots=platform-web)**: The Calling client SDK integrates a [DeepVQE](https://arxiv.org/abs/2306.03177) machine learning model to improve audio quality through echo cancellation and background noise suppression. This transformation is toggled on and off by using the client SDK.
5454

5555
### Accessors
5656
Similar to Azure Communication Services messaging, there are REST APIs for many voice and video calling features. However the real-time nature of calling requires closed source SDKs and more complex APIs such as websocket streaming.
5757

58-
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)** - Services and AI applications use Call Automation REST APIs to answer, route, and manage all types of Azure voice and video calls.
59-
- **[Service-to-service audio streaming](../concepts/call-automation/audio-streaming-concept.md)** - AI applications use Azure's service-to-service WebSockets API to stream audio data. This works in both directions, your AI can listen to a call, and speak.
60-
- **[Service-to-service real-time transcription](../concepts/call-automation/real-time-transcription.md)** - AI applications use Azure's service-to-service WebSockets API to stream a real-time, Azure-generated transcription. Compared to audio or video content, transcript data is often easier for AI models to reason upon.
61-
- **[Client raw audio and video](../concepts/voice-video-calling/media-access.md)** - The Calling client SDK provides APIs for accessing and modifying the raw audio and video feed. An example scenario is taking the video feed, using computer vision to distinguish the human speaker from their background, and customizing that background.
58+
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)**: Services and AI applications use Call Automation REST APIs to answer, route, and manage all types of Azure voice and video calls.
59+
- **[Service-to-service audio streaming](../concepts/call-automation/audio-streaming-concept.md)**: AI applications use Azure's service-to-service WebSockets API to stream audio data. This works in both directions, your AI can listen to a call, and speak.
60+
- **[Service-to-service real-time transcription](../concepts/call-automation/real-time-transcription.md)**: AI applications use Azure's service-to-service WebSockets API to stream a real-time, Azure-generated transcription. Compared to audio or video content, transcript data is often easier for AI models to reason upon.
61+
- **[Call recording](../concepts/voice-video-calling/call-recording.md)**: You can record Azure calls in your own datastore and then direct AI services to process that content.
62+
- **[Client raw audio and video](../concepts/voice-video-calling/media-access.md)**: The Calling client SDK provides APIs for accessing and modifying the raw audio and video feed. An example scenario is taking the video feed, using computer vision to distinguish the human speaker from their background, and customizing that background.

articles/communication-services/concepts/numbers/phone-number-management-for-canada.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ More details on eligible subscription types are as follows:
5656
|Puerto Rico|
5757
|Spain|
5858
|Sweden|
59+
|Switzerland|
5960
|United Kingdom|
6061
|United States|
6162

articles/communication-services/concepts/numbers/phone-number-management-for-germany.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ More details on eligible subscription types are as follows:
5353
|Japan|
5454
|Netherlands|
5555
|Spain|
56+
|Switzerland|
5657
|United Kingdom|
5758
|United States|
5859

articles/communication-services/concepts/numbers/phone-number-management-for-spain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ More details on eligible subscription types are as follows:
5353
|Japan|
5454
|Netherlands|
5555
|Spain|
56+
|Switzerland|
5657
|United Kingdom|
5758
|United States|
5859

articles/communication-services/concepts/numbers/phone-number-management-for-united-states.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ More details on eligible subscription types are as follows:
6060
|Puerto Rico|
6161
|Spain|
6262
|Sweden|
63+
|Switzerland|
6364
|United Kingdom|
6465
|United States|
6566

articles/defender-for-iot/organizations/configure-sensor-settings-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Select **Add VLAN** to add more VLANs as needed.
187187

188188
### Public addresses
189189

190-
Add public addresses that might have been used for internal use and shouldn't be included as suspicious IP addresses or tracking the data.
190+
Add the public addresses of internal devices into this configuration to ensure that the sensor includes them in the inventory and doesn't treat them as internal communication.
191191

192192
1. In the **Settings** tab, type the **IP address** and **Mask** address.
193193

articles/defender-for-iot/organizations/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We now support the OCPI protocol. See [the updated protocol list](concept-suppor
5959

6060
### New sensor setting type Public addresses
6161

62-
We're adding the **Public addresses** type to the sensor settings, that allows you to exclude public IP addresses that might have been used for internal use and shouldn't be tracked. For more information, see [add sensor settings](configure-sensor-settings-portal.md#add-sensor-settings).
62+
We're adding the **Public addresses** type to the sensor settings that allows you to register the public addresses of internal devices and ensure that the sensor doesn't treat them as internal communication. For more information, see [add sensor settings](configure-sensor-settings-portal.md#add-sensor-settings).
6363

6464
### Improved OT sensor onboarding
6565

0 commit comments

Comments
 (0)