Skip to content

Commit 6750ff5

Browse files
Merge pull request #250528 from JasonWHowell/fixes5
Bulk fix absolute link suggestions
2 parents 03956f7 + 7a31634 commit 6750ff5

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

articles/communication-services/concepts/analytics/insights/sms-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this document, we outline the available insights dashboard to monitor SMS log
1717

1818
## Overview
1919

20-
The SMS Insights dashboard in your communication resource shows data visualizations based on the logs and metrics for your SMS usage. It's powered by Azure Monitor logs and metrics that are collected and stored. [Azure Monitor Workbooks](https://learn.microsoft.com/azure/azure-monitor/visualize/workbooks-overview) are used to create the data visualization. To enable Azure Monitor collection to populate the SMS Insights dashboard see [Enable Azure Monitor in Diagnostic Settings](https://learn.microsoft.com/azure/communication-services/concepts/analytics/enable-logging). Ensure that logs are sent to a [Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-overview).
20+
The SMS Insights dashboard in your communication resource shows data visualizations based on the logs and metrics for your SMS usage. It's powered by Azure Monitor logs and metrics that are collected and stored. [Azure Monitor Workbooks](/azure/azure-monitor/visualize/workbooks-overview) are used to create the data visualization. To enable Azure Monitor collection to populate the SMS Insights dashboard see [Enable Azure Monitor in Diagnostic Settings](/azure/communication-services/concepts/analytics/enable-logging). Ensure that logs are sent to a [Log Analytics workspace](/azure/azure-monitor/logs/log-analytics-overview).
2121

2222
:::image type="content" source="..\media\workbooks\sms-insights\sms-insights-overview-full.png" alt-text="Screenshot of SMS insights overview page.":::
2323

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Azure Communication Services Calling SDK supports the following streaming co
9595
| **Maximum # of outgoing local streams that can be sent simultaneously** | 1 video and 1 screen sharing | 1 video + 1 screen sharing |
9696
| **Maximum # of incoming remote streams that can be rendered simultaneously** | 9 videos + 1 screen sharing WebSDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24) or greater | 6 videos + 1 screen sharing |
9797

98-
While the Calling SDK don't enforce these limits, your users may experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](https://learn.microsoft.com/azure/communication-services/how-tos/calling-sdk/manage-video?branch=main&branchFallbackFrom=pr-en-us-249591&pivots=platform-web#remote-video-quality) to determine how many current incoming video streams your web environment can support.
98+
While the Calling SDK don't enforce these limits, your users may experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](/azure/communication-services/how-tos/calling-sdk/manage-video?branch=main&branchFallbackFrom=pr-en-us-249591&pivots=platform-web#remote-video-quality) to determine how many current incoming video streams your web environment can support.
9999

100100
## Calling SDK timeouts
101101

articles/communication-services/concepts/voice-video-calling/manage-call-quality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following sections detail the tools to implement at different phases of a ca
7979
<!-- This is not possible yet ... ~~You could also
8080
have callers with poor network conditions join from [PSTN (Public
8181
Switched Telephone Network) voice
82-
calling](https://learn.microsoft.com/en-us/azure/communication-services/concepts/telephony/telephony-concept).~~ -->
82+
calling](/en-us/azure/communication-services/concepts/telephony/telephony-concept).~~ -->
8383

8484

8585
<!-- TODO need to add a Permissions section. - filippos for input
@@ -116,7 +116,7 @@ Maybe you want to build your own Network Diagnostic Tool or to perform a deeper
116116
<!-- - ~~If a user has a poor network connection, you can instruct them to
117117
join their audio from [PSTN (Public Switched Telephone Network)
118118
voice
119-
calling](https://learn.microsoft.com/en-us/azure/communication-services/concepts/telephony/telephony-concept)
119+
calling](/en-us/azure/communication-services/concepts/telephony/telephony-concept)
120120
before they join.~~ -->
121121

122122
- For example, if a user's hardware test has an issue, you can notify the users

articles/communication-services/quickstarts/router/get-started-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get started with Azure Communication Services Job Router by setting up your clie
4040
::: zone-end
4141

4242
## Next Steps
43-
Explore Job Router How-To's [tutorials](https://learn.microsoft.com/azure/communication-services/concepts/router/concepts#check-out-our-how-to-guides)
43+
Explore Job Router How-To's [tutorials](/azure/communication-services/concepts/router/concepts#check-out-our-how-to-guides)
4444

4545
<!-- LINKS -->
4646
[subscribe_events]: ../../how-tos/router-sdk/subscribe-events.md

articles/communication-services/quickstarts/voice-video-calling/includes/get-started/get-started-unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are two ways to install the Azure Communication Calling SDK for Unity.
4040

