Posts

Showing posts from January, 2019

Azure Question Set

1) Person B manages an azure website named sampleweb. logging(Logs for further analysis) is enabled for sampleweb. You need to view errors from the log file in a continuous stream as they occur. which windows powershell command should you execute? AzureWebSiteLog i) Get-AzureWebSiteLog -Name -------  -OutBuffer Error ii) Save-AzureWebSiteLog -Name ------- -Output Errors iii) Get-AzureWebSiteLog -Name --------- -Tail -Manage Error iv) Get-AzureWebSiteLog -Name --------- Manage Error 2) Your company has two cloud services named CS01 and CS02. You create a virtual machine(VM) in CS02 named Accounts. You need to ensure that users in CS0 can access the Accounts VM by using port 8080. What should you do? Reference  i)  Create a firewall rule. ii)  Configure load balancing. iii)  Configure port redirection. iv)  Configure port forwarding. v)  Create an end point. 3) The maximum size of a datadisk is ____ terabytes. Reference  ...

Availability Set

   Availability sets is a group of minimum 2 or more number of Fault Domains and Update Domains that are created in different Hardware nodes within Azure region. When a group of VM's are created and placed in Availability Sets it is distributed among various FD and UD which are available in different Hardware nodes within the Same Azure Region. Fault Domains are By Default 2 Fault Domains and 5 Update Domains gets created while deploying