Interacting with Azure Flashcards
Learn about the Tools used to interact with and access azure resources.
What are the four tools for interacting with Azure and managing resources?
Azure Portal
Azure PowerShell
Azure Cloud Shell
Azure CLI
What is the Azure Portal?
The web online GUI for Azure. It is the main Azure website.
What is Azure PowerShell?
PowerShell commands and scripts that can access azure. Similar to Azure CLI but in a different command ‘language’.
What is Azure Cloud Shell
A cloud online version of Azure PowerShell. Runs Azure PowerShell commands on the web.
What is Azure CLI?
Azure Commands within the command-line-interface that access azure. Similar to Azure PowerShell but in a different command ‘language’.
TRUE OR FALSE: Azure PowerShell can be used on Windows, MacOS and Linux.
TRUE
It is installable on all three as each can use PowerShell
TRUE OR FALSE: Azure CLI can be used on Windows, MacOS and Linux.
TRUE
It is installable on all three as each can use the command-line-interface