Description
The Flatcar Linux Azure Marketplace image is using BYOL ("bring your own license") and lists no additional charges (but also doesn't say free). I wanted to ask for clarifications about both the license and pricing.
Impact
License
Unlike CoreOS Azure Marketplace images, the Flatcar Linux Marketplace image requires accepting a license once before use. Showing the license with az yields a JSON blob linking to a personalized license that contains a link to https://kinvolk.io/legal/open-source/
$ terraform apply
Error message: 'Legal terms have not been accepted for this item on this subscription
az vm image terms show --publish kinvolk --offer flatcar-container-linux --plan stable
az vm image terms accept --publish kinvolk --offer flatcar-container-linux --plan stable
Is this needed? Also, the BYOL link on Flatcar Linux Azure Marketplace doesn't provide go to a description, so it sounds like something that needs to be obtained externally and loaded (although I believe that's not the case)
Pricing
The terms above enable a subscription that may have costs? The day I began testing Flatcar Linux Azure, a new separate Azure Marketplace invoice line item appeared (separate from Azure Service).
Azure's own detailed invoice is broken and the generic invoice PDF provides no details about even the name of the subscription, so its been difficult to confirm whether this is indeed coming from Flatcar Linux Azure. Its possible its something else. But for now I've cancelled my subscription to see if it goes away next month.
Environment and steps to reproduce
- Use Flatcar Linux Marketplace image on Azure through the UI or other means
- See if you have to accept terms beforehand?
- See if you get charged?
Expected behavior
No charges and ideally no special step to accept a license that triggers Azure subscriptions.
Additional information
Also filed at poseidon/typhoon#703
Description
The Flatcar Linux Azure Marketplace image is using BYOL ("bring your own license") and lists no additional charges (but also doesn't say free). I wanted to ask for clarifications about both the license and pricing.
Impact
License
Unlike CoreOS Azure Marketplace images, the Flatcar Linux Marketplace image requires accepting a license once before use. Showing the license with
azyields a JSON blob linking to a personalized license that contains a link to https://kinvolk.io/legal/open-source/Is this needed? Also, the BYOL link on Flatcar Linux Azure Marketplace doesn't provide go to a description, so it sounds like something that needs to be obtained externally and loaded (although I believe that's not the case)
Pricing
The terms above enable a subscription that may have costs? The day I began testing Flatcar Linux Azure, a new separate Azure Marketplace invoice line item appeared (separate from Azure Service).
Azure's own detailed invoice is broken and the generic invoice PDF provides no details about even the name of the subscription, so its been difficult to confirm whether this is indeed coming from Flatcar Linux Azure. Its possible its something else. But for now I've cancelled my subscription to see if it goes away next month.
Environment and steps to reproduce
Expected behavior
No charges and ideally no special step to accept a license that triggers Azure subscriptions.
Additional information
Also filed at poseidon/typhoon#703