Skip to content

Commit a0d2fcb

Browse files
committed
Replace region link
1 parent 88c51fc commit a0d2fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To connect your cluster to Azure Arc:
139139
>[!TIP]
140140
>The value of `$CLUSTER_NAME` is automatically set to the name of your codespace. Replace the environment variable if you want to use a different name.
141141
142-
## Create a storage account and schema registry
142+
## Create storage account and schema registry
143143

144144
Schema registry is a synchronized repository that stores message definitions both in the cloud and at the edge. Azure IoT Operations requires a schema registry on your cluster. Schema registry requires an Azure storage account for the schema information stored in the cloud.
145145

@@ -200,7 +200,7 @@ Run the following CLI commands in your Codespaces terminal.
200200

201201
If you get an error that says *Your device is required to be managed to access your resource*, run `az login` again and make sure that you sign in interactively with a browser.
202202

203-
## View resources in your cluster
203+
## View resources in cluster
204204

205205
Once the deployment is complete, you can use kubectl commands to observe changes on the cluster or, since the cluster is Arc-enabled, you can use the Azure portal.
206206

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The troubleshooting guidance in this section is specific to Azure IoT Operations
5858

5959
If the Layered Network Management operator install fails or you can't apply the custom resource for a Layered Network Management instance:
6060

61-
1. Verify the regions are supported for public preview. Public preview supports eight regions. For more information, see [Quickstart: Run Azure IoT Operations in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md#connect-a-kubernetes-cluster-to-azure-arc).
61+
1. Verify the regions are supported. For more information, see [Supported regions](../overview-iot-operations.md#supported-regions).
6262
1. If there are any other errors in installing Layered Network Management Arc extensions, follow the guidance included with the error. Try uninstalling and installing the extension.
6363
1. Verify the Layered Network Management operator is in the *Running and Ready* state.
6464
1. If applying the custom resource `kubectl apply -f cr.yaml` fails, the output of this command lists the reason for error. For example, CRD version mismatch or wrong entry in CRD.

0 commit comments

Comments
 (0)