Skip to content

Commit c2c2c39

Browse files
authored
Merge pull request #212698 from danielledennis/patch-1
Update deploying-the-defender-easm-azure-resource.md
2 parents 2f44c04 + bdd363d commit c2c2c39

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

articles/external-attack-surface-management/deploying-the-defender-easm-azure-resource.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
---
2-
title: Deploying the Defender EASM Azure resource
3-
description: This article explains how to deploy the Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure Portal.
2+
title: Creating a Defender EASM Azure resource
3+
description: This article explains how to create an Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure portal.
44
author: danielledennis
55
ms.author: dandennis
66
ms.service: security
77
ms.date: 07/14/2022
88
ms.topic: quickstart
9+
ms.custom: references_regions 
910
---
1011

11-
# Deploying the Defender EASM Azure resource
12+
# Creating a Defender EASM Azure resource
1213

13-
This article explains how to deploy the Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure Portal.
14+
This article explains how to create a Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure portal.
1415

15-
Deploying the EASM Azure resource involves two steps:
16+
Creating the EASM Azure resource involves two steps:
1617

1718
- Create a resource group
18-
- Deploy the EASM resource to the resource group
19+
- Create an EASM resource in the resource group
1920

2021
## Prerequisites
2122

22-
Before you create a Defender EASM resource group, we recommend that you are familiar with how to access and use the [Microsoft Azure Portal](https://ms.portal.azure.com/) and read the [Defender EASM Overview article](index.md) for key context on the product. You will need:
23+
Before you create a Defender EASM resource group, we recommend that you are familiar with how to access and use the [Microsoft Azure portal](https://ms.portal.azure.com/) and read the [Defender EASM Overview article](index.md) for key context on the product. You will need:
2324

24-
- A valid Azure subscription or free Defender EASM trial account. If you don’t have an [Azure subscription](/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing), create an free Azure account before you begin.
25+
- A valid Azure subscription or free Defender EASM trial account. If you don’t have an [Azure subscription](/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing), create a free Azure account before you begin.
2526

2627
- Your Azure account must have a contributor role assigned for you to create a resource. To get this role assigned to your account, follow the steps in the [Assign roles](/azure/role-based-access-control/role-assignments-steps) documentation, or contact your administrator.
2728

29+
2830
## Create a resource group
2931

3032
1. To create a new resource group, first select **Resource groups** in the Azure portal.
@@ -39,7 +41,14 @@ Before you create a Defender EASM resource group, we recommend that you are fami
3941

4042
- **Subscription**: Select an Azure subscription.
4143
- **Resource Group**: Give the resource group a name.
42-
- **Region**: Specify an Azure location. This location is where the resource group stores metadata about the resource. For compliance reasons, you may want to specify where that metadata is stored. In general, we recommend that you specify a location where most of your resources will be. Using the same location can simplify your template.
44+
- **Region**: Specify an Azure location. This location is where the resource group stores metadata about the resource. For compliance reasons, you may want to specify where that metadata is stored. In general, we recommend that you specify a location where most of your resources will be. Using the same location can simplify your template. The following regions are supported:
45+
46+
- southcentralus
47+
- eastus, australiaeast
48+
- westus3
49+
- swedencentral
50+
- eastasia
51+
- japaneast
4352

4453
![Screenshot of create resource group basics tab](media/QuickStart-3.png)
4554

@@ -49,11 +58,11 @@ Before you create a Defender EASM resource group, we recommend that you are fami
4958

5059
6. Select **Refresh** to view the new resource group in the list.
5160

52-
## Deploy resources to a resource group
61+
## Create resources in a resource group
5362

54-
After you create a resource group, you can deploy resources to the group from the Marketplace. The Marketplace provides all services and pre-defined solutions available in Azure.
63+
After you create a resource group, you can create EASM resources within the group by searching for EASM within the Azure portal.
5564

56-
1. To start a deployment, select “Create a resource” in the Azure portal.
65+
1. Select “Create a resource” in the Azure portal.
5766

5867
![Screenshot of “create resource” option highlighted from Azure home page](media/QuickStart-4.png)
5968

@@ -68,17 +77,24 @@ After you create a resource group, you can deploy resources to the group from th
6877
- **Subscription**: Select an Azure subscription.
6978
- **Resource Group**: Select the Resource Group created in the earlier step, or you can create a new one as part of the process of creating this resource.
7079
- **Name**: give the Defender EASM workspace a name.
71-
- **Region**: Select an Azure location.
80+
- **Region**: Select an Azure location. The following regions are supported:
81+
82+
- southcentralus
83+
- eastus, australiaeast
84+
- westus3
85+
- swedencentral
86+
- eastasia
87+
- japaneast
7288

7389
![Screenshot of create EASM resource basics tab](media/QuickStart-6.png)
7490

7591
5. Select **Review + Create**.
7692

7793
6. Review the values, and then select **Create**.
7894

79-
7. Select **Refresh** to see the status of the deployment and once finished you can go to the Resource to get started.
95+
7. Select **Refresh** to see the status of the resource creation. Once finished, you can go to the Resource to get started.
8096

8197
## Next steps
8298

8399
- [Using and managing discovery](using-and-managing-discovery.md)
84-
- [Understanding dashboards](understanding-dashboards.md)
100+
- [Understanding dashboards](understanding-dashboards.md)

0 commit comments

Comments
 (0)