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/salt-minion.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ ms.date: 01/24/2024
13
13
## Prerequisites
14
14
15
15
* A Microsoft Azure account with one (or more) Windows or Linux VMs
16
-
* A Salt Master (either on-prem or in a cloud) that can accept connections from Salt minions hosted on Azure
16
+
* A Salt Master (either on-premises or in a cloud) that can accept connections from Salt minions hosted on Azure
17
17
* The Salt Minion VM Extension requires that the target VM is connected to the internet in order to fetch Salt packages
18
18
19
19
## Supported Platforms
20
20
21
-
Azure VM running any of the following:
21
+
Azure VM running any of the following supported OS:
22
22
23
23
* Ubuntu 20.04, 22.04 (x86_64)
24
24
* Debian 10, 11 (x86_64)
@@ -27,7 +27,7 @@ Azure VM running any of the following:
27
27
* Microsoft Windows 10, 11 Pro (x86_64)
28
28
* Microsoft Windows Server 2012 R2, 2016, 2019, 2022 Datacenter (x86_64)
29
29
30
-
If you want another distro to be supported (assuming Salt [supports](https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html) it), please file an issue on [Gitlab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/-/issues).
30
+
If you want another distro to be supported (assuming Salt [supports](https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html) it), an issue can be filed on [GitLab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/-/issues).
31
31
32
32
## Supported Salt Minion versions
33
33
@@ -43,9 +43,9 @@ If you want another distro to be supported (assuming Salt [supports](https://doc
43
43
44
44
*`master_address` - Salt Master address to connect to (`localhost` by default)
45
45
*`minion_id` - Minion ID (hostname by default)
46
-
*`salt_version` - Salt Minion version to install, e.g.`3006.1` (`latest` by default)
46
+
*`salt_version` - Salt Minion version to install, for example`3006.1` (`latest` by default)
47
47
48
-
## Install Salt Minion using the Azure Portal UI
48
+
## Install Salt Minion using the Azure Portal
49
49
50
50
1. Select one of your VMs
51
51
2. In the left menu click **Extensions + applications**
@@ -69,7 +69,7 @@ az vm extension delete --resource-group my-group --vm-name vm-ubuntu22 --name sa
69
69
az vm extension delete --resource-group my-group --vm-name vm-windows11 --name salt-minion.windows
70
70
```
71
71
72
-
## Install Salt Minion using the Azure ARM tempate
72
+
## Install Salt Minion using the Azure ARM template
73
73
74
74
```json
75
75
{
@@ -113,7 +113,7 @@ az vm extension delete --resource-group my-group --vm-name vm-windows11 --name s
113
113
114
114
## Install Salt Minion using Terraform
115
115
116
-
Assuming that you have defined a VM resource in TF named `vm_ubuntu`, then use something like this to install the extension on it:
116
+
Assuming that you have defined a VM resource in TerraForm named `vm_ubuntu`, then use something like this to install the extension on it:
* For commercial support or assistance with Salt you can visit the extension creator, [TurtleTraction](https://turtletraction.com/salt-open-support)
139
-
* The source code of this extension is available on [Gitlab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/)
140
-
* For Azure related issues you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support
138
+
* For commercial support or assistance with Salt, you can visit the extension creator, [TurtleTraction](https://turtletraction.com/salt-open-support)
139
+
* The source code of this extension is available on [GitLab](https://gitlab.com/turtletraction-oss/azure-salt-vm-extensions/)
140
+
* For Azure related issues, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support
0 commit comments