Manage Azure Web App Settings from iPhone | Azure Management Tools

Manage Azure Web App Settings

Prev Question Next Question

Question

You have an Azure web app.

You need to manage the settings of the web app from an iPhone.

What are two Azure management tools that you can use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

BC

The Azure portal is the web-based portal for managing Azure. Being web-based, you can use the Azure portal on an iPhone.

Azure Cloud Shell is a web-based command line for managing Azure. You access the Azure Cloud Shell from the Azure portal. Being web-based, you can use the

Azure Cloud Shell on an iPhone.

Incorrect Answers:

A: Azure CLI can be installed on MacOS but it cannot be installed on an iPhone.

D: Windows PowerShell can be installed on MacOS but it cannot be installed on an iPhone.

E: Azure Storage Explorer is not used to manage Azure web apps.

http://www.deployazure.com/management/managing-azure-from-ipad/

To manage the settings of an Azure web app from an iPhone, there are two Azure management tools you can use, which are as follows:

B. The Azure portal: It is a web-based tool that allows you to manage Azure resources and services from anywhere using a web browser, including your iPhone. With the Azure portal, you can manage and configure the settings of your web app easily, such as monitoring and logging, scaling, SSL certificates, custom domains, and deployment options. The Azure portal provides a user-friendly interface that simplifies complex tasks and provides a single view of your resources, making it easy to manage and monitor them.

C. Azure Cloud Shell: Azure Cloud Shell is a web-based shell environment that allows you to manage Azure resources and services from anywhere using a web browser. It provides a browser-based command-line interface that you can use to manage and configure your Azure resources, including your web app. Azure Cloud Shell provides a built-in Azure CLI, PowerShell, and other tools that you can use to manage your resources. You can access Azure Cloud Shell from your iPhone by logging into the Azure portal from your mobile browser.

In conclusion, you can manage the settings of an Azure web app from an iPhone using the Azure portal and Azure Cloud Shell. Both tools provide a user-friendly interface and command-line interface, respectively, to manage and configure your web app's settings from anywhere using a web browser.

The correct answer is B. a virtual network for FinServer and another virtual network for all the other servers.

Explanation:

To meet the company's compliance policy, the FinServer must be on a separate network segment. This can be achieved by creating separate virtual networks in Azure. A virtual network is an isolated network environment that allows resources to securely communicate with each other. Each virtual network is isolated from other virtual networks and can be connected to other virtual networks, on-premises networks, or the Internet.

Option A, creating separate resource groups for FinServer and other servers, does not provide network isolation. Resource groups are logical containers that hold related Azure resources, but they do not provide network segmentation.

Option C, using a VPN for FinServer and a virtual network gateway for each other server, is not the best solution because it is more complex and costly than necessary. VPNs are used to securely connect on-premises networks to virtual networks in Azure. Using a VPN for FinServer and a virtual network gateway for each other server would require multiple VPN connections and virtual network gateways, which can be expensive and difficult to manage.

Option D, creating one resource group for all the servers and using a resource lock for FinServer, does not provide network isolation. Resource locks are used to prevent accidental deletion or modification of Azure resources, but they do not provide network segmentation.

Therefore, the best solution to meet the company's compliance policy is to create separate virtual networks for FinServer and all the other servers in Azure. This ensures that FinServer is on a separate network segment, which satisfies the compliance policy.