exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 4 question 7 discussion

Actual exam question from Microsoft's AZ-104
Question #: 7
Topic #: 4
[All AZ-104 Questions]

HOTSPOT -
You have the App Service plans shown in the following table.

You plan to create the Azure web apps shown in the following table.

You need to identify which App Service plans can be used for the web apps.
What should you identify? 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: ASP1 ASP3 -
Asp1, ASP3: ASP.NET Core apps can be hosted both on Windows or Linux.
Not ASP2: The region in which your app runs is the region of the App Service plan it's in.

Box 2: ASP1 -
ASP.NET apps can be hosted on Windows only.
Reference:
https://docs.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?pivots=platform-linux https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage#

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, 9 months ago
Correct Answer: Box 1: ASP1 and ASP3 only ASP.NET Core apps can be hosted both on Windows or Linux. The region in which your app runs is the region of the App Service Plan is in. ASP2 is in Central US, not the same as WebApp1. Different locations. Box 2: ASP1 only ASP.NET apps can be hosted on Windows only. Only ASP1 is in the same Location as the WebApp2 (West US). Reference: https://docs.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?pivots=platform-linux https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
upvoted 176 times
CheMetto
7 months, 1 week ago
Correct. .net is cross platform, asp.net is windows only. You can check it by yourself on portal.azure.com. Go to create resource -> web app -> choose as runtime stack .net and asp.net. For the first one you have both linux and windows, for the second one you have only windows
upvoted 2 times
...
magichappens
2 years, 11 months ago
The shared article actually writes "ASP.NET web apps are cross-platform and can be hosted on Linux or Windows." like in the first paragraph...
upvoted 4 times
manajerOfEmptyness
2 years, 10 months ago
ASP.NET Core web apps are are cross-platform, not ASP.NET
upvoted 10 times
CubicTeach
10 months ago
he is actually right> it says "ASP.NET web apps are cross-platform and can be hosted on Linux or Windows In this quickstart, you learn how to create and deploy your first ASP.NET web app to Azure App Service. App Service supports various versions of .NET apps, and provides a highly scalable, self-patching web hosting service. ASP.NET web apps are cross-platform and can be hosted on Linux or Windows. When you're finished, you have an Azure resource group consisting of an App Service hosting plan and an App Service with a deployed web application.
upvoted 1 times
JackGelder
9 months, 2 weeks ago
because starting from .NET 5 it is called simly .NET so ASP.NET apps are simply called .NET without any postfixes and yes they are cross-platofrm, but before this there were ASP.NET Core apps that were cross-platform and ASP.NET apps that were based on .NET Framework. + There are no cross-platform .NET or .NET Core with version 4.7. Only .NET Framework So here you can see ASP.NET app based on .NET Framework 4.7
upvoted 1 times
...
...
...
...
...
fedztedz
Highly Voted 4 years, 3 months ago
Answer Correct. Web App can only created and identified in App Service plan in same region and resource group. For ASP.NET, it only can be created with Windows App Service Plan
upvoted 105 times
Holydud
2 years, 6 months ago
Was on exam 19 Aug 2022. Scored 870. Answered: App1: ASP1 and ASP3 only App2: ASP1 only
upvoted 17 times
...
magichappens
2 years, 11 months ago
Not anymore. It supports Windows and Linux now. https://docs.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?pivots=platform-linux
upvoted 9 times
kilowd
2 years, 9 months ago
ASP.NET CORE (Windows or Linux) ASP.NET(Windows) PHP(Windows or Linux) Ruby(Linux) Node.js(Windows or Linux) Java(Windows or linux) Python (Linux) HTML (Windows or Linux)
upvoted 26 times
kveeswaran
2 years, 1 month ago
Those links again take to the original common link, where it clearly mentioned... " ASP.NET web apps are cross-platform and can be hosted on Linux or Windows."... So recently they might have added support..
upvoted 1 times
...
...
manajerOfEmptyness
2 years, 10 months ago
ASP.NET Core (on Windows or Linux) ASP.NET (on Windows) Here is a better link: https://docs.microsoft.com/en-us/azure/app-service/overview#next-steps
upvoted 15 times
...
moshos
2 years, 1 month ago
Jan 2023: Tried creating ASP in lab. The linux option was greyed out. Only option was Windows.
upvoted 10 times
...
...
...
kejo2
Most Recent 5 months, 3 weeks ago
I just tested this in my lab, and it seems that you can create ASP.NET 4.8 only on a Windows system, not on a Linux system. When I select ASP.NET 4.8 or 3.5, the Linux option becomes grayed out
upvoted 1 times
...
[Removed]
6 months ago
CORRECT ASP.NET Core Apps = Windows & Linux + same region ASP.NET Apps = Windows only + same region
upvoted 3 times
...
Amir1909
1 year ago
Correct
upvoted 1 times
...
MatAlves
1 year, 1 month ago
Seems like an outdated questions, as Microsoft references "ASP NET Core" simply as "ASP NET" in their documentation, which is supported by both Windows and Linux. https://docs.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?pivots=platform-linux
upvoted 2 times
Saimons
1 year ago
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework?view=aspnetcore-8.0
upvoted 1 times
...
MatAlves
1 year, 1 month ago
"ASP.NET web apps are cross-platform and can be hosted on Linux or Windows."
upvoted 1 times
...
...
amsioso
1 year, 3 months ago
Box1: ASP1 and ASP3 only Box2: ASP1 only https://learn.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework?view=aspnetcore-7.0#framework-selection
upvoted 2 times
...
Stannaa
1 year, 4 months ago
I am a sys admin not an app developer jeezz
upvoted 4 times
...
Mehedi007
1 year, 7 months ago
Box 1: ASP1 and ASP3 only "The region in which your app runs is the region of the App Service plan it's in." https://learn.microsoft.com/en-us/azure/app-service/app-service-plan-manage#move-an-app-to-a-different-region https://learn.microsoft.com/en-us/azure/app-service/overview#next-steps Box 2: ASP1 only Passed the exam on 26 July 2023. Scored 870. Exact question came.
upvoted 3 times
...
NYTK
1 year, 7 months ago
Came in exams 21/7/2023. Selected answers are correct.
upvoted 2 times
...
kmsalman
1 year, 8 months ago
Was on the exam on 6/17
upvoted 2 times
...
JunetGoyal
1 year, 10 months ago
Exact same Q came in my exam on 30 April2023.Box 1: ASP1 and ASP3 only 2: ASP1 only
upvoted 5 times
...
Spooky7
1 year, 11 months ago
ASP.NET 4.7 can't be hosted on linux! It is old .NET Framework which wasn't cross platform. Please don't bring confusion
upvoted 2 times
...
nicu1
2 years, 1 month ago
ASP.NET web apps are cross-platform and can be hosted on Linux or Windows. When you're finished, you'll have an Azure resource group consisting of an App Service hosting plan and an App Service with a deployed web application. https://learn.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?pivots=development-environment-vs&tabs=net60
upvoted 1 times
SedateBloggs
2 years ago
Just to clarify that Asp.net (windows only) and Asp.net Core (linux and windows) are two different things - scroll to the very bottom of this article and you will see in blue at the bottom the platforms supported https://learn.microsoft.com/en-us/azure/app-service/overview
upvoted 2 times
...
...
SuryaVikas
2 years, 3 months ago
Passed the exam today 28/11 with 830 score this question was in the exam today. Before someone asks 1. Yes lot of questions are from this dump. 2. I also prepared from Measureup 3. MS seems to be changing the pattern there were Case studies question. 4. And quite a few new questions were there around Roles, AD and N/W
upvoted 9 times
...
NaoVaz
2 years, 5 months ago
1) WebApp1: "ASP1 and ASP3 only" 2) WebApp2: "ASP1 only" Explanation: WebApps must have App Service Plans in the same region. ASP.NET is only supported on Windows: https://docs.microsoft.com/en-us/azure/app-service/overview#next-steps
upvoted 3 times
...
Mev4953
2 years, 5 months ago
App1: ASP1(WEST US) and ASP3 only (WEST US) => same region App2: ASP1 only => windows supported (WEST US)
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago