exam questions

Exam AZ-305 All Questions

View all questions & answers for the AZ-305 exam

Exam AZ-305 topic 3 question 15 discussion

Actual exam question from Microsoft's AZ-305
Question #: 15
Topic #: 3
[All AZ-305 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements:
✑ Provide access to the full .NET framework.
✑ Provide redundancy if an Azure region fails.
✑ Grant administrators access to the operating system to install custom application dependencies.
Solution: You deploy a web app in an Isolated App Service plan.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
zellck
Highly Voted 1 year, 9 months ago
Selected Answer: B
B is the answer. App Service has not admin access to OS. https://learn.microsoft.com/en-us/azure/app-service/operating-system-functionality Linux apps in App Service run in their own containers. You have root access to the container but no access to the host operating system is allowed. Likewise, for apps running in Windows containers, you have administrative access to the container but no access to the host operating system.
upvoted 6 times
...
itvinoth83
Highly Voted 2 years ago
On the AZ 305 exam, 28/11/22
upvoted 5 times
...
SeMo0o0o0o
Most Recent 3 weeks, 1 day ago
Selected Answer: B
B is correct You deploy two Azure virtual machines to two Azure regions, and you create an Azure Traffic Manager profile.
upvoted 1 times
...
profesorklaus
7 months ago
First of all as many mentioned App Service doesn't have admin rights to operating system. It runs within container. Second it can be zone redundand. I don't see any option to be redundand across regions.
upvoted 1 times
...
NotMeAnyWay
1 year, 8 months ago
Selected Answer: B
B. No While deploying a web app in an Isolated App Service plan provides access to the full .NET framework and grants administrators access to the operating system to install custom application dependencies, it does not inherently provide redundancy if an Azure region fails. To achieve redundancy, you would need to set up a multi-region deployment using Azure Traffic Manager or Azure Front Door, in addition to using the Isolated App Service plan.
upvoted 5 times
...
moshos
1 year, 10 months ago
Selected Answer: B
Correct answer: B
upvoted 3 times
...
OPT_001122
1 year, 10 months ago
Selected Answer: B
You deploy two Azure virtual machines to two Azure regions, and you create an Azure Traffic Manager profile.
upvoted 2 times
...
Gowind2
2 years, 2 months ago
Selected Answer: B
Correct answer but wrong explanation. It would be possible to use app service plan instead of VMs but you would need 1 app service plan per region and a L7 load-balancer like Azure Front Door. https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region
upvoted 2 times
Snownoodles
2 years, 2 months ago
I don't agree - You cannot grant administrative permission to underlying VMs in App Service, which is required by the question: https://docs.microsoft.com/en-us/azure/app-service/operating-system-functionality So you have to user VMs to VMs for this case
upvoted 10 times
GarryK
1 year, 10 months ago
Where does it say that we are talking about the host (VM) operating system? Your link says that we can have root access to the OS of the container: Linux apps in App Service run in their own containers. You have root access to the container but no access to the host operating system is allowed. Likewise, for apps running in Windows containers, you have administrative access to the container but no access to the host operating system.
upvoted 2 times
...
...
...
most_lenyora
2 years, 3 months ago
Selected Answer: B
No is correct!
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 ...