exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 1 discussion

Actual exam question from Microsoft's AZ-204
Question #: 1
Topic #: 2
[All AZ-204 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).
Reference:
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
mlantonis
Highly Voted 3 years, 10 months ago
Box 1: 4 There are four customers that use this service, and each instance of the WebJob processes data for a single customer and must run as a singleton instance. So, the number of VM should be 4. WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app. Like running background tasks. Box 2: Isolated Azure resources must be located in an isolated network . In the Isolated tier, the App Service Environment defines the number of isolated workers that run your apps, and each worker is charged. In addition, there's a flat Stamp Fee for the running the App Service Environment itself. Isolated: This tier runs dedicated Azure VMs on dedicated Azure Virtual Networks. It provides network isolation on top of compute isolation to your apps. It provides the maximum scale-out capabilities.
upvoted 123 times
...
goudigubba
Highly Voted 4 years, 2 months ago
Got this in the exam yesterday.
upvoted 21 times
dhosth
4 years ago
What is the correct answer?
upvoted 2 times
joanbdm
3 years, 11 months ago
4 & isolated
upvoted 8 times
Soumayard
3 years, 10 months ago
Heyy, did you get a lot of questions like the ones here?
upvoted 2 times
...
...
...
...
8ac3742
Most Recent 8 months, 3 weeks ago
WebJob Singleton instance implies that one VM can only run one service instance at a time across all VM instances, so we require 4 VM instances.
upvoted 1 times
...
Xoxoo
1 year, 2 months ago
Number of VM instances: Since you have four customers, each with a separate instance of the WebJob that must run as a singleton instance, you need at least four instances of the App Service plan to ensure that each customer's WebJob runs independently. Therefore, you should configure the number of VM instances to be at least four. Pricing tier: Given the requirement for an isolated network and the need to minimize costs, the appropriate pricing tier for this scenario would be the "Isolated" tier. The Isolated tier provides dedicated infrastructure for your App Service Environment (ASE), ensuring isolation and security. While it may have higher costs compared to the Standard or Premium tiers, it offers the required level of isolation and network security for your scenario.
upvoted 1 times
Xoxoo
1 year, 2 months ago
Answer: 4 and Isolated
upvoted 2 times
...
...
Happiman
1 year, 2 months ago
The singleton nature of the WebJobs does not necessitate a one-to-one mapping with VM instances, as singleton execution is managed by Azure and ensures that only one instance of a job runs across the entire App Service environment. so the required VMs are two(2) not four.
upvoted 1 times
...
NPE_
1 year, 5 months ago
Got this on the exam Nov. 07 2023
upvoted 6 times
...
juanckar
1 year, 9 months ago
This was on the exam (July 2023). Went with proposed. Scored 917
upvoted 6 times
Devendra_Shukla
1 year, 9 months ago
How many questions are from Exam topics?
upvoted 1 times
...
...
carlosghosn
2 years, 5 months ago
Got this in the exam today ! Nov 25, 2022
upvoted 1 times
...
drgn7676
2 years, 9 months ago
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
upvoted 3 times
...
BharatVasi
2 years, 10 months ago
Wrote exam yesterday, not even 60% question came from here :-(
upvoted 3 times
adilkhan
2 years, 3 months ago
did you purchase the examtopics account and gone through all 33 pages? please reply
upvoted 3 times
Devendra_Shukla
1 year, 9 months ago
Adilkhan how many questions from ET?
upvoted 1 times
...
...
...
Eltooth
2 years, 11 months ago
Going with 4 VM's and Isolated.
upvoted 1 times
...
veenet
3 years, 1 month ago
the resource must be allocated as Isolate
upvoted 1 times
...
yifado5713
3 years, 3 months ago
Many questions are not from the dumps so prepare well before appearing for the exam. I passed with 720 score.
upvoted 5 times
...
sari67
3 years, 4 months ago
I passed the exam today with score 882.All the case studies and questions were the same with these samples in examtopics, except for two or three questions and one case study related to logic app. Good luck!
upvoted 11 times
john4p
3 years, 4 months ago
Nice, thanks for the info.
upvoted 1 times
...
...
sangmin214
3 years, 5 months ago
4/Isolated
upvoted 1 times
...
prabhjot
3 years, 11 months ago
yes the ans is correct
upvoted 2 times
...
mlantonis
3 years, 11 months ago
Box 1: 4 There are four customers that use this service, and each instance of the WebJob processes data for a single customer and must run as a singleton instance. So, the number of VM should be 4. Box 2: Isolated Azure resources must be located in an isolated network . In the Isolated tier, the App Service Environment defines the number of isolated workers that run your apps, and each worker is charged. In addition, there's a flat Stamp Fee for the running the App Service Environment itself. Isolated: This tier runs dedicated Azure VMs on dedicated Azure Virtual Networks. It provides network isolation on top of compute isolation to your apps. It provides the maximum scale-out capabilities. Reference: https://azure.microsoft.com/sv-se/blog/announcing-app-service-isolated-more-power-scale-and-ease-of-use
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago