Skip to content

Commit 642eaa1

Browse files
committed
adjusting steps in quicsktart
1 parent 7f51019 commit 642eaa1

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ Open a new bash terminal and do the following steps:
178178

179179
| Parameter | Value |
180180
| --------- | ----- |
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 for your storage account. Storage account names must be between 3 and 24 characters in 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 for your storage account. Storage account names must be between 3 and 24 characters in 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. |
187187

188188
```bash
189189
export LOCATION=<LOCATION>
@@ -204,14 +204,6 @@ Open a new bash terminal and do the following steps:
204204
az login
205205
```
206206

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-
215207
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.
216208

217209
```azurecli

0 commit comments

Comments
 (0)