Skip to content

Commit 64d705f

Browse files
committed
Acrolinx
Acrolinx fixes.
1 parent 0ceb3ae commit 64d705f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/communication-services/quickstarts/email/includes/connect-domain-js.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: mode-other
1717
- An Azure Email Communication Services Resource ready to provision domains. [Get started creating an Email Communication Resource](../create-email-communication-resource.md).
1818
- An [Azure Managed Domain](../add-azure-managed-domains.md) or [Custom Domain](../add-custom-verified-domains.md) provisioned and ready to send emails. This domain must be fully verified before attempting to link it to the Communication Service resource.
1919
- An Azure Communication Services Resource. [Create a Communication Services Resources](../../create-communication-resource.md).
20-
- We're using a [service principal for authentication](/entra/identity-platform/howto-create-service-principal-portal). Set the values of the client ID, tenant ID and client secret of the Microsoft Entra application as the following environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_CLIENT_SECRET`.
20+
- We're using a [service principal for authentication](/entra/identity-platform/howto-create-service-principal-portal). Set the values of the client ID, tenant ID, and client secret of the Microsoft Entra application as the following environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_CLIENT_SECRET`.
2121

2222
## Install the required packages
2323

@@ -50,7 +50,7 @@ Format the linked domain resource ID as follows:
5050
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Communication/emailServices/<email-service-name>/domains/<domain-name>
5151
```
5252

53-
If you are using an Azure Managed Domain, the `domain-name` is "AzureManagedDomain". The `email-service-name` should be the same email service that you used to provision the domain.
53+
If you're using an Azure Managed Domain, the `domain-name` is "AzureManagedDomain". The `email-service-name` should be the same email service that you used to provision the domain.
5454

5555
Once these values are populated, run the sample code.
5656

@@ -74,7 +74,7 @@ const result = await client.communicationServices.beginCreateOrUpdateAndWait(
7474

7575
Replace the `<resource-group-name>`, and `<azure-communication-services-resource-name>` in the sample code.
7676

77-
Once these values are populated run the sample code.
77+
Once these values are populated, run the sample code.
7878

7979
```javascript
8080
const parameters = {

articles/communication-services/quickstarts/email/includes/connect-domain-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ ms.custom: mode-other
2222

2323
Replace the `{subscription-id}`, `{resource-group-name}`, `{communication-services-resource-name}`, and `{linked-domain-resource-id}` in the sample request.
2424

25-
Format the linked domain resource ID as follows:
25+
Format the linked domain resource ID as follows:
2626

2727
```
2828
/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Communication/emailServices/{email-service-name}/domains/{domain-name}
2929
```
3030

31-
If you are using an Azure Managed Domain, the `domain-name` is "AzureManagedDomain". The `email-service-name` should be the same email service that you used to provision the domain.
31+
If you're using an Azure Managed Domain, the `domain-name` is "AzureManagedDomain". The `email-service-name` should be the same email service that you used to provision the domain.
3232

33-
Once these values are populated make a PATCH request using the following Request URL and body.
33+
Once these values are populated, make a PATCH request using the following Request URL and body.
3434

3535
```
3636
https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Communication/CommunicationServices/{communication-services-resource-name}?api-version=2023-03-31

0 commit comments

Comments
 (0)