Home › Forums › Azure › AZ-104 Timed Mode Set 1 – Question 23 › Reply To: AZ-104 Timed Mode Set 1 – Question 23
-
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
-
This reply was modified 2 weeks ago by