You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/includes/connect-domain-js.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.custom: mode-other
17
17
- An Azure Email Communication Services Resource ready to provision domains. [Get started creating an Email Communication Resource](../create-email-communication-resource.md).
18
18
- 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.
19
19
- 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`.
21
21
22
22
## Install the required packages
23
23
@@ -50,7 +50,7 @@ Format the linked domain resource ID as follows:
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.
54
54
55
55
Once these values are populated, run the sample code.
56
56
@@ -74,7 +74,7 @@ const result = await client.communicationServices.beginCreateOrUpdateAndWait(
74
74
75
75
Replace the `<resource-group-name>`, and `<azure-communication-services-resource-name>` in the sample code.
76
76
77
-
Once these values are populated run the sample code.
77
+
Once these values are populated, run the sample code.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/includes/connect-domain-rest.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ ms.custom: mode-other
22
22
23
23
Replace the `{subscription-id}`, `{resource-group-name}`, `{communication-services-resource-name}`, and `{linked-domain-resource-id}` in the sample request.
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.
32
32
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.
0 commit comments