You have an Azure environment.
You need to create a new Azure virtual machine from a tablet that runs the Android operating system.
What are three possible solutions? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D. E.ABE
The Android tablet device will have a web browser (Chrome). That's enough to connect to the Azure portal.
The Azure portal offers three ways to create a VM:
-> Using the graphical portal.
-> Using the Azure Cloud Shell using Bash.
-> Using the Azure Cloud Shell using PowerShell.
The correct answers are A, B, and E.
A. Use Bash in Azure Cloud Shell: Azure Cloud Shell is an interactive, web-based shell environment that enables users to access a command-line interface from anywhere. It provides command-line tools and utilities for Azure management, including Azure CLI and PowerShell. You can use Bash in Azure Cloud Shell to create a new virtual machine in Azure. The Azure CLI command 'az vm create' can be used to create a new VM in Azure.
B. Use PowerShell in Azure Cloud Shell: You can also use PowerShell in Azure Cloud Shell to create a new virtual machine in Azure. Azure PowerShell provides a set of cmdlets that allow you to manage Azure resources, including virtual machines. The 'New-AzVM' cmdlet can be used to create a new virtual machine in Azure.
E. Use the Azure portal: The Azure portal is a web-based management console that allows you to manage your Azure resources. You can create a new virtual machine in Azure using the Azure portal by following the below steps:
C. Use the PowerApps portal and D. Use the Security & Compliance admin center are incorrect options, as they do not provide the capability to create a new virtual machine in Azure. The PowerApps portal is used to create custom business apps, while the Security & Compliance admin center is used to manage security and compliance settings in Azure.