Question : You manage a cloud service named fabrikam Reports that is deployed in an Azure data center. You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet.
FabrikamReports must communicate with fabrikamSQL. You need to add fabrikam Reports to fabrikamVNet. Which file should you modify? 1. the network configuration file for fabrikamVNet 2. the service definition file (.csdef) for fabnkamReports 3. Access Mostly Uused Products by 50000+ Subscribers 4. the service configuration file (.cscfg) for fabrikamReports
5. the service configuration file (.cscfg) fabrikamSQL
one does not attach a VM to a VNET via the configuration file of the VNET. This eliminates 1
Attaching a service to a VNET is not something you can change dynamically, only by redeploying the service so this eliminate 4
the correct answer is 2
Question : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet1. You plan to hire several remote employees who will need access to the application on corpVnet1. You need to ensure that new employees can access corpVnet1. You want to achieve this goal by using the most cost effective solution. Which two actions should you perform? Each correct answer presents part of the solution.
A. Create a VPN subnet.
B. Enable point-to-point connectivity for corpVnet1.
C. Enable point-to-site connectivity for corpVnet1.
D. Create a gateway subnet.
E. Enable site-to-site connectivity for corpVnet1.
E? we don't connect two network, but REMOTE user to a network
A? there are no notion of VPN subnet in Azure
B? there are no notion of point to point connectivity in azure
so the answer is C and D: You will always have a virtual network, but you will not necessarily always have a S2S VPN. Never assume that something is there when it is not explicitly stated in the question.
The correct answer is C and D. You create a gateway subnet and then enable P2S connectivity.
Question : Your company has a subscription to Azure. You plan to deploy websites. You have the following requirements: + Each website has at least 15 GB of storage. + All websites can use azurewebsite.net. You need to deploy the 10 websites while minimizing costs. Which web tier plan should you recommend?