Skip to content

Commit 7d64707

Browse files
committed
Updated Acrolinx and removed "email-resource-management-powershell" file
1 parent 8c9d409 commit 7d64707

File tree

2 files changed

+8
-666
lines changed

2 files changed

+8
-666
lines changed

articles/communication-services/samples/email-resource-management.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Email Resource Management - Automating the creation and management of Communication and Email Services with custom domains
33
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.
55
author: Deepika0530
66
manager: komivi.agbakpem
77
services: azure-communication-services
@@ -15,9 +15,9 @@ ms.subservice: email
1515

1616
# Email Resource Management: Automating end to end resource creation
1717

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.
1919

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.
2121

2222
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.
2323

@@ -29,11 +29,11 @@ This documentation provides a detailed guide on using Azure PowerShell to automa
2929

3030
### Prerequisite check
3131

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.
3333

3434
## Initialize all the Parameters
3535

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:
3737

3838
```azurepowershell-interactive
3939
# Parameters for configuration
@@ -65,7 +65,7 @@ $domains = @(
6565

6666
## Connect to Azure Account
6767

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:
6969

7070
```azurepowershell-interactive
7171
# 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,
137137
> The maximum limit for domain creation is 800 per Email Communication Service.
138138
139139
> [!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.
141141
142142
```azurepowershell-interactive
143143
# Loop through each domain in the predefined list of domains to create and configure them
@@ -685,4 +685,4 @@ PS C:\> Remove-AzEmailServiceDomain -Name contoso.com -EmailServiceName ContosoE
685685
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.
686686

687687
> [!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

Comments
 (0)