Create a New Azure Virtual Machine from Android Tablet | AZ-900: Microsoft Azure Fundamentals

Create a New Azure Virtual Machine from Android Tablet

Prev Question Next Question

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure environment. You need to create a new Azure virtual machine from a tablet that runs the Android operating system.

Solution: You use Bash in Azure Cloud Shell.

Does this meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

A

With Azure Cloud Shell, you can create virtual machines using Bash or PowerShell.

Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.

https://docs.microsoft.com/en-us/azure/cloud-shell/quickstart https://docs.microsoft.com/en-us/azure/cloud-shell/overview

The correct answer to this question is B. Azure Blueprints.

Resource locks are used to prevent accidental deletion or modification of critical resources in Azure. When a resource lock is applied to a resource, it restricts the operations that can be performed on that resource. Resource locks can be applied at different levels, such as subscription, resource group, or individual resource.

Azure Blueprints is a service in Azure that allows users to define a repeatable set of Azure resources that implement and adhere to organizational standards, patterns, and requirements. Azure Blueprints can include resource locks as part of the blueprint definition.

If a resource lock is removed from a resource that is part of an Azure Blueprint, Azure Blueprints can automatically replace the lock to ensure that the resource remains protected. This is because the resource lock is defined as part of the blueprint definition, and any changes made to the resource that violate the blueprint definition will be detected and remediated by Azure Blueprints.

In summary, Azure Blueprints can replace a resource lock automatically if the lock is removed, making it the correct answer to this question.

The solution provided, which is using Bash in Azure Cloud Shell, does not meet the goal of creating a new Azure virtual machine from a tablet that runs the Android operating system.

Bash in Azure Cloud Shell is a command-line interface (CLI) that provides an interactive and scriptable shell environment for managing Azure resources. However, it is designed to be accessed through a web browser or the Azure mobile app, and it does not have a dedicated application for Android tablets.

To create a new Azure virtual machine from an Android tablet, you would need to use an appropriate Azure management tool or application that is specifically designed for Android devices. One such tool is the Azure mobile app, which provides basic management capabilities for Azure resources, including virtual machines, from your Android tablet or smartphone. You can download and install the Azure mobile app from the Google Play Store.

Once you have the Azure mobile app installed on your Android tablet, you can use it to create a new Azure virtual machine by following the appropriate steps provided by the app's user interface. The app will guide you through the process of selecting the desired configuration for your virtual machine, such as the operating system, size, storage, networking, and other settings.

Therefore, the correct answer to the question is B. No, using Bash in Azure Cloud Shell does not meet the goal of creating a new Azure virtual machine from an Android tablet.