Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

💸 Get $5 Credits on your next purchase for Every $30 Worth of Purchase

Find answers, ask questions, and connect with our
community around the world.

Home Forums Azure AZ-104 Timed Mode Set 1 – Question 23 Reply To: AZ-104 Timed Mode Set 1 – Question 23

  • AdrianP.

    Member
    July 2, 2025 at 8:54 pm

    The question is implying that you use Azure App Service only. If they would have mentioned ACIs / Azure Container Apps / a custom docker container deployed in azure app service, the answer would have been different ofc. Also, at first glance, multi container support for docker containers in azure app service is only supported on Linux…so you would not be abe to deploy “Application1” that requires ASP.NET runtime.

    Anyway, since they only say that you will use Azure App Service, the correct answer is: 2. Because Azure App service no longer supports PHP and Python on windows. Also, ASP.NET 4.8 is only supported on Windows. Therefore you need 2 planns, one for the apps requiring Linux, and one for the apps requiring Windows.

    Bonus, you can check the supported runtimes by using in AZ CLI the following cmdlet: az webapp list-runtimes

    • This reply was modified 2 weeks ago by  AdrianP.. Reason: AZ CLI cmdlet example
Skip to content