From 282763a977f92c0e1c96487f56414f8a6775eb11 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Mon, 15 Jun 2020 10:15:45 +0200 Subject: [PATCH] image-types: link the Azure requirements This patch makes it easier to find the right document describing image requirements for Linux VM images. It does not link the RHEL page specifically because it is mainly for RHEL 6 and 7 whereas we build RHEL 8. It instead links documentation for generic Linux distribution. --- image-types/rhel8/microsoft-azure.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/image-types/rhel8/microsoft-azure.md b/image-types/rhel8/microsoft-azure.md index 86922ea11..ca82ada4c 100644 --- a/image-types/rhel8/microsoft-azure.md +++ b/image-types/rhel8/microsoft-azure.md @@ -1,7 +1,14 @@ # Microsoft Azure Image This image is meant to be used in [Microsoft Azure][azure], a popular cloud -computing platform. It conforms to Azure's requirements for images. +computing platform. It conforms to Azure's [requirements for images][rhelrequirements]. + + +## Implementation Choices + +This image is only availble for `x86_64`, because it is the only architecture available +in Azure. [azure]: https://azure.microsoft.com +[rhelrequirements]: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-generic \ No newline at end of file