Skip to content

Commit 9dfbccf

Browse files
committed
Fixing acrolinx issues
1 parent debdc29 commit 9dfbccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/email/includes/connect-domain-net.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

@@ -51,7 +51,7 @@ The linked domain resource ID should be in the following format.
5151
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Communication/emailServices/<email-service-name>/domains/<domain-name>
5252
```
5353

54-
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.
54+
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.
5555

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

@@ -73,7 +73,7 @@ CommunicationServiceResource result = await communicationServiceResource.UpdateA
7373

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

76-
Once these values are populated run the sample code.
76+
Once these values are populated, run the sample code.
7777

7878
```csharp
7979
ResourceIdentifier communicationServiceResourceId = CommunicationServiceResource.CreateResourceIdentifier("<subscription-id>", "<resource-group-name>", "<azure-communication-services-resource-name>");

0 commit comments

Comments
 (0)