4141
1. Download the [SDK](https://dev.azure.com/aipmr/MixedReality-Unity-Packages/_artifacts/feed/Unity-packages/Npm/com.azure.communication.calling/overview/1.0.0-beta.1) from the public npm feed and import it in Unity Editor's package manager, found under the Windows tab.
4242

43-
2. Download the [Mixed Reality Feature Tool](https://learn.microsoft.com/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool) from Microsoft and install it via the mixed reality tool manager.
43+
2. Download the [Mixed Reality Feature Tool](/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool) from Microsoft and install it via the mixed reality tool manager.
4444

4545

4646
#### Set up the app framework

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-unity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two ways to install the Azure Communication Calling SDK for Unity.
3838

3939
1. Download the [SDK](https://dev.azure.com/aipmr/MixedReality-Unity-Packages/_artifacts/feed/Unity-packages/Npm/com.azure.communication.calling/overview/1.0.0-beta.1) from the public npm feed and import it in Unity Editor's package manager, found under the Windows tab.
4040

41-
2. Download the [Mixed Reality Feature Tool](https://learn.microsoft.com/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool) from Microsoft and install it via the mixed reality tool manager.
41+
2. Download the [Mixed Reality Feature Tool](/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool) from Microsoft and install it via the mixed reality tool manager.
4242

4343

4444
#### Set up the app framework
@@ -1946,7 +1946,7 @@ The next table listed the classes and interfaces handle some of the major featur
19461946
| `CallAgent` | The `CallAgent` is used to start and manage calls. |
19471947
| `Call` | The `CommunicationCall` is used to manage an ongoing call. |
19481948
| `CallTokenCredential` | The `CallTokenCredential` is used as the token credential to instantiate the `CallAgent`.|
1949-
|` CallIdentifier` | The `CallIdentifier` is used to represent the identity of the user, which can be one of the following options: `UserCallIdentifier`, `PhoneNumberCallIdentifier` etc. |
1949+
| `CallIdentifier` | The `CallIdentifier` is used to represent the identity of the user, which can be one of the following options: `UserCallIdentifier`, `PhoneNumberCallIdentifier` etc. |
19501950

19511951
### Authenticate the client
19521952

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ For more information on user IDs (identity) check the [User Access Tokens](../..
639639
To complete this tutorial, you need the following prerequisites:
640640

641641
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
642-
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.2 preview 2](https://learn.microsoft.com/windows/apps/windows-app-sdk/preview-channel#version-12-preview-2-120-preview2).
643-
- Basic understanding of how to create a WinUI 3 app. [Create your first WinUI 3 (Windows App SDK) project](https://learn.microsoft.com/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-packaged-csharp) is a good resource to start with.
642+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Windows App SDK version 1.2 preview 2](/windows/apps/windows-app-sdk/preview-channel#version-12-preview-2-120-preview2).
643+
- Basic understanding of how to create a WinUI 3 app. [Create your first WinUI 3 (Windows App SDK) project](/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-packaged-csharp) is a good resource to start with.
644644
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md). You need to **record your connection string** for this quickstart.
645645
- A [User Access Token](../../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
646646

articles/communication-services/samples/includes/android-calling-hero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Find the project for this sample on [GitHub](https://github.com/Azure-Samples/co
2020

2121
## Overview
2222

23-
The sample is a native Android application that uses the [Azure Communication Services Android UI client library](https://learn.microsoft.com/azure/communication-services/quickstarts/ui-library/get-started-composites?tabs=kotlin&pivots=platform-android) to build a calling experience that features both voice and video calling. The application uses a server-side component to provision access tokens that are then used to initialize the Azure Communication Services SDK. To configure this server-side component, feel free to follow the [Trusted Service with Azure Functions](../../tutorials/trusted-service-tutorial.md) tutorial.
23+
The sample is a native Android application that uses the [Azure Communication Services Android UI client library](/azure/communication-services/quickstarts/ui-library/get-started-composites?tabs=kotlin&pivots=platform-android) to build a calling experience that features both voice and video calling. The application uses a server-side component to provision access tokens that are then used to initialize the Azure Communication Services SDK. To configure this server-side component, feel free to follow the [Trusted Service with Azure Functions](../../tutorials/trusted-service-tutorial.md) tutorial.
2424

2525
Here's what the sample looks like:
2626

articles/communication-services/samples/includes/ui-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Refer to the native [UI Library overview](../../concepts/ui-library/ui-library-o
2626

2727
### Prerequisites
2828

29-
- Visual Studio [Setup Instructions](https://learn.microsoft.com/dotnet/maui/get-started/installation)
29+
- Visual Studio [Setup Instructions](/dotnet/maui/get-started/installation)
3030
- An Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3131
- iOS [Requirements](https://github.com/Azure/communication-ui-library-ios#requirements)
3232
- Android [Requirements](https://github.com/Azure/communication-ui-library-android#prerequisites)

articles/communication-services/tutorials/integrate-azure-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Open the link in a browser. The result will be similar to this example:
7878

7979
## Troubleshooting guide
8080
1. If the Azure Function extension failed to deploy the local function to the Azure cloud, it's likely due to the version of Visual Studio Code and the Azure Function extension being used having a bug. This version combination has been tested to work: Visual Studio Code version `1.68.1` and Azure Function extension version `1.2.1`.
81-
2. The place to initialize application constants is tricky but important. Double check the [chat Android quick-start](https://learn.microsoft.com/azure/communication-services/quickstarts/chat/get-started). More specifically, the highlight note in the section "Set up application constants", and compare with the sample app of the version you are consuming.
81+
2. The place to initialize application constants is tricky but important. Double check the [chat Android quick-start](/azure/communication-services/quickstarts/chat/get-started). More specifically, the highlight note in the section "Set up application constants", and compare with the sample app of the version you are consuming.
8282

8383
## (Optional) secure the Azure Function endpoint
8484
For demonstration purposes, this sample uses a publicly accessible endpoint by default to fetch an Azure Communication Services token. For production scenarios, one option is to use your own secured endpoint to provision your own tokens.

0 commit comments

Comments
 (0)