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/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,14 @@ Use the Azure portal to deploy Azure IoT Operations components to your Arc-enabl
71
71
|**Subscription**| Select the subscription that contains your Arc-enabled Kubernetes cluster. |
72
72
|**Azure Key vault**| Choose an existing key vault from the drop-down list or create a new one by selecting **Create new**. |
73
73
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:
75
75
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."::: -->
77
82
78
83
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.
79
84
@@ -91,9 +96,9 @@ Use the Azure portal to deploy Azure IoT Operations components to your Arc-enabl
91
96
92
97
Wait for the command to complete.
93
98
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.
95
100
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**.
97
102
98
103
1. Wait for the validation to pass and then select **Create**.
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started/quickstart-deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,12 +256,12 @@ az keyvault create --enable-rbac-authorization false --name "<your unique key va
256
256
|**Subscription**| Select the subscription that contains your Arc-enabled Kubernetes cluster. |
257
257
|**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. |
258
258
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.
260
260
261
261
>[!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.
263
263
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.":::-->
265
265
266
266
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.
0 commit comments