Skip to content

Commit d9cda78

Browse files
committed
added note explaining how to retrieve the CM_EXTENDED_LOCATION using az cli command
1 parent 647ac01 commit d9cda78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/operator-nexus/howto-use-vm-console-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ To help set up the environment for access to Virtual Machines, define these envi
4444
> These environment variable values do not reflect a real deployment and users MUST change them to match their environments.
4545
>
4646
> It should be noted that the first set of variables in the section below are for the **Cluster Manager** not the Cluster.
47+
> The CM_EXTENDED_LOCATION value can be found with the command `az networkcloud virtualmachine show --name <virtual machine name> --resource-group <virtual machine's resource group> --query "consoleExtendedLocation" | jq -r '.consoleExtendedLocation.name'`.
4748
4849
```bash
4950
# CM_HOSTED_RESOURCES_RESOURCE_GROUP: Cluster Manager resource group name

0 commit comments

Comments
 (0)