Question : Select the correct statement for Windows and Linux based virtual machine.
A. By default, virtual machines will have connectivity enabled for Remote Desktop on virtual machines created from a Windows-based image B. By default, virtual machines will have connectivity enabled for PowerShell remoting on virtual machines created from a Windows-based image C. virtual machines created from a Linux-based image, SSH will be enabled by default D. virtual machines created from a Linux-based image, SSH needs to be enabled.
1. A,B,C 2. B,C,D 3. A,C,D 4. A,B Only
Correct Answer : Get Lastest Questions and Answer : Exp : The Azure PowerShell cmdlets can manage the lifecycle of your virtual machines with cmdlets such as Start-AzureVM, Restart-AzureVM, Stop-AzureVM, and Remove-AzureVM. You can delete all of the virtual machines in a cloud service with one operation by using the Remove-AzureService cmdlet. By default, virtual machines will have connectivity enabled for Remote Desktop and PowerShell remoting on virtual machines created from a Windows-based image. For virtual machines created from a Linux-based image, SSH will be enabled by default
Question : Select the correct statement regarding vhd files.
A. Virtual hard disk files (.vhd) can be uploaded to an Azure Storage account using the Add-AzureVHD cmdlet. B. The Save-AzureVHD cmdlet can be used to download a .vhd file to the local file system. C. To copy a virtual hard disk (.vhd) file from one storage account to another, use the Start-AzureStorageBlobCopy cmdlet D. When provisioning a virtual machine using a generic image, you must specify provisioning configuration, such as user name and password. E. To associate a disk with a virtual hard disk (.vhd) file, you can use the management portal or the Azure PowerShell Add-AzureDisk cmdlet
Explanation: Virtual hard disk files (.vhd) can be uploaded to an Azure Storage account using the Add-AzureVHD cmdlet. The Save-AzureVHD cmdlet can be used to download a .vhd file to the local file system. To copy a virtual hard disk (.vhd) file from one storage account to another, use the Start-AzureStorageBlobCopy cmdlet. Generic images are captured after generalizing the operating system using the Sysprep.exe tool in Windows or the Azure Agent (waagent) on Linux. The operating system must be shut down before the image can be captured. Specialized images are captured without running a generalization tool. Specialized images don't need to go through the provisioning process again. When provisioning a virtual machine using a generic image, you must specify provisioning configuration, such as user name and password. Using Windows PowerShell, this is specified using the Add-AzureProvisioningConfig cmdlet. When provisioning a specialized image, don't specify a user name and password (because the local credentials are already set) and, to create from Windows PowerShell, don't call the Add-AzureProvisioningConfig cmdlet. To associate a disk with a virtual hard disk (.vhd) file, you can use the management portal or the Azure PowerShell Add-AzureDisk cmdlet. To associate an image with a virtual hard disk (.vhd) file you can use the management portal or the Azure PowerShell Add-AzureVMImage cmdlet.
Question : What is the maximum disk size supported for an operating system (OS) disk in Azure?
1. Create a new GPO to execute the scripts as a logon script. 2. Create a SetupComplete.cmd batch file to call the scripts after the VM starts. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Load the scripts to a common file share accessible by the VMs.
5. Set the VMs to execute a custom script extension.