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/develop-edge-apps/quickstart-get-started-sdks.md
+25-7Lines changed: 25 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Before you begin, prepare the following prerequisites:
25
25
26
26
## Setting up
27
27
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.
29
29
30
30
Follow the steps in **one of the sections** below to get your development environment up and running:
31
31
@@ -57,6 +57,14 @@ Follow the steps in **one of the sections** below to get your development enviro
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
+
60
68
### Option 3 - Linux devcontainer on Windows
61
69
62
70
> [!WARNING]
@@ -88,6 +96,15 @@ Follow the steps in **one of the sections** below to get your development enviro
88
96
https://github.com/azure/iot-operations-sdks
89
97
```
90
98
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
+
91
108
> [!TIP]
92
109
> To reconnect to the container in VSCode, choose `F1 > Dev Containers: Attach to Running Container...` and thenselectthe container name created previously.
93
110
@@ -116,19 +133,20 @@ Follow the steps in **one of the sections** below to get your development enviro
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
-
124
136
1. Launch a shell, and change to the root directory of the *Azure IoT Operations SDKs* repository.
125
137
126
-
1. If required, initialize the cluster and install required dependencies:
138
+
1. Initialize the cluster and install required dependencies:
127
139
128
140
```bash
129
141
sudo ./tools/deployment/initialize-cluster.sh
130
142
```
131
143
144
+
145
+
<!-- TODO: We will write the steps here instead of pointing to the quickstart -->
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
+
132
150
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.
133
151
134
152
1. Check that Azure IoT Operations is successfully installed and **Resolve any errors before continuing**:
0 commit comments