An Azure service that is used to provision Windows and Linux virtual machines.
To get SQL Server 2019 Master Data Services (Developer Edition) on an Azure VM running Windows Server 2016 and attached to the corporate domain working we had to
- Generate a machine key as described in Annex A of https://support.microsoft.com/en-us/help/2915218/resolving-view-state-message-authentication-code-mac-errors, and
- Modify web.config replacing <machineKey validation="HMACSHA256"> with the generated machine key.
On our Azure VM <machineKey validation="HMACSHA256">caused the web application not to work without throwing any meaning errors.