Skip to content

Commit ba72c79

Browse files
committed
moving initialize-cluster step under options
1 parent 3e3cc46 commit ba72c79

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

articles/iot-operations/develop-edge-apps/quickstart-get-started-sdks.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you begin, prepare the following prerequisites:
2525

2626
## Setting up
2727

28-
Developing with the Azure IoT Operations SDKs requires a Kubernetes cluster with Azure IoT Operations deployed. Additional configuration will allow MQTT broker to be accessed directly from the developer environment. The following development environment setup options utilize [k3d](https://k3d.io/#what-is-k3d) to simplify Kubernetes cluster creation. Codespaces provides the most streamlined experience and can get the development environment up and running in a couple of minutes.
28+
Developing with the Azure IoT Operations SDKs requires a Kubernetes cluster with Azure IoT Operations deployed. Additional configuration will allow MQTT broker to be accessed directly from the developer environment. The following development environment setup options use [k3d](https://k3d.io/#what-is-k3d) to simplify Kubernetes cluster creation. Codespaces provides the most streamlined experience and can get the development environment up and running in a couple of minutes.
2929

3030
Follow the steps in **one of the sections** below to get your development environment up and running:
3131

@@ -57,6 +57,14 @@ Follow the steps in **one of the sections** below to get your development enviro
5757
git clone https://github.com/Azure/iot-operations-sdks
5858
```
5959

60+
1. Launch a shell, and change to the root directory of the *Azure IoT Operations SDKs* repository.
61+
62+
1. Initialize the cluster and install required dependencies:
63+
64+
```bash
65+
sudo ./tools/deployment/initialize-cluster.sh
66+
```
67+
6068
### Option 3 - Linux devcontainer on Windows
6169

6270
> [!WARNING]
@@ -88,6 +96,15 @@ Follow the steps in **one of the sections** below to get your development enviro
8896
https://github.com/azure/iot-operations-sdks
8997
```
9098

99+
1. Launch a shell, and change to the root directory of the *Azure IoT Operations SDKs* repository.
100+
101+
1. Initialize the cluster and install required dependencies:
102+
103+
```bash
104+
sudo ./tools/deployment/initialize-cluster.sh
105+
```
106+
107+
91108
> [!TIP]
92109
> To reconnect to the container in VSCode, choose `F1 > Dev Containers: Attach to Running Container...` and then select the container name created previously.
93110

@@ -116,19 +133,20 @@ Follow the steps in **one of the sections** below to get your development enviro
116133
git clone https://github.com/Azure/iot-operations-sdks
117134
```
118135

119-
<!-- TODO: We will write the steps here instead of pointing to the quickstart -->
120-
## **Install Azure IoT Operations (NEEDS REWRITING)
121-
122-
Azure IoT Operations will be installed to the development cluster, and then the configuration will be altered to provide additional off-cluster access methods to streamline development:
123-
124136
1. Launch a shell, and change to the root directory of the *Azure IoT Operations SDKs* repository.
125137

126-
1. If required, initialize the cluster and install required dependencies:
138+
1. Initialize the cluster and install required dependencies:
127139

128140
```bash
129141
sudo ./tools/deployment/initialize-cluster.sh
130142
```
131143

144+
145+
<!-- TODO: We will write the steps here instead of pointing to the quickstart -->
146+
## **Install Azure IoT Operations (NEEDS REWRITING)
147+
148+
Azure IoT Operations will be installed to the development cluster, and then the configuration will be altered to provide additional off-cluster access methods to streamline development:
149+
132150
1. Follow the [Azure IoT Operations documentation](https://learn.microsoft.com/azure/iot-operations/get-started-end-to-end-sample/quickstart-deploy?tabs=codespaces#connect-cluster-to-azure-arc) to connect Azure Arc and deploy Azure IoT Operations.
133151

134152
1. Check that Azure IoT Operations is successfully installed and **Resolve any errors before continuing**:

0 commit comments

Comments
 (0)