Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/176#discussion_r113957513 --- Diff: guide/locations/_azure-ARM.md --- @@ -95,6 +95,17 @@ The loginUser can be anything, as long as it's specified. The `overrideAuthenticateSudo: true` key tells Apache Brooklyn that default on Azure images do not have passwordless sudo configured by default. + imageId: westeurope/OpenLogic/CentOS/7.3 + +Listing images in Azure CLI [https://docs.microsoft.com/en-us/cli/azure/vm/image#list-skus](https://docs.microsoft.com/en-us/cli/azure/vm/image#list-skus). +A VM Image can be specified using Brooklyn location config `imageId`. +For Azure ARM, Apache Brooklyn expects `imageId` in one of the following formats: + +- `location/group/storage/offer/name` +- `location/publisher/offer/sku` + +Consider using imageId sku instead of `osVersion` or `osVersionRegex`. --- End diff -- Why should they consider this? I would remove this line.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---