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

Merge pull request #72453 from openshift-cherrypick-robot/cherry-pick-72310-to-enterprise-4.16

[enterprise-4.16] OCPBUGS#29742: Adding clarity for arches in Azure docs
This commit is contained in:
Kelly Brown
2024-03-01 10:00:37 -08:00
committed by GitHub

View File

@@ -78,8 +78,12 @@ $ export ACCOUNT_KEY=`az storage account keys list -g ${RESOURCE_GROUP} --accoun
ifdef::azure[]
[source,terminal]
----
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
----
+
where:
`<architecture>`:: Specifies the architecture, valid values include `x86_64` or `aarch64`.
endif::azure[]
ifdef::ash[]
[source,terminal]