Skip to content

Commit 9991d4f

Browse files
committed
Changes as per PM and dev
1 parent 9ca9e27 commit 9991d4f

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

defender-endpoint/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,21 +267,21 @@
267267
href: mde-linux-prerequisites.md
268268
- name: Choose a deployment method
269269
items:
270-
- name: Installer script based deployment
271-
href: linux-installer-script.md
272270
- name: Enabling deployment to a custom location
273271
href: linux-custom-location-installation.md
272+
- name: Installer script based deployment
273+
href: linux-installer-script.md
274274
- name: Ansible based deployment
275275
href: linux-install-with-ansible.md
276276
- name: Chef based deployment
277277
href: linux-deploy-defender-for-endpoint-with-chef.md
278278
- name: Puppet based deployment
279279
href: linux-install-with-puppet.md
280-
- name: Saltstack-based deployment
280+
- name: Saltstack based deployment
281281
href: linux-install-with-saltack.md
282282
- name: Manual deployment
283283
href: linux-install-manually.md
284-
- name: Deployment using golden images
284+
- name: Golden image based deployment
285285
href: linux-deploy-defender-for-endpoint-using-golden-images.md
286286
- name: Direct onboarding with Defender for Cloud
287287
href: /azure/defender-for-cloud/onboard-machines-with-defender-for-endpoint?toc=/defender-endpoint/toc.json&bc=/defender-endpoint/breadcrumb/toc.json

defender-endpoint/linux-deploy-defender-for-endpoint-using-golden-images.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.appverid: met150
1818
ms.date: 009/01/2025
1919
---
2020

21-
# Deploy Microsoft Defender for Endpoint on Linux using golden images (preview)
21+
# Deploy Microsoft Defender for Endpoint on Linux using golden images
2222

2323
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
2424

@@ -31,21 +31,21 @@ Golden images are preconfigured virtual machine templates used to rapidly deploy
3131

3232
This guide walks you through:
3333

34-
- Installing Microsoft Defender for Endpoint on a golden image.
34+
- Deploying Microsoft Defender for Endpoint on a golden image.
3535

3636
- Preparing the image for cloning.
3737

3838
- Ensuring unique identifiers for each virtual machine instance.
3939

4040
- Specific steps for cloud and on-premises environments.
4141

42-
## Step 1: Install Microsoft Defender for Endpoint on a golden image
42+
## Step 1: Deploy Microsoft Defender for Endpoint on a golden image
4343

44-
1. Prepare the case virtual machine
44+
1. Prepare the base virtual machine
4545

4646
- Install your preferred [supported Linux distribution](./mde-linux-prerequisites.md#supported-linux-distributions) and apply all necessary system updates.
4747

48-
1. Install Microsoft Defender for Endpoint
48+
1. Deploy Microsoft Defender for Endpoint on a golden image
4949

5050
There are several methods and tools that you can use to deploy Microsoft Defender for Endpoint on Linux (applicable to AMD64 and ARM64 Linux servers):
5151

@@ -65,28 +65,30 @@ This guide walks you through:
6565

6666
- [Guidance for Defender for Endpoint on Linux Server with SAP](./mde-linux-deployment-on-sap.md)
6767

68-
1. Validate Installation
68+
1. Validate the deployment
6969

7070
Check the health status of the product by running the following command. A return value of `true` denotes that the product is functioning as expected:
7171

7272
```bash
7373
mdatp health
7474
```
7575

76+
After you've successfully deployed Defender on the golden image, there is no need to deploy it separately on each virtual machine clone.
77+
7678
## Step 2: Prepare the golden image for cloning
7779

78-
Before making a snapshot of the virtual machine, follow these steps to ensure that each clone has a unique machine identity:
80+
Before making a snapshot of the virtual machine, follow these steps to ensure that each virtual machine clone will have a unique machine identity:
7981

8082
### On-premises machines
8183

82-
Follow these steps for the respective virtualization platforms:
84+
For on-premises virtual machines, make sure that the golden image generated from it is configured such that when it is cloned, each virtual machine clone will have a unique hardware UUID.
85+
86+
If you are using **KVM/libvirt** or **VMware/Hyper-V** as the virtualization platform, it is recommended to use the following instructions:
8387

8488
- **KVM/libvirt**: Omit the \<uuid\> element in domain XML or set a fresh UUID using: uuidgen
8589

8690
- **VMware/Hyper-V**: Enable platform settings to generate a new BIOS GUID during clone or conversion.
8791

88-
Ensure that the machines are configured to have a unique hardware UUID.
89-
9092
### Cloud virtual machines
9193

9294
Cloud platforms (for example, Azure, AWS, GCP) automatically inject unique metadata and identifiers via their instance metadata services (IMDS). No manual steps are required. Microsoft Defender for Endpoint automatically detects and uses these values to generate unique machine IDs.

0 commit comments

Comments
 (0)