brianloss commented on code in PR #436: URL: https://github.com/apache/fluo-muchos/pull/436#discussion_r1391127165
########## docs/azure-image-reference.md: ########## @@ -1,25 +1,68 @@ -Configure Azure image with CentOS 8.x --------------------------------------- +# Azure VM images +Muchos can be configured to use any Azure Marketplace image, including those that need a payment plan. In addition, Muchos can be configured to use a custom VM image which has been uploaded to an Azure subscription, or a VM image which exists in a shared image gallery. + +# Cluster image configuration +The sections below describe the various image related configurations in `muchos.props`. + +## azure_image_reference +`azure_image_reference` is a pipe-delimited string in the format `offer|publisher|sku|version|image_id|`. The trailing pipe character is intentional. + +* For Azure Marketplace images, the values for the fields `offer|publisher|sku|version` can be obtained from the Azure portal, or by using the Azure CLI commands as shown later. For exmaple, the CentOS 7.9 image currently used as the default in Muchos is specified as: Review Comment: nit: typo ```suggestion * For Azure Marketplace images, the values for the fields `offer|publisher|sku|version` can be obtained from the Azure portal, or by using the Azure CLI commands as shown later. For example, the CentOS 7.9 image currently used as the default in Muchos is specified as: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
