Question : You are working in AcmeShell Inc. as a network Architect. You decided to extend your existing datacenter to Azure. Hence, you require to create a connection that supports a multiprotocol label switching (MPLS) virtual private network. Which is the correct connection type you should you use 1. Site-to-Site
Correct Answer : Get Lastest Questions and Answer : Explanation: Azure ExpressRoute, a cloud integration solution for creating fast, secure private connections between Azure and on-premises datacenters.
Microsoft Azure ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a dedicated private connection facilitated by a connectivity provider. With ExpressRoute, you can establish connections to Microsoft cloud services, such as Microsoft Azure, Office 365, and CRM Online. Connectivity can be from an any-to-any (IP VPN) network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a co-location facility. ExpressRoute connections do not go over the public Internet. This allows ExpressRoute connections to offer more reliability, faster speeds, lower latencies, and higher security than typical connections over the Internet.
Key benefits include:
Layer 3 connectivity between your on-premises network and the Microsoft Cloud through a connectivity provider. Connectivity can be from an any-to-any (IPVPN) network, a point-to-point Ethernet connection, or through a virtual cross-connection via an Ethernet exchange. Connectivity to Microsoft cloud services across all regions in the geopolitical region. Global connectivity to Microsoft services across all regions with ExpressRoute premium add-on. Dynamic routing between your network and Microsoft over industry standard protocols (BGP). Built-in redundancy in every peering location for higher reliability. Connection uptime SLA. QoS and support for multiple classes of service for special applications, such as Skype for Business.
Question : You manage a cloud service named QuickReports that is deployed in an Azure data center. You deploy a virtual machine (VM) named QuickVMSQL into a virtual network named QuickVNet.
QuickReports must communicate with QuickVMSQL. You need to add QuickReports to QuickVNet. Which file should you modify?
1. the network configuration file for QuickVNet
2. the service definition file (.csdef) for QuickReports
4. the service configuration file (.cscfg) for QuickReports
5. the service configuration file (.cscfg) QuickVMSQL
Correct Answer : Get Lastest Questions and Answer : Exp: You can edit service config file and add details of subnet and Vnet. after that SQL VM will autometically communicate. A cloud service is created from three components, the service definition (.csdef), the service config (.cscfg), and a service package (.cspkg). Both the ServiceDefinition.csdef and ServiceConfig.cscfg files are XML-based and describe the structure of the cloud service and how it's configured; collectively called the model. The ServicePackage.cspkg is a zip file that is generated from the ServiceDefinition.csdef and among other things, contains all of the required binary-based dependencies. Azure creates a cloud service from both the ServicePackage.cspkg and the ServiceConfig.cscfg.
Once the cloud service is running in Azure, you can reconfigure it through the ServiceConfig.cscfg file, but you cannot alter the definition.
The NetworkConfiguration element of the service configuration file specifies Virtual Network and DNS values.
The .csdef file is part of the package. The .cscfg is where you define all the required objects like storage accounts, reservedIP, etc. and VNet is one of those. I know because I have been doing this for one of our CS apps.
The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg.
Question : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet. 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. F. Convert corpVnet1 to a regional virtual network.
Correct Answer : Get Lastest Questions and Answer : Exp: 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. F : there are a notion of local network in Azure Vnet, not regional 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