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
If you are using Azure Resource Manager templates to create your infrastructure you can use the Chef extension to have Azure handle the bootstrapping/configuration of your node to your Chef Infra Server.
131
131
@@ -222,7 +222,7 @@ The extension has the following options that can be provided in the
222
222
223
223
: Verify the SSL certificate on the Chef Infra Server. When `true`, Chef Infra Client always verifies the SSL certificate. When `false`, Chef Infra Client uses the value of `ssl_verify_mode` to determine if the SSL certificate requires verification.
224
224
225
-
#### Protected Settings
225
+
#### Protected settings
226
226
227
227
The following options can be provided to the extension through the `protectedSettings` hash:
228
228
@@ -240,9 +240,9 @@ The following options can be provided to the extension through the `protectedSet
240
240
241
241
### Examples
242
242
243
-
The following examples show how Chef Infra Client can be installed and configured from an ARM template.
243
+
The following examples show how you can install and configure Chef Infra Client from an ARM template.
244
244
245
-
#### Installing the Azure Chef extension on a Linux system
245
+
#### Install the Azure Chef extension on a Linux system
246
246
247
247
```json
248
248
{
@@ -270,7 +270,7 @@ The following examples show how Chef Infra Client can be installed and configure
270
270
}
271
271
```
272
272
273
-
#### Installing the Azure Chef extension on a Windows system
273
+
#### Install the Azure Chef extension on a Windows system
274
274
275
275
```json
276
276
{
@@ -289,7 +289,7 @@ The following examples show how Chef Infra Client can be installed and configure
0 commit comments