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/external-attack-surface-management/deploying-the-defender-easm-azure-resource.md
+28-13Lines changed: 28 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
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.
4
4
author: danielledennis
5
5
ms.author: dandennis
6
6
ms.service: security
7
7
ms.date: 07/14/2022
8
8
ms.topic: quickstart
9
9
---
10
10
11
-
# Deploying the Defender EASM Azure resource
11
+
# Creating a Defender EASM Azure resource
12
12
13
-
This article explains how to deploy the Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure Portal.
13
+
This article explains how to create a Microsoft Defender External Attack Surface Management (Defender EASM) Azure resource using the Azure Portal.
14
14
15
-
Deploying the EASM Azure resource involves two steps:
15
+
Creating the EASM Azure resource involves two steps:
16
16
17
17
- Create a resource group
18
-
-Deploy the EASM resource to the resource group
18
+
-Create an EASM resource in the resource group
19
19
20
20
## Prerequisites
21
21
@@ -25,6 +25,7 @@ Before you create a Defender EASM resource group, we recommend that you are fami
25
25
26
26
- 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.
27
27
28
+
28
29
## Create a resource group
29
30
30
31
1. To create a new resource group, first select **Resource groups** in the Azure portal.
@@ -39,7 +40,14 @@ Before you create a Defender EASM resource group, we recommend that you are fami
39
40
40
41
-**Subscription**: Select an Azure subscription.
41
42
-**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.
43
+
-**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:
44
+
45
+
- southcentralus
46
+
- eastus, australiaeast
47
+
- westus3
48
+
- swedencentral
49
+
- eastasia
50
+
- japaneast
43
51
44
52

45
53
@@ -49,11 +57,11 @@ Before you create a Defender EASM resource group, we recommend that you are fami
49
57
50
58
6. Select **Refresh** to view the new resource group in the list.
51
59
52
-
## Deploy resources to a resource group
60
+
## Create resources in a resource group
53
61
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.
62
+
After you create a resource group, you can create EASM resources within the group by searching for EASM within the Azure portal.
55
63
56
-
1.To start a deployment, select “Create a resource” in the Azure portal.
64
+
1.Select “Create a resource” in the Azure portal.
57
65
58
66

59
67
@@ -68,17 +76,24 @@ After you create a resource group, you can deploy resources to the group from th
68
76
-**Subscription**: Select an Azure subscription.
69
77
-**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.
70
78
-**Name**: give the Defender EASM workspace a name.
71
-
-**Region**: Select an Azure location.
79
+
-**Region**: Select an Azure location. The following regions are supported:
80
+
81
+
- southcentralus
82
+
- eastus, australiaeast
83
+
- westus3
84
+
- swedencentral
85
+
- eastasia
86
+
- japaneast
72
87
73
88

74
89
75
90
5. Select **Review + Create**.
76
91
77
92
6. Review the values, and then select **Create**.
78
93
79
-
7. Select **Refresh** to see the status of the deployment and once finished you can go to the Resource to get started.
94
+
7. Select **Refresh** to see the status of the resource creation. Once finished, you can go to the Resource to get started.
80
95
81
96
## Next steps
82
97
83
98
-[Using and managing discovery](using-and-managing-discovery.md)
0 commit comments