Skip to content

Commit ba323be

Browse files
committed
Spelling Fixes
1 parent acdfe9b commit ba323be

37 files changed

+52
-52
lines changed

articles/communication-services/concepts/analytics/logs/email-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ By tracking these logs, you can ensure full visibility into your email delivery
108108
| `Category` | The log category of the event. The category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. |
109109
| `CorrelationID` | The ID for correlated events. Can be used to identify correlated events between multiple tables. For all Email operational logs, the CorrelationId is mapped to the MessageId, which is returned from a successful SendMail request. |
110110
| `RecipientId` | The email address for the targeted recipient. It is only present for recipient-level events. If this is a message-level event, the property will be empty. |
111-
| `DeliveryStatus` | The terminal status of the message. Possible valuse for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible valuse for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`. |
111+
| `DeliveryStatus` | The terminal status of the message. Possible values for message-level event are: `Dropped`, `OutForDelivery`, `Queued`. Possible values for a recipient-level event are: `Delivered`, `Expanded`, `Failed`, `Quarantined`, `FilteredSpam`, `Suppressed`, `Bounced`. |
112112
| `SmtpStatusCode` | SMTP status code returned from the recipient email server in response to a send mail request.
113113
| `EnhancedSmtpStatusCode` | Enhanced SMTP status code returned from the recipient email server.
114114
| `SenderDomain` | The domain portion of the SenderAddress used in sending emails.

articles/communication-services/concepts/analytics/logs/voice-and-video-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The call summary log contains data to help you identify key properties of all ca
8484
| `osVersion` | A string representing the operating system and version of each endpoint device. |
8585
| `participantTenantId` | The ID of the Microsoft tenant associated with the identity of the participant. The tenant can either be the Azure tenant that owns the Azure Communication Services resource or the Microsoft tenant of a Microsoft 365 identity. This field is used to guide cross-tenant redaction. |
8686
| `participantType` | Description of the participant as a combination of its client (Azure Communication Services or Teams), and its identity (Azure Communication Services or Microsoft 365). Possible values include: Azure Communication Services (Azure Communication Services identity and Azure Communication Services SDK), Teams (Teams identity and Teams client), Azure Communication Services as Teams external user (Azure Communication Services identity and Azure Communication Services SDK in Teams call or meeting), Azure Communication Services as Microsoft 365 user (Microsoft 365 identity and Azure Communication Services client), and Teams Voice Apps. |
87-
| `pstnPartcipantCallType` | Represents the type and direction of PSTN participants including Emergency calling, direct routing, transfer, forwarding, and so on. |
87+
| `pstnParticipantCallType` | Represents the type and direction of PSTN participants including Emergency calling, direct routing, transfer, forwarding, and so on. |
8888
| `ParticipantEndSubCode `| Represents the Calling SDK error subcode that the SDK emits (when relevant) for each `participantId` value. |
8989
| `ResultCategory `| Represents the category of the participant ending the call. It can be one of these 4 values: Success, ExpectedError, UnexpectedClientError, UnexpectedServerError. |
9090

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You'll need to connect your Azure Communication Services resource with the Azure
5151
[![Screenshot of Enable Managed Identity button.](./media/enabled-identity.png)](./media/enabled-identity.png#lightbox)
5252

5353
4. Enable system assigned identity. This action begins the creation of the identity; A pop-up notification appears notifying you that the request is being processed.
54-
[![Screen shot of enable managed identiy.](./media/enable-system-identity.png)](./media/enable-system-identity.png#lightbox)
54+
[![Screen shot of enable managed identity.](./media/enable-system-identity.png)](./media/enable-system-identity.png#lightbox)
5555

5656
5. Once the identity is enabled, you should see something similar.
5757
[![Screenshot of enabled identity.](./media/identity-saved.png)](./media/identity-saved.png#lightbox)

articles/communication-services/concepts/call-automation/real-time-transcription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Out of the box Microsoft utilizes a Universal Language Model as a base model tha
2525
### Improved customer experience
2626
Assist agents better understand customer needs and respond more quickly and accurately, leading to a better overall customer experience.
2727

28-
### Increased efficency
28+
### Increased efficiency
2929
Help agents focus on the conversation rather than note-taking, allowing them to handle more calls and improve productivity
3030

3131
### Context for agents

articles/communication-services/concepts/email-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ The following dimensions are available on the `Email Service Delivery Status Upd
4040
| MessageStatus | Terminal state of the Delivered, Failed, Suppressed. Emails are suppressed when a user sends an email to an email address that is known not to exist. Sending emails to addresses that don't exist trigger a hard bounce. |
4141
| IsHardBounce | True when a message delivery failed due to a hard bounce or if an item was suppressed due to a previous hard bounce. |
4242
| SenderDomain | The domain portion of the senders email address. |
43-
| SmtpStatusCode | Smpt error code from for failed deliveries. |
43+
| SmtpStatusCode | Smtp error code from for failed deliveries. |
4444
| EnhancedSmtpStatusCode | The EnhancedSmtpStatusCode status code will be emitted if it's available. This status code provides other details not available with the SmtpStatusCode. |
4545

