Skip to content

Commit 88c51fc

Browse files
committed
Fix image location
1 parent 118bdaf commit 88c51fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This series of quickstarts is intended to help you get started with Azure IoT Op
2020

2121
For the best new user experience, we recommend using an [Azure free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) so that you have owner permissions over the resources in these quickstarts.
2222

23-
We also use GitHub Codespaces as a virtual environment for this quickstart so that you can test the scenario without installing new tools on your own machines. However, if you want to deploy Azure IoT Operations to a local cluster such as Azure Kubernetes Service (AKS) Edge Essentials or K3s on Ubuntu, see [Deployment details](../deploy-iot-ops/overview-deploy.md).
23+
We also use GitHub Codespaces as a virtual environment for this quickstart so that you can test the scenario without installing new tools on your own machines. However, if you want to deploy Azure IoT Operations to a local cluster on Ubuntu or Azure Kubernetes Service (AKS), see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md).
2424

2525
## Prerequisites
2626

@@ -43,7 +43,7 @@ Azure IoT Operations is a suite of data services that run on Kubernetes clusters
4343
1. Create a schema registry.
4444
1. Deploy Azure IoT Operations to your cluster.
4545

46-
## Create a cluster
46+
## Create cluster
4747

4848
Azure IoT Operations can be deployed to K3s on Ubuntu, Azure Kubernetes Service (AKS) Edge Essentials, and AKS on Azure Local. However, for speed and convenience, this quickstart uses GitHub Codespaces to host your cluster. To learn how to deploy Azure IoT Operations to a cluster on Windows or Ubuntu instead, see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md).
4949

@@ -84,15 +84,15 @@ To create your codespace and cluster, use the following steps:
8484

8585
1. Once the codespace is ready, select the menu button at the top left, then select **Open in VS Code Desktop**.
8686

87-
![Open VS Code desktop](media/prepare-codespaces/open-in-vs-code-desktop.png)
87+
:::image type="content" source="media/quickstart-deploy/open-in-vs-code-desktop.png" alt-text="Screenshot that shows opening the codespace in VS Code Desktop.":::
8888

8989
1. If prompted, install the **GitHub Codespaces** extension for Visual Studio Code and sign in to GitHub.
9090

9191
1. In Visual Studio Code, select **View** > **Terminal**.
9292

9393
Use this terminal to run all of the CLI commands for managing your cluster.
9494

95-
## Connect a Kubernetes cluster to Azure Arc
95+
## Connect cluster to Azure Arc
9696

9797
To connect your cluster to Azure Arc:
9898

@@ -233,4 +233,4 @@ If you're continuing on to the next quickstart, keep all of your resources.
233233
## Next step
234234

235235
> [!div class="nextstepaction"]
236-
> [Quickstart: Add OPC UA assets to your Azure IoT Operations cluster](quickstart-configure.md)
236+
> [Quickstart: Configure your cluster](quickstart-configure.md)

0 commit comments

Comments
 (0)