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
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,12 +178,12 @@ Open a new bash terminal and do the following steps:
178
178
179
179
| Parameter | Value |
180
180
| --------- | ----- |
181
-
|<LOCATION>| An Azure region close to you. For the list of currently supported regions, see [Supported regions](../overview-iot-operations.md#supported-regions). |
182
-
|<CLUSTER_NAME>| A name for your Kubernetes cluster. |
183
-
|<RESOURCE_GROUP>| A name for a new Azure resource group where your cluster will be created. |
184
-
|<STORAGE_ACCOUNT_NAME>| A name foryour storage account. Storage account names must be between 3 and 24 charactersin length and only contain numbers and lowercase letters. |
185
-
|<SCHEMA_REGISTRY_NAME>| A name for your schema registry. Schema registry names can only contain numbers, lowercase letters, and hyphens. |
186
-
|<SCHEMA_REGISTRY_NAMESPACE>| A name for your schema registry namespace. The namespace uniquely identifies a schema registry within a tenant. Schema registry namespace names can only contain numbers, lowercase letters, and hyphens. |
181
+
| LOCATION | An Azure region close to you. For the list of currently supported regions, see [Supported regions](../overview-iot-operations.md#supported-regions). |
182
+
| CLUSTER_NAME | A name for your Kubernetes cluster. |
183
+
| RESOURCE_GROUP | A name for a new Azure resource group where your cluster will be created. |
184
+
| STORAGE_ACCOUNT_NAME | A name foryour storage account. Storage account names must be between 3 and 24 charactersin length and only contain numbers and lowercase letters. |
185
+
|SCHEMA_REGISTRY_NAME | A name for your schema registry. Schema registry names can only contain numbers, lowercase letters, and hyphens. |
186
+
|SCHEMA_REGISTRY_NAMESPACE | A name for your schema registry namespace. The namespace uniquely identifies a schema registry within a tenant. Schema registry namespace names can only contain numbers, lowercase letters, and hyphens. |
187
187
188
188
```bash
189
189
export LOCATION=<LOCATION>
@@ -204,14 +204,6 @@ Open a new bash terminal and do the following steps:
204
204
az login
205
205
```
206
206
207
-
> [!TIP]
208
-
> If you're using the GitHub codespace environment in a browser rather than VS Code desktop, running `az login` returns a localhost error. To fix the error, either:
209
-
>
210
-
> * Open the codespace in VS Code desktop, and then return to the browser terminal and rerun `az login`.
211
-
> * Or, after you get the localhost error on the browser, copy the URL from the browser and run `curl "<URL>"` in a new terminal tab. You should see a JSON response with the message "You have logged into Microsoft Azure!."
212
-
213
-
1. After you sign in, Azure CLI displays all of your subscriptions and indicates your default subscription with an asterisk `*`. To continue with your default subscription, select `Enter`. Otherwise, type the number of the Azure subscription that you want to use.
214
-
215
207
1. Create an Azure resource group. Only one Azure IoT Operations instance is supported per resource group. To create a new resource group, use the [az group create](/cli/azure/group#az-group-create) command.
0 commit comments