Skip to content

Commit 566279f

Browse files
authored
Merge pull request #290587 from dominicbetts/release-aio-ga-qs1-fix
AIO [GA]: Minor quickstart fix
2 parents 38d5518 + 95eac61 commit 566279f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To connect your cluster to Azure Arc:
148148
1. Use the [az connectedk8s enable-features](/cli/azure/connectedk8s#az-connectedk8s-enable-features) command to enable custom location support on your cluster. This command uses the `objectId` of the Microsoft Entra ID application that the Azure Arc service uses. Run this command on the machine where you deployed the Kubernetes cluster:
149149

150150
```azurecli
151-
az connectedk8s enable-features -n <CLUSTER_NAME> -g <RESOURCE_GROUP> --custom-locations-oid $OBJECT_ID --features cluster-connect custom-locations
151+
az connectedk8s enable-features -n $CLUSTER_NAME -g $RESOURCE_GROUP --custom-locations-oid $OBJECT_ID --features cluster-connect custom-locations
152152
```
153153

154154
## Create storage account and schema registry
@@ -168,9 +168,9 @@ Run the following CLI commands in your Codespaces terminal.
168168
| <SCHEMA_REGISTRY_NAMESPACE> | A name for your schema registry namespace. The namespace uniquely identifies a schema registry within a tenant. |
169169

170170
```azurecli
171-
export STORAGE_ACCOUNT=<STORAGE_ACCOUNT_NAME>
172-
export SCHEMA_REGISTRY=<SCHEMA_REGISTRY_NAME>
173-
export SCHEMA_REGISTRY_NAMESPACE=<SCHEMA_REGISTRY_NAMESPACE>
171+
STORAGE_ACCOUNT=<STORAGE_ACCOUNT_NAME>
172+
SCHEMA_REGISTRY=<SCHEMA_REGISTRY_NAME>
173+
SCHEMA_REGISTRY_NAMESPACE=<SCHEMA_REGISTRY_NAMESPACE>
174174
```
175175

176176
1. Create a storage account with hierarchical namespace enabled.

0 commit comments

Comments
 (0)