Skip to content

Commit bfb1d71

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 113d3fb commit bfb1d71

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/virtual-machines/extensions/tenable.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 07/18/2023
1010
---
1111
# Tenable One-Click Nessus Agent
1212

13-
Tenable now supports a One-Click deployment of Nessus Agents via Microsoft's Azure portal. This solution provides an easy way to install the latest version of Nessus Agent on Azure virtual machines (VM) (whether Linux or Windows) by either clicking on an icon within the Azure Portal or by writing a few lines of PowerShell script.
13+
Tenable now supports a One-Click deployment of Nessus Agents via Microsoft's Azure portal. This solution provides an easy way to install the latest version of Nessus Agent on Azure virtual machines (VM) (whether Linux or Windows) by either clicking on an icon within the Azure portal or by writing a few lines of PowerShell script.
1414

1515
## Prerequisites
1616

@@ -81,7 +81,7 @@ Lines 5-6 in the PowerShell example are equivalent to Step 6 in the UI procedure
8181

8282
### Nessus Linking Key
8383

84-
The most important field is the Nessus Linking Key (**nessusLinkingKey**, required). It is always required. This document explains where to find it: [Retrieve the Tenable Nessus Agent Linking Key (Tenable Nessus Agent 10.4)](https://docs.tenable.com/nessusagent/Content/RetrieveLinkingKey.htm) In the PowerShell interface, specify nessusLinkingKey under `-ProtectedSettings` so that it will be encrypted by Azure. All other fields are passed unencrypted through -Settings.
84+
The most important field is the Nessus Linking Key (**nessusLinkingKey**, required). It is always required. This document explains where to find it: [Retrieve the Tenable Nessus Agent Linking Key (Tenable Nessus Agent 10.4)](https://docs.tenable.com/nessusagent/Content/RetrieveLinkingKey.htm). In the PowerShell interface, specify nessusLinkingKey under `-ProtectedSettings` so that it will be encrypted by Azure. All other fields are passed unencrypted through -Settings.
8585

8686
You can choose whether to link with Nessus Manager or Tenable.io. In the command-line interface, this is done by setting `nessusManagerApp` (**nessusManagerApp**, required) to `cloud`, or to `local`. Those are the only two choices.
8787

@@ -104,11 +104,17 @@ Parameter names:
104104
Parameter descriptions:
105105

106106
"nessusLinkingKey" is called "--key" in this doc
107+
107108
"nessusManagerApp" is unique to our VM extension
109+
108110
"nessusManagerHost" equals "--host"
111+
109112
"nessusManagerPort" equals "--port"
113+
110114
"tenableIoNetwork" is "--network"
115+
111116
"nessusAgentName" is "--name"
117+
112118
"nessusAgentGroup" is "--groups"
113119

114120
For more definitions of these parameters, see [Nessuscli Agent](https://docs.tenable.com/nessus/Content/NessusCLIAgent.htm).

0 commit comments

Comments
 (0)