|
2 | 2 | title: Install the Chef client from the Azure portal
|
3 | 3 | description: Learn how to deploy and configure your Chef client from the Azure portal
|
4 | 4 | keywords: azure, chef, devops, client, install, portal
|
5 |
| -ms.date: 05/15/2018 |
| 5 | +ms.date: 02/22/2020 |
6 | 6 | ms.topic: article
|
7 | 7 | ---
|
8 | 8 |
|
@@ -74,29 +74,30 @@ In this section, you'll first use the Azure portal to create a Linux machine. Du
|
74 | 74 | 1. On the **Install extension** tab, specify the following values, and then select **OK**.
|
75 | 75 |
|
76 | 76 | - **Chef Server URL** - Enter the Chef Server URL that includes the organization name, for example, *https://api.chef.io/organization/mycompany*.
|
77 |
| - - **Chef Node Name** - Enter the Chef Node name. This can be any value. |
78 |
| - - **Run List** - Enter the Chef run list that is added to the machine. This can be left blank. |
79 |
| - - **Validation Client Name** - Enter the Chef Validation Client Name. for example, *tarcher-validator*. |
| 77 | + - **Chef Node name** - Enter the Chef Node name. |
| 78 | + - **Run list** - Enter the Chef run list that is added to the machine. This value can be left blank. |
| 79 | + - **Validation client name** - Enter the Chef Validation Client Name. for example, `tarcher-validator`. |
80 | 80 | - **Validation Key** - Select a file containing the validation key used when bootstrapping your machines.
|
81 |
| - - **Client Configuration File** - Select a configuration file for chef-client. This can be left blank. |
82 |
| - - **Chef Client version** - Enter the version of the chef client to install. This can be left blank. A blank value installs the latest version. |
| 81 | + - **Client configuration file** - Select a configuration file for chef-client. This value can be left blank. |
| 82 | + - **Chef Client version** - Enter the version of the chef client to install. This value can be left blank, which installs the latest version. |
83 | 83 | - **SSL Verification Mode** - Select either **None** or **Peer**. *None* was selected for the demo.
|
84 |
| - - **Chef Environment** - Enter the Chef environment this node should be a member of. This can be left blank. |
85 |
| - - **Encrypted Databag Secret** - Select a file containing the secret for the Encrypted Databag this machine should have access to. This can be left blank. |
86 |
| - - **Chef Server SSL Certificate** - Select the SSL Certificate assigned to your Chef Server. This can be left blank. |
| 84 | + - **Chef Environment** - Enter the Chef environment this node should be a member of. This value can be left blank. |
| 85 | + - **Encrypted data bag secret** - Select a file containing the secret for the encrypted data bag this machine needs to access. This value can be left blank. |
| 86 | + - **Chef Server SSL certificate** - Select the SSL certificate assigned to your Chef Server. This value can be left blank. |
87 | 87 |
|
88 | 88 | 
|
89 | 89 |
|
90 |
| -1. When returning to the **Extensions** tab, select **OK**. |
| 90 | +1. When the **Extensions** tab displays, select **OK**. |
91 | 91 |
|
92 |
| -1. When returning to the **Settings** tab, select **OK**. |
| 92 | +1. When the **Settings** tab displays, select **OK**. |
93 | 93 |
|
94 |
| -1. When returning to the **Create** tab (this represents a summary of the options you selected and entered), verify the information as well as the **Terms of use**, and select **Create**. |
| 94 | +1. When the **Create** tab displays, you see a summary of the options you selected and entered. Verify the information as well as the **Terms of use**, and select **Create**. |
95 | 95 |
|
96 | 96 | When the process of creating and deploying the virtual machine with the Chef Extension is complete, a notification indicates the success or failure of the operation. In addition, the resource page for the new virtual machine automatically opens in the Azure portal once it's been created.
|
97 | 97 |
|
98 | 98 | 
|
99 | 99 |
|
100 | 100 | ## Next steps
|
101 | 101 |
|
102 |
| -- [Create a Windows virtual machine on Azure using Chef](/azure/virtual-machines/windows/chef-automation) |
| 102 | +> [!div class="nextstepaction"] |
| 103 | +> [Create a Windows virtual machine on Azure using Chef](chef-automation.md) |
0 commit comments