exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 12 question 1 discussion

Actual exam question from Microsoft's AZ-300
Question #: 1
Topic #: 12
[All AZ-300 Questions]

HOTSPOT -
You need to implement App2 to meet the application requirements. What should you include in the implementation? 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:
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/ https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale

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
Ekramy_Elnaggar
Highly Voted 5 years, 6 months ago
So the correct answer is ( Isolated & Always ON )
upvoted 34 times
...
DP80
Highly Voted 5 years, 2 months ago
Isolated and Standard both support Always On feature but, in order to fulfil the requirement - "The cost of App1 and App2 must be minimized", the choice has to be Standard. Isolated app service tier is the most expensive!
upvoted 15 times
PatMan
5 years ago
Why don't you read the technical documentation before you put random thoughts here? You need to use NSG's to control both inbound and outbound traffic. With the App Service Standard plan you can use NSG for outbound traffic only. You need the isolated tier to control inbound traffic as well. MS quote: "you can't use VNet Integration to provide inbound access to your app."
upvoted 9 times
tmurfet
5 years ago
The question states "You need to implement App2 to meet the application requirements." App1 is not mentioned, and the NSG requirement applies only to App1. So it would seem that the published answer of Standard is correct.
upvoted 1 times
tmurfet
5 years ago
Correction: key term - "App2 will be deployed directly to an Azure virtual network." Reading the following doc, I'm changing my answer to Isolated. https://docs.microsoft.com/en-us/azure/app-service/networking-features
upvoted 2 times
...
...
mahmoud11
4 years, 10 months ago
totally agree with your comment.
upvoted 1 times
...
...
...
tashakori
Most Recent 1 year, 3 months ago
Given answer is right
upvoted 1 times
...
tashakori
1 year, 3 months ago
Given answer is right
upvoted 1 times
...
basak
4 years, 9 months ago
if you want to Put App directly to Vnet then Only through Isolation App service plan is providing option for networking while you are creating webapp.
upvoted 1 times
...
ipvaid
4 years, 9 months ago
Requirement "App2 must be able to connect directly to the private IP addresses of the Azure virtual machines. App2 will be deployed directly to an Azure virtual network." From MS - https://docs.microsoft.com/en-us/azure/app-service/environment/intro An ASE always exists in a virtual network, and more precisely, within a subnet of a virtual network. An ASE can be either internet-facing with a public IP address or internal-facing with only an Azure internal load balancer (ILB) address. From MS The Isolated plan allows customers to run their apps in a private, dedicated environment in an Azure data centre using Dv2-series VMs with faster processors, SSD storage and double the memory-to-core ratio compared to Standard. There is no such requirement for dedicated ASE. Basic and standard has "Always On" feature which is required here. So correct answer is "Standard"
upvoted 1 times
...
tundervirld
4 years, 10 months ago
Answer: - Isolate - Always On Explanation: The Tricky question here is: deployed directly to an Azure virtual network... The only way to do it is in an ASE, Ase needs an Isolate tier. * The cost of App1 and App2 must be minimized: The Plans Free, Shared and Basic haven’t Virtual Network connectivity, so we only have Standard, Premium and Isolate that support it. Therefore Standard the cheaper, Premium and Isolated app service tier is the more expensive, But only Isolate is able to deploy in a VN. * Connection Private on a VM and deployed directly to an Azure virtual network: An ASE always exists in a virtual network, and more precisely, within a subnet of a virtual network. You can use the security features of virtual networks to control inbound and outbound network communications for your apps. So we’ll need Isolate to use ASE. References: https://azure.microsoft.com/en-us/pricing/details/app-service/plans/ https://docs.microsoft.com/en-us/azure/app-service/environment/intro#virtual-network-support
upvoted 1 times
admins
4 years, 9 months ago
This is not true. You can deploy a standard App Service to a vnet using vnet integration. I know this because I configured it for a client last week. https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet See the section: "The VNet Integration features"
upvoted 1 times
...
...
ofa_75
4 years, 10 months ago
az func in a vnet > app service plan (not consumption nor prenium) optimize cost > standard (not isolated) warm up > in a app serv plan must use always on
upvoted 2 times
...
BEB
4 years, 10 months ago
app2 req:/considerations: App2 must be able to connect directly to the private IP addresses of the Azure virtual machines. App2 will be deployed directly to an Azure virtual network. The cost of App1 and App2 must be minimized. A newly developed API must be implemented as an Azure function named App2. App2 will use a blob storage trigger. App2 must process new blobs immediately. ===> App service plan tier- standard ( answers all requirements: immediate processing--> production, API support, lower cost, connection to vnet,..) enable feature--> always on (needs to be on to be triggered??)
upvoted 2 times
...
dips31089
4 years, 10 months ago
Answer is Incorrect. 1 - Isolated (you need App Service Environment -within VNET/lock using NSGs- there can't be more hints) 2 - Always On (App 2 is a function; functions deployed on App Service Plans need Always on) Cost factors, as many have mentioned, should only come in when there are multiple correct answers, which does not apply here.
upvoted 1 times
...
Harkonnen
4 years, 11 months ago
MS documentation does not leave much room for confusion: "There are two primary deployment types for the Azure App Service. There is the multi-tenant public service, which hosts App Service plans in the Free, Shared, Basic, Standard, Premium, and Premiumv2 pricing SKUs. Then there is the single tenant App Service Environment(ASE), which hosts Isolated SKU App Service plans directly in your Azure Virtual Network (VNet)". Thus, ISOLATED = deployment directly on VNet, which is a requirement, which means that the answer given is INCORRECT! It does make sense because since, in the other plans, you'd be on a shared instance, you wouldn't be in position to decide on which VNet the app will be available. Autoswap is a feature that allows setting up staging environments for the deployments of App updates and Webjobs refer to background jobs to be run by the App. Therefore, unrelated to the requirements. What it is required is for the App to process the Blobs immediately and this cannot be met if the App is put to sleep (it takes some time to wake up). Always On it is then.
upvoted 10 times
SunnyAU
4 years, 10 months ago
Regarding Isolated, just adding the link to the MS documentation https://docs.microsoft.com/en-au/azure/app-service/web-sites-integrate-with-vnet
upvoted 1 times
...
...
gboyega
4 years, 11 months ago
Given answer is correct. VNET integration is also available for Standard plans https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
upvoted 2 times
gboyega
4 years, 11 months ago
Maybe Isolated sku is correct Isolated Service Plan The Isolated service plan is designed to run mission critical workloads, that are required to run in a virtual network
upvoted 1 times
gboyega
4 years, 11 months ago
Since the question says "deployed directly to an Azure virtual network" and not integrate with VNET. The answer should be Isolated Always ON
upvoted 3 times
...
...
...
Wildsheep
5 years ago
ASEv2 includes upgraded VMs that are used to host your apps. The workers for ASEv2 are built on the Dv2-series VMs and outperform the workers used in the multi-tenant app service. To distinguish between ASPs that are in an ASE and those in the multi-tenant service, a new pricing SKU was created. The name of this SKU is Isolated, as shown in Figure 4. When you pick an Isolated SKU it means you want the associated ASP to be created in an ASEv2. Answer is Isolated . VNet integration is not the same as ASE, you need ASE to meet the requirements. https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/april/azure-the-new-azure-app-service-environment
upvoted 1 times
SunnyAU
4 years, 10 months ago
I believe Isolated is the only option to fit the requirements for App2 as well. As you have pointed out, the requirement is to "deployed directly to an Azure virtual network". This means you cannot use a VNET integration environment since in this deployment option, the APP service sits outside the VNet. It simply uses an integration subnet inside a VNet to access other resources. Only an Isolated ASE instance will provide direct deployment into a Virtual Network. “The VNet Integration feature is used in multitenant apps. If your app is in App Service Environment, then it's already in a VNet and doesn't require use of the VNet Integration feature to reach resources in the same VNet.” Rationale and referenced text above is documented here: https://docs.microsoft.com/en-au/azure/app-service/web-sites-integrate-with-vnet
upvoted 1 times
...
...
jonnybugaloo
5 years ago
Given answer is correct. Application Requirements - A newly developed API must be implemented as an Azure function named App2. App2 will use a blob storage trigger. App2 must process new blobs immediately. A - Always On App2 must be able to connect directly to the private IP addresses of the Azure virtual machines. App2 will be deployed directly to an Azure virtual network. Vnet Integration or App Service Environment aloows you to deploy your app directly into a VNET. Both are available on standard pricing tier https://docs.microsoft.com/en-us/azure/app-service/networking-features#app-service-environment https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
upvoted 3 times
...
[Removed]
5 years ago
since they have already mentioned that there is an app service environment, so it wuld be isolated only..see the below text from the link :https://docs.microsoft.com/en-us/azure/app-service/environment/intro The Azure App Service Environment is an Azure App Service feature that provides a fully isolated and dedicated environment for securely running App Service apps at high scale. This capability can host your:
upvoted 2 times
...
Rooh
5 years ago
It would be isolated
upvoted 3 times
...
thirstylion
5 years ago
Isolated & Always On
upvoted 2 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 ...