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/samples/email-resource-management.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Email Resource Management - Automating the creation and management of Communication and Email Services with custom domains
3
3
titleSuffix: An Azure Communication Services Automation Sample
4
-
description: Learn how to automate the creation of Communication Services, Email Communication Services, custom domain management, DNS record configuration, and domain verification.
4
+
description: Learn how to automate the creation of Communication Services and Email Communication Services. You will also manage custom domains, configure DNS records, and verify domains.
5
5
author: Deepika0530
6
6
manager: komivi.agbakpem
7
7
services: azure-communication-services
@@ -15,9 +15,9 @@ ms.subservice: email
15
15
16
16
# Email Resource Management: Automating end to end resource creation
17
17
18
-
Get started with Azure PowerShell to automate the creation of Azure Communication Services (ACS), Email Communication Services (ECS), manage custom domains, configure DNS records, verify domains and domain linking to communication resource.
18
+
Get started with Azure PowerShell to automate the creation of Azure Communication Services (ACS), Email Communication Services (ECS), manage custom domains, configure DNS records, verify domains, and domain linking to communication resource.
19
19
20
-
In this sample, we'll cover off what this sample does and what you need as pre-requisites before we run this sample locally on your machine.
20
+
In this sample, we cover what the sample does and the prerequisites you need before running it locally on your machine.
21
21
22
22
This documentation provides a detailed guide on using Azure PowerShell to automate the creation of Azure Communication Services (ACS) and Email Communication Services (ECS). It also covers the process of managing custom domains, configuring DNS records (such as Domain, SPF, DKIM, DKIM2), verifying domains and domain linking to communication resource.
23
23
@@ -29,11 +29,11 @@ This documentation provides a detailed guide on using Azure PowerShell to automa
29
29
30
30
### Prerequisite check
31
31
32
-
- In a command prompt, run the `powershell -command $PSVersionTable.PSVersion` command to check whether the powershell is installed or not.
32
+
- In a command prompt, run the `powershell -command $PSVersionTable.PSVersion` command to check whether the PowerShell is installed or not.
33
33
34
34
## Initialize all the Parameters
35
35
36
-
Before proceeding, define the variables needed for setting up the ACS, ECS and domains, along with DNS configuration for the domains. Modify these variables based on your environment:
36
+
Before proceeding, define the variables needed for setting up the ACS, ECS, and domains, along with DNS configuration for the domains. Modify these variables based on your environment:
37
37
38
38
```azurepowershell-interactive
39
39
# Parameters for configuration
@@ -65,7 +65,7 @@ $domains = @(
65
65
66
66
## Connect to Azure Account
67
67
68
-
Before performing any actions with Azure resources, authenticate using the `Connect-AzAccount` cmdlet. This allows you to login and authenticate your Azure account for further tasks:
68
+
Before performing any actions with Azure resources, authenticate using the `Connect-AzAccount` cmdlet. This process allows you to login and authenticate your Azure account for further tasks:
69
69
70
70
```azurepowershell-interactive
71
71
# Attempt to authenticate the Azure session using the Connect-AzAccount cmdlet
@@ -137,7 +137,7 @@ Automate domain creation, configuration, and DNS record setup (including Domain,
137
137
> The maximum limit for domain creation is 800 per Email Communication Service.
138
138
139
139
> [!NOTE]
140
-
> We are working with five predefined domains, for which DNS records will be added and configured.
140
+
> In our code, we work with five predefined domains, for which DNS records are added and configured.
141
141
142
142
```azurepowershell-interactive
143
143
# Loop through each domain in the predefined list of domains to create and configure them
If you have any phone numbers assigned to your resource upon resource deletion, the phone numbers are automatically released from your resource at the same time.
686
686
687
687
> [!NOTE]
688
-
> Resource deletion is **permanent** and no data, including event grid filters, phone numbers, or other data tied to your resource, can be recovered if you delete the resource.
688
+
> Resource deletion is **permanent** and no data, including Event Grid filters, phone numbers, or other data tied to your resource, can be recovered if you delete the resource.
0 commit comments