Question : To apply the published configuration to an individual virtual machine, use the Set-AzureVMDscExtension cmdlet, or the Management portal. This configuration can be applied at provisioning time or later.
1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Explanation: To apply a DSC script to a virtual machine using Windows PowerShell, publish it to an Azure Storage account using the Publish-AzureVMDscConfiguration cmdlet. The Azure Storage account can be specified using the CurrentStorageAccount setting of the subscription, or the cmdlet accepts a storage context object. To apply the published configuration to an individual virtual machine, use the Set-AzureVMDscExtension cmdlet, or the Management portal. This configuration can be applied at provisioning time or later. The Set-AzureVMAccessExtension cmdlet is used to execute the VM Access Extension. This extension can enable Remote Desktop access on a virtual machine, change the local administrator password, and rename the local administrator account user name. This extension does not work against Active Directory domain accounts or on domain controllers
Question : Windows-based Azure virtual machines natively support the Puppet extension by enabling it through the Management portal, or using the Set-AzureVMPuppetExtension cmdlet. You can enable the Chef extension on both platforms using the Management portal.
1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Exp: The Set-AzureVMAccessExtension cmdlet is used to execute the VM Access Extension. This extension can enable Remote Desktop access on a virtual machine, change the local administrator password, and rename the local administrator account user name. This extension does not work against Active Directory domain accounts or on domain controllers. Windows-based Azure virtual machines natively support the Puppet extension by enabling it through the Management portal, or using the Set-AzureVMPuppetExtension cmdlet. You can enable the Chef extension on both platforms using the Management portal.
Question : You have a website ABC.com, which is using load balancer as well to handle the heavy traffic. Select the option which correctly applies.
A. The Set-AzureEndpoint cmdlet can be used to manage a load balanced endpoint. B. To enable custom code to control the load balancer probe, use an HTTP health probe C. A cloud service VIP will change if all of the virtual machines in the cloud service are deleted or put in the StoppedDeallocated state D. To load balance an endpoint, create a load balanced set. Virtual machines must reside in the same cloud service to be part of the same load balanced set.
1. A,B,C 2. B,C,D 3. A,C,D 4. A,B,D
Correct Answer : Get Lastest Questions and Answer : Exp: Azure virtual machines that are grouped into cloud services have automatic name resolution supplied by the Azure name resolution service. Create an input endpoint to allow traffic to a virtual machine from the Internet. Each endpoint requires a public port, private port, name, and protocol (TCP or UDP). Use the Management portal or the Add-AzureEndpoint, Set-AzureEndpoint, and Remove-AzureEndpoint cmdlets to manage. To load balance an endpoint, create a load balanced set. Virtual machines must reside in the same cloud service to be part of the same load balanced set. The Set-AzureEndpoint cmdlet cannot be used to manage a load balanced endpoint. Use the Set-AzureLoadBalancedEndpoint cmdlet instead. To enable custom code to control the load balancer probe, use an HTTP health probe. A cloud service VIP will change if all of the virtual machines in the cloud service are deleted or put in the StoppedDeallocated state. Use a reserved IP address to retain the IP. A reserved IP address is created using the New-AzureReservedIP cmdlet and can only be set when creating the first virtual machine in a cloud service. A public IP can be used to enable direct network access to a virtual machine. This is useful when solutions that require dynamic ports are needed. Use the Set-AzurePublicIP cmdlet to configure.
1. Create an alert rule to monitor web endpoints. 2. Create a Notification Hub alert with response time metrics. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Configure the performance counter on the cloud service.