OpenShift on Azure: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Procedure= | =Procedure= | ||
<syntaxhighlight lang='bash'> | |||
SUBSCRIPTION_ID=... | |||
</syntaxhighlight> | |||
<syntaxhighlight lang='bash'> | |||
az account set --subscription ${SUBSCRIPTION_ID} | |||
</syntaxhighlight> |
Revision as of 21:07, 18 November 2020
External
Internal
Prerequisites
- Install Azure CLI, as shown here: Azure CLI | Installation.
- Azure Red Hat OpenShift requires a minimum of 40 cores. May need to increase the quota.
Procedure
SUBSCRIPTION_ID=...
az account set --subscription ${SUBSCRIPTION_ID}