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/virtual-machines/extensions/tenable.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 07/18/2023
10
10
---
11
11
# Tenable One-Click Nessus Agent
12
12
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.
14
14
15
15
## Prerequisites
16
16
@@ -81,7 +81,7 @@ Lines 5-6 in the PowerShell example are equivalent to Step 6 in the UI procedure
81
81
82
82
### Nessus Linking Key
83
83
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.
85
85
86
86
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.
87
87
@@ -104,11 +104,17 @@ Parameter names:
104
104
Parameter descriptions:
105
105
106
106
"nessusLinkingKey" is called "--key" in this doc
107
+
107
108
"nessusManagerApp" is unique to our VM extension
109
+
108
110
"nessusManagerHost" equals "--host"
111
+
109
112
"nessusManagerPort" equals "--port"
113
+
110
114
"tenableIoNetwork" is "--network"
115
+
111
116
"nessusAgentName" is "--name"
117
+
112
118
"nessusAgentGroup" is "--groups"
113
119
114
120
For more definitions of these parameters, see [Nessuscli Agent](https://docs.tenable.com/nessus/Content/NessusCLIAgent.htm).
0 commit comments