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
+31-15Lines changed: 31 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,32 @@
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
+
ms.custom: references_regions
9
10
---
10
11
11
-
# Deploying the Defender EASM Azure resource
12
+
# Creating a Defender EASM Azure resource
12
13
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.
14
15
15
-
Deploying the EASM Azure resource involves two steps:
16
+
Creating the EASM Azure resource involves two steps:
16
17
17
18
- Create a resource group
18
-
-Deploy the EASM resource to the resource group
19
+
-Create an EASM resource in the resource group
19
20
20
21
## Prerequisites
21
22
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:
23
24
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.
25
26
26
27
- 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
28
29
+
28
30
## Create a resource group
29
31
30
32
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
39
41
40
42
-**Subscription**: Select an Azure subscription.
41
43
-**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
43
52
44
53

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

59
68
@@ -68,17 +77,24 @@ After you create a resource group, you can deploy resources to the group from th
68
77
-**Subscription**: Select an Azure subscription.
69
78
-**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
79
-**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
72
88
73
89

74
90
75
91
5. Select **Review + Create**.
76
92
77
93
6. Review the values, and then select **Create**.
78
94
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.
80
96
81
97
## Next steps
82
98
83
99
-[Using and managing discovery](using-and-managing-discovery.md)
0 commit comments