Skip to content

Commit 939177c

Browse files
Restructure networking section.
1 parent ca22ab6 commit 939177c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ The VM used for the ingestion agent should be set up following best practice for
3232

3333
### Networking
3434

35+
When using an Azure VM:
36+
3537
- Give the VM a private IP address.
36-
- Configure an Azure virtual network between the VM and the Data Product's input storage account. This might incur extra cost.
3738
- 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.
39+
- Beyond this, network configuration depends on whether restricted access is set up on the data product (whether you're using service endpoints to access the Data product's input storage account). Some networking configuration might incur extra cost, such as an Azure virtual network between the VM and the Data Product's input storage account.
40+
41+
When using an on-premises VM:
42+
43+
- Configure a firewall to only allow network traffic on the ports that are required to run the agent and maintain the VM.
3844

3945
### Disk encryption
4046

@@ -47,7 +53,7 @@ Ensure Azure disk encryption is enabled (this is the default when you create the
4753

4854
### Access
4955

50-
Limit access to the VM to a minimal set of users. Configure audit logging on the VM - for example, using the Linux audit package - to record log in attempts and actions taken by logged-in users.
56+
Limit access to the VM to a minimal set of users. Configure audit logging on the VM - for example, using the Linux audit package - to record sign-in attempts and actions taken by logged-in users.
5157

5258
We recommend that you restrict the following:
5359
- Admin access to the VM (for example, to stop/start/install the ingestion agent).

0 commit comments

Comments
 (0)