All three Azure management tools can be used on Windows 10, Ubuntu, and MacOS Mojave:
1. Azure CLI: The Azure Command Line Interface (CLI) is a set of commands used to create and manage Azure resources. It is cross-platform and can be installed on Windows, Linux (including Ubuntu), and MacOS.
2. Azure Portal: The Azure portal is a web-based application that can be accessed from any web browser on any operating system, including Windows 10, Ubuntu, and MacOS Mojave. It provides a graphical interface for managing your Azure resources.
3. Azure PowerShell: Azure PowerShell is a module that provides cmdlets to manage Azure resources directly from the PowerShell command line or in scripts. PowerShell is integrated into Windows 10, and the Azure PowerShell module can be installed on top of it. For Ubuntu and MacOS, PowerShell Core can be installed, which is a cross-platform version of PowerShell. The Azure PowerShell module can then be installed on top of PowerShell Core.