
Answer-first summary for fast verification
Answer: Two plans
The correct answer is B. You cannot mix Windows and Linux apps within the same App Service plan. Given the runtimes: .NET Core 3.0 (supports Windows and Linux), .NET V4.7 (supports Windows only), PHP 7.3 (supports Windows and Linux), and Ruby 2.6 (supports Linux only), you need at least two App Service plans. One plan for Windows-based apps (.NET V4.7) and another for Linux-based apps (Ruby 2.6), while the others can be adjusted accordingly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Determine the minimum number of App Service plans needed for web apps with the following runtimes: .NET Core 3.0, .NET V4.7, PHP 7.3, and Ruby 2.6, considering OS compatibility.
A
Single plan for all apps
B
Two plans
C
Three plans
D
Four plans
No comments yet.