Skip to content

Commit 93e5bb9

Browse files
Typo in bullet list
1 parent fea9606 commit 93e5bb9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A cluster host:
5858

5959
* (Recommended) Configure your own certificate authority issuer before deploying Azure IoT Operations: [Bring your own issuer](../secure-iot-ops/howto-manage-certificates.md#bring-your-own-issuer).
6060

61-
## Deploy
61+
## Deploy in Azure portal
6262

6363
The Azure portal deployment experience is a helper tool that generates a deployment command based on your resources and configuration. The final step is to run an Azure CLI command, so you still need the Azure CLI prerequisites described in the previous section.
6464

@@ -129,7 +129,7 @@ The Azure portal deployment experience is a helper tool that generates a deploym
129129

130130
1. Select **Next: Automation**.
131131

132-
### Run Azure CLI commands
132+
## Run Azure CLI commands
133133

134134
The final step in the Azure portal deployment experience is to run a set of Azure CLI commands to deploy Azure IoT Operations to your cluster. The commands are generated based on the information you provided in the previous steps.
135135

@@ -159,7 +159,8 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
159159
az iot ops ns create -n <my namespace name> -g $RESOURCE_GROUP
160160
```
161161
162-
Alternatively, you can create a new Azure Device Registry namespace in Azure portal.
162+
Alternatively, you can create a new Azure Device Registry namespace in Azure portal:
163+
163164
1. In the search box, type and select **Azure Device Registry**
164165
1. In the left menu, select **Namespaces**.
165166
1. Then select **+ Create** to create a new namespace. Make sure to use the same resource group as your Arc-enabled Kubernetes cluster.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The Azure portal deployment experience is a helper tool that generates a deploym
115115

116116
1. Select **Next: Automation**.
117117

118-
### Run Azure CLI commands
118+
## Run Azure CLI commands
119119

120120
The final step in the Azure portal deployment experience is to run a set of Azure CLI commands to deploy Azure IoT Operations to your cluster. The commands are generated based on the information you provided in the previous steps.
121121

@@ -141,7 +141,8 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
141141
az iot ops ns create -n <my namespace name> -g $RESOURCE_GROUP
142142
```
143143
144-
Alternatively, you can create a new Azure Device Registry namespace in Azure portal.
144+
Alternatively, you can create a new Azure Device Registry namespace in Azure portal:
145+
145146
1. In the search box, type and select **Azure Device Registry**
146147
1. In the left menu, select **Namespaces**.
147148
1. Then select **+ Create** to create a new namespace. Make sure to use the same resource group as your Arc-enabled Kubernetes cluster.

0 commit comments

Comments
 (0)