Question : Which Azure PowerShell cmdlet should you use to change the size of a virtual machine? 1. Set-AzureVMSize 2. Set-AzureService 3. New-AzureVMConfig 4. The virtual machine size can only be changed through the management portal.
Correct Answer : 1 Explanation: Virtual machine sizes can be changed in the management portal or using the Set-AzureVMSize cmdlet. They cannot be changed to a size that does not support the number of data disks currently attached.
Question : You work for a company named ABC.com. Your role as Cloud Administrator includes the management of the company's public and private cloud infrastructure. The company has a Windows Azure subscription. Two virtual machines (VMs) hosted on Windows Azure run a custom application named CorpApp1. Users access the CorpApp1 application by connecting to a VM named TK-FrontEnd1. TKFrontEnd1 connects to a database on the second VM named TK-BackEnd1. The two VMs are located in a subnet named TK-AppsNet1 which is part of an Azure virtual network named TK-AzNet1. You notice increased traffic between TK- FrontEnd1 and TK- BackEnd1. You are concerned that the amount of network traffic could affect other VMs on TK-AppsNet1. You want to move the two VMs to a separate subnet. You need to minimize the time that CorpApp1 is offline. Which of the following would be the best solution?
1. Move the VMs to an on-premise network by using a site-to-site VPN. 2. Divide the TK-AppsNet1 subnet into two subnets. 3. Move the VMs to a new subnet in the TK-AzNet1 virtual network. 4. Move the VMs to a new Azure virtual network.
Correct Answer : 3 Exp:
Question : You work as a network administrator at ABC.com. The company has offices in New York, Atlanta and Boston. Each office has a data center. All three offices are connected by a Multi-Protocol Label Switching (MPLS) network. The company has a Microsoft Azure subscription. You want to create a connection between Azure and the three offices by connecting Azure to your MPLS network. Which type of network connectivity should you configure?
Correct Answer : 4 Explanation: Azure ExpressRoute lets you create private connections between Azure datacenters and infrastructure which is on your premises or in a colocation environment. ExpressRoute connections don't go over the public Internet and offer more reliability, faster speeds, lower latencies and higher security than typical Internet connections. In some cases, using ExpressRoute connections to transfer data between on-premises systems and Azure can also yield significant cost benefits.
With ExpressRoute, you can establish connections to Azure at an ExpressRoute location, such as an Exchange provider facility or directly connect to Azure from your existing WAN network, such as a multi-protocol label switching (MPLS) VPN, provided by a network service provider.
1. Configure geo-redundant storage for the Azure storage account. 2. Configure an additional endpoint for the web application. 3. Configure auto-scaling based on queue length for the cloud service. 4. Increase the cloud service instance count to three.
1. One public IPv4 address per server. 2. Two contiguous public IPv4 addresses per server. 3. Two contiguous public IPv6 addresses per server. 4. One private IPv6 address per server.
1. By running the New-AzureVMConfig PowerShell cmdlet. 2. By running the Set-AzureSubnet PowerShell cmdlet. 3. By modifying the VM properties in the Azure Management Portal. 4. By modifying the IP properties in Windows Network and Sharing Center. 5. By running the Set-AzureStaticVNetIP PowerShell cmdlet.
Question : Select correct statement from below A. An Azure website can have multiple custom domains associated with it. B. Azure Websites support Server Name Indication (SNI) SSL and IP-based SSL for websites with a custom domain C. The Cross-Platform Command-Line tools for Azure can be run on Windows, and Linux but not on Mac D. An Azure Website site setting is where you can configure language versions for .NET Framework, PHP, Java, and Python