exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 2 question 11 discussion

Actual exam question from Microsoft's AZ-700
Question #: 11
Topic #: 2
[All AZ-700 Questions]

HOTSPOT -
You are planning an Azure solution that will contain the following types of resources in a single Azure region:
✑ Virtual machine
✑ Azure App Service
✑ Virtual Network gateway
✑ Azure SQL Managed Instance
App Service and SQL Managed Instance will be delegated to create resources in virtual networks.
You need to identify how many virtual networks and subnets are required for the solution. The solution must minimize costs to transfer data between virtual networks.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-for-azure-services#services-that-can-be-deployed-into-a-virtual-network

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pravda
Highly Voted 2 years, 10 months ago
Question was on exam 11/2021 I believe the answer to be 1 and 4. Web page given in answer, and below states App Service Environment requires a dedicated subnet. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-for-azure-services#services-that-can-be-deployed-into-a-virtual-network
upvoted 41 times
...
prepper666
Highly Voted 2 years, 12 months ago
Correct answer is 1 Vnet. 3 Subnets are needed. Gateway subnet for VPN Gateway. Default subnet for VM Dedicated subnet for SQL Managed instance. https://azure.microsoft.com/en-gb/resources/templates/sql-managed-instance-azure-environment/ No subnet is needed for App Service. Build it and dont just believe the answers written here as many answers are wrong.
upvoted 16 times
roshingrg
1 year, 4 months ago
Yes, you need a dedicated subnet for Azure App Service if you want to integrate your app with an Azure virtual network. The subnet must be allocated an IPv4 /28 block (16 addresses). We recommend that you have a minimum of 64 addresses (IPv4 /26 block) to allow for maximum horizontal scale. If you don't integrate your app with an Azure virtual network, you don't need a dedicated subnet. However, your app will be exposed to the public internet, which may not be desirable for some applications. Here are the subnet requirements for Azure App Service Environment: The subnet must be empty. The subnet must be delegated to Microsoft. Web/hostingEnvironments. The size of the subnet should be at least /26 (64 addresses). If you are using Windows Containers, you will need to allocate an additional IP address per app for each App Service plan instance. This means that if you have 10 Windows Container App Service plan instances with 4 apps running, you will need 50 IP addresses and additional addresses to support horizontal (up/down) scale.
upvoted 1 times
...
volto
1 year, 1 month ago
App service needs Vnet -> "App Service (...) will be delegated to create resources in virtual networks."
upvoted 1 times
...
leonmflai4exam
2 years, 7 months ago
For Azure WebApp, we need to add webapp-integration subnet. https://docs.microsoft.com/en-us/azure/app-service/networking/nat-gateway-integration
upvoted 6 times
...
HasanHHH
2 years ago
Wrong. An app service needs its own dedicated subnet. Web API Management-Dedicated Subnet-Yes Web Apps-Dedicated Subnet-Yes App Service Environment-Dedicated Subnet-Yes Azure Logic Apps-Dedicated Subnet-Yes
upvoted 1 times
...
...
nhr2
Most Recent 3 months, 1 week ago
Virtual Network: All resources can share a single virtual network to minimize costs. Subnets: Subnet 1: For the Virtual Machine. Subnet 2: For the Azure App Service (delegated for App Service resources). Subnet 3: For the Virtual Network Gateway (GatewaySubnet). Subnet 4: For the Azure SQL Managed Instance (delegated for SQL resources).
upvoted 1 times
...
NSF2
9 months, 3 weeks ago
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-for-azure-services#services-that-can-be-deployed-into-a-virtual-network 1 and 4 are correct.
upvoted 1 times
...
AzureLearner01
1 year, 7 months ago
Provided answer is correct. You need a subnet for the vm, a dedicated for the gateway, app service (vnet integration) and sql managed instance.
upvoted 4 times
...
Libaax01
1 year, 7 months ago
The provided answer is correct and can be confirmed by the original linked shared. 1 Virtual Network (Vnet) 4 Subnets ( Default subnet where the VMs will reside, Dedicated subnet for APP Services, Dedicated subnet for Virtual Network Gateway, and finally dedicated subnet for SQL Managed services)
upvoted 2 times
RabbitB
5 months ago
I like that!
upvoted 1 times
...
...
Rajan395
1 year, 9 months ago
Given answer is correct.
upvoted 1 times
...
sapien45
2 years ago
The solution must minimize costs to transfer data between virtual networks. Meaning App service Gateway-required virtual network integration is not an option. The regional virtual network integration feature enables you to place the back end of your app in a subnet in a Resource Manager virtual network in the same region as your app. This feature isn't available from an App Service Environment, which is already in a virtual network. https://learn.microsoft.com/en-us/azure/app-service/networking-features 4 it is
upvoted 3 times
...
Jamesat
2 years, 2 months ago
This was on my exam on 22/08/2022 The correct answer did indeed seem to be 1 and 4. A subnet for the VPN Gateway Subnet for VMs Subnet for App Service VNET integration (as delegated) Subnet for SQL Managed Instance (as delegated)
upvoted 7 times
...
1particle
2 years, 2 months ago
1 and 4 https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/connectivity-architecture-overview?view=azuresql#high-level-connectivity-architecture https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-for-azure-services#services-that-can-be-deployed-into-a-virtual-network VPN gateway of course needs a VPN subnet VM will be in the 4th
upvoted 1 times
...
Payday123
2 years, 3 months ago
"App Service and SQL Managed Instance will be delegated to create resources in virtual networks" so App service requires delegates subnet for integration!
upvoted 2 times
...
Whatsamattr81
2 years, 5 months ago
Correct is 4. 2 subnets for the VPN gateway, the app service and vm can be on the same one, and Azure SQL Managed Instance must be deployed within an Azure virtual network and the subnet dedicated for managed instances only.
upvoted 1 times
...
Madball
2 years, 6 months ago
I believe the given answer is correct, my reasoning for this is as follows. 1. Azure SQL Managed Instance requires its own subnet. 2. A Virtual Network Gateway requires its own subnet. 3. An app service by default does not connect to a virtual network and is accessible by its public frontend. It is my understanding that if you want an app service to integrate with a virtual network you need to enable VNET integration, which requires its own subnet. 4. The VM can share subnets, however in this question there are 4 resources and three of them require their own subnet, meaning the VM will require its own subnet in this instance.
upvoted 9 times
...
bmulvIT
2 years, 7 months ago
On exam today 3/3/2022
upvoted 1 times
...
rockethack
2 years, 8 months ago
This question was on the exam on 18th Feb 2022.
upvoted 1 times
...
Beitran
2 years, 8 months ago
"Virtual network integration depends on a dedicated subnet. " https://docs.microsoft.com/en-us/azure/app-service/overview-vnet-integration#gateway-required-vnet-integration So yes, 4 subnets is correct
upvoted 1 times
...
Kimimoto
2 years, 8 months ago
Appeared in exam on 11/Feb/2022
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago