Skip to content

Commit ce844ca

Browse files
authored
Merge pull request #72310 from kelbrown20/OCPBUGS-29742
OCPBUGS#29742: Adding clarity for arches in Azure docs
2 parents 1d901e4 + 5e8075f commit ce844ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/installation-azure-user-infra-uploading-rhcos.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ $ export ACCOUNT_KEY=`az storage account keys list -g ${RESOURCE_GROUP} --accoun
7878
ifdef::azure[]
7979
[source,terminal]
8080
----
81-
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
81+
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
8282
----
83+
+
84+
where:
85+
86+
`<architecture>`:: Specifies the architecture, valid values include `x86_64` or `aarch64`.
8387
endif::azure[]
8488
ifdef::ash[]
8589
[source,terminal]

0 commit comments

Comments
 (0)