exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 2 question 19 discussion

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

HOTSPOT -
You are implementing a software as a service (SaaS) ASP.NET Core web service that will run as an Azure Web App. The web service will use an on-premises
SQL Server database for storage. The web service also includes a WebJob that processes data updates. Four customers will use the web service.
✑ Each instance of the WebJob processes data for a single customer and must run as a singleton instance.
✑ Each deployment must be tested by using deployment slots prior to serving production data.
✑ Azure costs must be minimized.
✑ Azure resources must be located in an isolated network.
You need to configure the App Service plan for the Web App.
How should you configure the App Service plan? To answer, select the appropriate settings in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Number of VM instances: 4 -
You are not charged extra for deployment slots.

Pricing tier: Isolated -
The App Service Environment (ASE) is a powerful feature offering of the Azure App Service that gives network isolation and improved scale capabilities. It is essentially a deployment of the Azure App Service into a subnet of a customer's Azure Virtual Network (VNet).
References:
https://azure.microsoft.com/sv-se/blog/announcing-app-service-isolated-more-power-scale-and-ease-of-use/

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
mcampos
4 years, 12 months ago
Weird question. What VM have to do with this? On-premise is not IaaS, Azure Web App is PaaS not SaaS...
upvoted 1 times
sien
4 years, 11 months ago
When you're not on an consumption based plan but an app service plan, you can configure how much instances (VM's) it uses under the via de App Service Plan - Scale out option. So the answer is correct.
upvoted 3 times
...
...
pk90351
5 years ago
Pricing tier should be isolation or standard?
upvoted 1 times
whoisthis
5 years ago
It should be isolated as the azure resources must be inside VNET. Only Isolated app service plans be inside VNET. Rest all have links created to VNET
upvoted 4 times
...
...
azurelearner666
5 years ago
If the ASE (App Service Environment) was listed, that could be a valid response too. https://docs.microsoft.com/en-us/azure/app-service/environment/intro
upvoted 1 times
godsbane
4 years, 11 months ago
https://azure.microsoft.com/en-us/blog/announcing-app-service-isolated-more-power-scale-and-ease-of-use/#:~:text=By%20selecting%20the%20Isolated%20pricing,your%20secure%2C%20dedicated%20virtual%20networks.
upvoted 1 times
...
godsbane
4 years, 11 months ago
You need to have an App Service Environment in order to run an Isolated App Service Plan.
upvoted 7 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 ...