exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 29 question 2 discussion

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

HOTSPOT -
You need to implement the corporate website.
How should you configure the solution? 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:
Box 1: Standard -
Below is a high-level comparison of the features as per the pricing tier for the App Service Plan.


Note: Corporate website -
The company provides a public website located at http://www.vanarsdelltd.com. The website consists of a React JavaScript user interface, HTML, CSS, image assets, and several APIs hosted in Azure Functions.
Corporate website requirements:
✑ Secure the website by using SSL.
✑ Minimize costs for data storage and hosting.
✑ Implement native GitHub workflows for continuous integration and continuous deployment (CI/CD).
✑ Distribute the website content globally for local use.
✑ Implement monitoring by using Application Insights and availability web tests including SSL certificate validity and custom header value verification.
✑ The website must have 99.95 percent uptime.

Box 2: App Service Web App -
A Web App is a web application that is hosted in an App Service. The App Service is the managed service in Azure that enables you to deploy a web application and make it available to your customers on the Internet in a very short amount of time.
Incorrect:
A Static Web Application is any web application that can be delivered directly to an end user's browser without any server-side alteration of the HTML, CSS, or
JavaScript content.
Reference:
https://azure-training.com/2018/12/27/understanding-app-services-app-service-plan-and-ase/ https://docs.microsoft.com/en-us/azure/app-service/overview

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
AbdulMannan
Highly Voted 2 years, 8 months ago
Got this question on 30-Sep-2022 exam. Answer is correct. Passed with 870 score.
upvoted 11 times
...
SenseiJC
Highly Voted 2 years, 6 months ago
Static web apps only support HTTP triggered functions (https://learn.microsoft.com/en-us/azure/static-web-apps/functions-bring-your-own#link-an-existing-azure-functions-app). The top of the case study reads: "several APIs hosted in Azure Functions." If we assume that the referenced azure functions here (APIs) are NOT the Azure functions for processing blob storage, then they can be HTTP triggered and we are fine choosing Static Web App. I think this is a reasonable assumption, but I leave it to the test taker to interpret which is correct.
upvoted 7 times
Piddi
5 months, 1 week ago
Service > App Service static web app https://learn.microsoft.com/en-us/answers/questions/398042/app-service-vs-static-web-app
upvoted 1 times
...
...
overhill
Most Recent 6 months, 3 weeks ago
After reading pages and pages I think this case suits a static web app. Just a react app with azure functions APIs, and then all the other things they mention are pointing towards azure static web app. https://learn.microsoft.com/en-us/azure/static-web-apps/apis-app-service
upvoted 3 times
overhill
6 months, 3 weeks ago
https://learn.microsoft.com/en-us/azure/static-web-apps/plans
upvoted 1 times
...
...
8ac3742
10 months, 2 weeks ago
I choose "App Service Static Web App": This service is optimized for static content and integrates well with GitHub for CI/CD workflows. It also supports global distribution via Azure CDN, which helps in distributing the website content globally for local use.
upvoted 1 times
...
oskx2
1 year, 2 months ago
It should be azure static web app since no where in the description it says about hosting the az functions in the same static web app resource or having the same hostname for both static web app and azure functions. And azure static web app does support native github workflow: https://azure.microsoft.com/en-us/products/app-service/static "and native GitHub workflows for CI/CD."
upvoted 1 times
...
raymond_abcd
1 year, 4 months ago
It is not the static (serverless) web app because you need to support native GitHub workflows for continuous integration and continuous deployment (CI/CD). This is only possible with the app service web app. See: https://learn.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=applevel%2Caspnetcore
upvoted 1 times
fuji36850
1 year, 1 month ago
"Deploying to Azure Static Web App You can deploy your web app to Azure Static Web App as part of your continuous deployment (CD) workflows." https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app
upvoted 2 times
...
...
darsak10
2 years, 1 month ago
Standard plan with app service web app would be the appropriate option.
upvoted 3 times
...
OPT_001122
2 years, 6 months ago
Answer is correct.
upvoted 1 times
OPT_001122
2 years, 6 months ago
All below requirements are met with standard plan Secure the website by using SSL. Minimize costs for data storage and hosting. Implement native GitHub workflows for continuous integration and continuous deployment (CI/CD). Distribute the website content globally for local use. Implement monitoring by using Application Insights and availability web tests including SSL certificate validity and custom header value verification. The website must have 99.95 percent uptime.
upvoted 3 times
...
...
coffecold
2 years, 7 months ago
I think the tier is Standard is because of the Traffic manager support. requirement : "Distribute the website content globally for local use", Distributions slots (in the answer given) are not required. (+ static web app )
upvoted 3 times
...
Mousavi
2 years, 8 months ago
1-CI/CD 2-including SSL certificate 3-Distribute the website content globally 4-Minimize costs with these criteria we can use standard Plan and for the web site we have to choose azure app service
upvoted 3 times
gmishra88
2 years, 8 months ago
I would have said host it in azure static web app (a fine option) that has static part as well as support functions. A perfect option. If functions are to be created outside in another function app and then it contains only the static part then I will host it in blob-storage to get the 99.95% availability SLA of blob storage hot tier and CDN is also easy. It is very difficult to choose one when I cannot look into the head of the question creator. Another vague question from the "M$"
upvoted 5 times
gmishra88
2 years, 8 months ago
See the link for Static web app: https://azure.microsoft.com/en-us/products/app-service/static/#features I have used this in real life (but do not know if available for enterprise customers)
upvoted 2 times
gmishra88
2 years, 8 months ago
Yes, another evil question to sow confusion. Microsoft takes it personally when people answer correctly
upvoted 2 times
...
...
gmishra88
2 years, 8 months ago
It is DEFINITELY static web app and Standard plan. Check the availability SLA. Static web app guarantees 99.95% availability and it supports git workflow. It has Functions capability. And in practice also it is a beautiful solution unlike many solutions from MIcrosoft
upvoted 3 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 ...