4646
:::image type="content" source="./media/acs-email-delivery-status-hardbounce-metrics.png" alt-text="Screenshot showing the Email delivery status update metric - IsHardBounce.":::
4747

48-
:::image type="content" source="./media/acs-email-delivery-status-smtp-metrics.png" alt-text="Screenshot showing the Email delivery status update metric - SmptStatusCode.":::
48+
:::image type="content" source="./media/acs-email-delivery-status-smtp-metrics.png" alt-text="Screenshot showing the Email delivery status update metric - SmtpStatusCode.":::
4949

5050
### Email Service API requests
5151

articles/communication-services/concepts/includes/enable-interoperability-for-teams-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You'll be informed about the modules that will be installed, which you can confi
3737

3838
### 2. Connect to Microsoft Teams module
3939

40-
When the module is installed and ready, you can connect to the MicrosftTeams module with the following command. You'll be prompted with an interactive window to log in. The user account that you're going to use needs to have Teams administrator permissions. Otherwise, you might get an `access denied` response in the next steps.
40+
When the module is installed and ready, you can connect to the MicrosoftTeams module with the following command. You'll be prompted with an interactive window to log in. The user account that you're going to use needs to have Teams administrator permissions. Otherwise, you might get an `access denied` response in the next steps.
4141

4242
```script
4343
Connect-MicrosoftTeams

articles/communication-services/concepts/includes/identifiers/identifiers-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ else if (communicationIdentifier instanceof PhoneNumberIdentifier) {
132132
Log.i(tag, "Phone number: " + ((PhoneNumberIdentifier)communicationIdentifier).getPhoneNumber());
133133
}
134134
else if (communicationIdentifier instanceof UnknownIdentifier) {
135-
Log.i(tag, "Unkown user: " + ((UnknownIdentifier)communicationIdentifier).getId());
135+
Log.i(tag, "Unknown user: " + ((UnknownIdentifier)communicationIdentifier).getId());
136136
}
137137
else {
138138
// be careful here whether you want to throw because a new SDK version

articles/communication-services/concepts/includes/identifiers/identifiers-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ else if (communicationIdentifier instanceof PhoneNumberIdentifier) {
132132
System.out.println("Phone number: " + ((PhoneNumberIdentifier)communicationIdentifier).getPhoneNumber());
133133
}
134134
else if (communicationIdentifier instanceof UnknownIdentifier) {
135-
System.out.println("Unkown user: " + ((UnknownIdentifier)communicationIdentifier).getId());
135+
System.out.println("Unknown user: " + ((UnknownIdentifier)communicationIdentifier).getId());
136136
}
137137
else {
138138
// be careful here whether you want to throw because a new SDK version

articles/communication-services/concepts/interop/guest/teams-administration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Teams administrators can use meeting templates to control meeting settings that
8989
||Enable Watermarks|Specifies if watermarks are used for camera feeds and content that's shared on screen in the meeting.
9090
|Audio and video|Enable mic for attendees? | When off, you can unmute individual attendees as needed.
9191
||Enable camera for attendees? | When on, meeting attendees can turn on video.
92-
|Recording and transcription|Record meetings automatically| Speficy if the meeting is recorded automatically.
92+
|Recording and transcription|Record meetings automatically| Specify if the meeting is recorded automatically.
9393
||Who can record meetings?| Specifies who can record the meeting.
9494
|Roles|Notify when callers join and leave|A sound plays when someone calling in by phone joins or leaves the meeting.
9595
|Meeting engagement|Allow meeting chat| Specifies if the meeting chat is available. It can also be used to prevent chatting before and after the meeting.

articles/communication-services/concepts/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn more about [event handling in Azure Communication Services](../../event-gr
2828
## Deliver push notifications via Azure Notification Hubs
2929

3030
> [!IMPORTANT]
31-
> Azure Notification Hubs has announced that Firebase Cloud Messaging (FCM) legacy API will be deprecated in July 2024. This will affect all Azure Communiation Services Calling and Chat applications who send Android push notifications. Customers impacted will need to migrate their registrations from FCM legacy to FCM v1, and can start doing so in March 2024. For more information including migration steps, please see [Notifcation Hub documentation](../../notification-hubs/notification-hubs-gcm-to-fcm.md).
31+
> Azure Notification Hubs has announced that Firebase Cloud Messaging (FCM) legacy API will be deprecated in July 2024. This will affect all Azure Communication Services Calling and Chat applications who send Android push notifications. Customers impacted will need to migrate their registrations from FCM legacy to FCM v1, and can start doing so in March 2024. For more information including migration steps, please see [Notification Hub documentation](../../notification-hubs/notification-hubs-gcm-to-fcm.md).
3232
3333
You can connect an Azure Notification Hub to your Communication Services resource in order to automatically send push notifications to a user's mobile device when they receive an incoming call or to notify them about missed chat activity. You should use these push notifications to wake up your application from the background and display UI that lets the user accept or decline the call or read the newly received chat message.
3434

0 commit comments

Comments
 (0)