1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #17051 from openshift-cherrypick-robot/cherry-pick-16986-to-enterprise-4.2

[enterprise-4.2] bug 1756106 correcting Azure service principal commands
This commit is contained in:
Kathryn Alexander
2019-10-04 11:34:32 -04:00
committed by GitHub

View File

@@ -72,10 +72,10 @@ correct subscription.
.. If you are not using the right subscription, change the active subscription:
+
----
$ az account set -s <TenantId> <1>
$ az account set -s <id> <1>
----
<1> Substitute the value of the `TenantId` for the subscription that you want to
use for `<TenantId>`.
<1> Substitute the value of the `id` for the subscription that you want to
use for `<id>`.
.. If you changed the active subscription, display your account information again:
+