Skip to content

Commit 6449c40

Browse files
Split out Defender (Azure VM specific).
1 parent 1d64d2a commit 6449c40

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ From the documentation for your Data Product, obtain the:
3030

3131
The VM used for the ingestion agent should be set up following best practice for security. We recommend the following actions:
3232

33-
- **Microsoft Defender for Cloud**
34-
- Follow all recommendations from Microsoft Defender for Cloud. You can find these recommendations in the portal by navigating to the VM, then selecting Security.
3533
- **Networking**
3634
- Give the VM a private IP address.
37-
- Configure an Azure virtual network between the VM and the Data Product's input storage account. This might incur additional cost.
35+
- Configure an Azure virtual network between the VM and the Data Product's input storage account. This might incur extra cost.
3836
- Configure a Network Security Group (NSG) to only allow network traffic on the ports that are required to run the agent and maintain the VM.
3937
- **Disk encryption** - ensure Azure disk encryption is enabled (this is the default when you create the VM).
4038
- **OS version**
@@ -45,17 +43,18 @@ The VM used for the ingestion agent should be set up following best practice for
4543
- Access to the directory where the logs are stored: */var/log/az-aoi-ingestion/*.
4644
- Access to the managed identity or certificate and private key for the service principal that you create during this procedure.
4745
- Access to the directory for secrets that you create on the VM during this procedure.
48-
46+
47+
When using an Azure VM, also follow all recommendations from **Microsoft Defender for Cloud**. You can find these recommendations in the portal by navigating to the VM, then selecting Security.
4948

5049
## Download the RPM for the agent
5150

5251
Download the RPM for the ingestion agent using the details you received as part of the [Azure Operator Insights onboarding process](overview.md#how-do-i-get-access-to-azure-operator-insights) or from [https://go.microsoft.com/fwlink/?linkid=2260508](https://go.microsoft.com/fwlink/?linkid=2260508).
5352

54-
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than 6 months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
53+
Links to the current and previous releases of the agents are available below the heading of each [release note](ingestion-agent-release-notes.md). If you're looking for an agent version that's more than six months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
5554

5655
### Verify the authenticity of the ingestion agent RPM (optional)
5756

58-
Before you install the RPM, you can verify the signature of the RPM with the [Microsoft public key file](https://packages.microsoft.com/keys/microsoft.asc) to ensure it has not been corrupted or tampered with.
57+
Before you install the RPM, you can verify the signature of the RPM with the [Microsoft public key file](https://packages.microsoft.com/keys/microsoft.asc) to ensure it hasn't been corrupted or tampered with.
5958

6059
To do this, perform the following steps:
6160

0 commit comments

Comments
 (0)