Skip to content

Commit 6c4a191

Browse files
Merge pull request #264386 from kgremban/jan26-aio
Automation options
2 parents 6958bef + c301bb1 commit 6c4a191

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ Use the Azure portal to deploy Azure IoT Operations components to your Arc-enabl
7171
| **Subscription** | Select the subscription that contains your Arc-enabled Kubernetes cluster. |
7272
| **Azure Key vault** | Choose an existing key vault from the drop-down list or create a new one by selecting **Create new**. |
7373

74-
1. On the **Automation** tab, the automation commands are populated based on your chosen cluster and key vault. Copy either the **Required** or **Optional** CLI command.
74+
1. On the **Automation** tab, the automation commands are populated based on your chosen cluster and key vault. Select an automation option:
7575

76-
:::image type="content" source="../get-started/media/quickstart-deploy/install-extension-automation.png" alt-text="Screenshot of copying the CLI command from the automation tab for installing the Azure IoT Operations Arc extension in the Azure portal.":::
76+
* **Azure CLI enablement + UI deployment -- Visually guided configuration**: Generates an Azure CLI command that configures your cluster. If you choose this option, you'll return to the Azure portal to complete the Azure IoT Operations deployment.
77+
* **Azure CLI deployment -- Efficiency unleashed**: Generates an Azure CLI command that configures your cluster and also deploys Azure IoT Operations.
78+
79+
1. After choosing your automation option, copy the generated CLI command.
80+
81+
<!-- :::image type="content" source="../get-started/media/quickstart-deploy/install-extension-automation.png" alt-text="Screenshot of copying the CLI command from the automation tab for installing the Azure IoT Operations Arc extension in the Azure portal."::: -->
7782

7883
1. Sign in to Azure CLI on your development machine. To prevent potential permission issues later, sign in interactively with a browser here even if you've already logged in before.
7984

@@ -91,9 +96,9 @@ Use the Azure portal to deploy Azure IoT Operations components to your Arc-enabl
9196

9297
Wait for the command to complete.
9398

94-
If you copied the **Optional** CLI command, then you're done with the cluster configuration and deployment.
99+
If you copied the **Azure CLI deployment** CLI command, then you're done with the cluster configuration and deployment.
95100

96-
1. If you copied the **Required** CLI command, return to the Azure portal and select **Review + Create**.
101+
1. If you copied the **Azure CLI enablement + UI deployment** CLI command, return to the Azure portal and select **Review + Create**.
97102

98103
1. Wait for the validation to pass and then select **Create**.
99104

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,12 @@ az keyvault create --enable-rbac-authorization false --name "<your unique key va
256256
| **Subscription** | Select the subscription that contains your Arc-enabled Kubernetes cluster. |
257257
| **Azure Key Vault** | Use the **Select a key vault** drop-down menu to choose the key vault that you set up in the previous section. |
258258

259-
1. Once you select a key vault, the **Automation** tab populates Azure CLI commands with your deployment information. Copy the **Required** CLI command.
259+
1. Once you select a key vault, the **Automation** tab populates an Azure CLI command that configures your cluster with your deployment information. Copy the CLI command.
260260

261261
>[!TIP]
262-
>The **Required** CLI command configures your cluster with the information that it needs to communicate securely with Azure resources but does not deploy Azure IoT Operations. After running the configuration command, you'll deploy Azure IoT Operations on the **Summary** tab. The **Optional** CLI command does the same configuration tasks on your cluster and then also deploys Azure IoT Operations.
262+
>Select the **Azure CLI deployment -- Efficiency unleashed** automation option to generate a CLI command that performs the configuration tasks on your cluster and then also deploys Azure IoT Operations.
263263
264-
:::image type="content" source="./media/quickstart-deploy/install-extension-automation.png" alt-text="Screenshot of copying the CLI command from the automation tab for installing the Azure IoT Operations Arc extension in the Azure portal.":::
264+
<!-- :::image type="content" source="./media/quickstart-deploy/install-extension-automation.png" alt-text="Screenshot of copying the CLI command from the automation tab for installing the Azure IoT Operations Arc extension in the Azure portal."::: -->
265265

266266
1. Sign in to Azure CLI on your development machine or in your codespace terminal. To prevent potential permission issues later, sign in interactively with a browser here even if you've already logged in before.
267267

0 commit comments

Comments
 (0)