Skip to content

Commit 1f3a62b

Browse files
committed
Improve clarity in setup instructions for Azure IoT Operations SDKs
1 parent 72d3123 commit 1f3a62b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
4242

4343
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure/iot-operations-sdks?quickstart=1&editor=vscode)
4444

45-
1. Once the codespace is created, you will have a container with the developer tools and a local k3s cluster running in k3d pre-installed.
45+
1. Once the codespace is created, you will have a container with the developer tools and a local K3s cluster running in K3d pre-installed.
4646

4747

4848
### [Ubuntu](#tab/ubuntu)
@@ -70,13 +70,13 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
7070
This script does the following:
7171

7272
1. Install prerequisites including:
73-
1. Docker if not already installed
74-
1. k3d for managing Kubernetes clusters
75-
1. Helm for Kubernetes package management
76-
1. Step CLI for certificate management
77-
1. Azure CLI and the Kubernetes CLI
78-
1. k9s for Kubernetes cluster management
79-
1. kubectl for Kubernetes management
73+
1. `Docker` if not already installed
74+
1. `k3d` to run lightweight Kubernetes clusters
75+
1. `Helm` for Kubernetes package management
76+
1. `Step CLI` for certificate management
77+
1. `Azure CLI` for managing Azure resources
78+
1. `kubectl` (Kubernetes CLI) for interacting with Kubernetes clusters
79+
1. `k9s` for managing Kubernetes clusters
8080
1. **DELETE** any existing k3d cluster
8181
1. Deploy a new k3d cluster
8282
1. Set up port forwarding for ports `1883`, `8883`, and `8884` to enable TLS
@@ -164,12 +164,12 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
164164
This script does the following:
165165

166166
1. Install prerequisites including:
167-
1. k3d for managing Kubernetes clusters
168-
1. Helm for Kubernetes package management
169-
1. Step CLI for certificate management
170-
1. Azure CLI and the Kubernetes CLI
171-
1. k9s for Kubernetes cluster management
172-
1. kubectl for Kubernetes management
167+
1. `k3d` to run lightweight Kubernetes clusters
168+
1. `Helm` for Kubernetes package management
169+
1. `Step CLI` for certificate management
170+
1. `Azure CLI` for managing Azure resources
171+
1. `kubectl` (Kubernetes CLI) for interacting with Kubernetes clusters
172+
1. `k9s` for managing Kubernetes clusters
173173
1. **DELETE** any existing k3d cluster
174174
1. Deploy a new k3d cluster
175175
1. Set up port forwarding for ports `1883`, `8883`, and `8884` to enable TLS

0 commit comments

Comments
 (0)