A company uses Azure to host virtual machines (VMs) and web apps. You plan to deploy a new web app in the
Shared App Service tier.
The web app must support running up to 25 instances concurrently.
You need to ensure that you can configure HTTPS for the new web app.
What should you do?
A.
Configure the domain name mapping.
B.
Set the deployment credentials for the app service.
C.
Create a new app service.
D.
Scale up to the Premium App Service tier.
Explanation:
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain
Incorrect.
Answer is D.
25 instances is only supported in Premium pricing tier.
HTTPS SSL only offered in Basic, Standard, Premium
https://azure.microsoft.com/en-us/pricing/details/app-service/
But Answer D is also incorrect. Premium pricing tier will support up to 20 instances.
Premium (P1 – P4)
Charge Model: per-hour charge based on number of instances.
For example: P1 tier (in USD in US West) with 10 instances = 10 x $0.30/hr = $3.00/hr
The name says it all really – this tier offers the best features and provides you with access to dedicated App Service Environments (ASEs) that carve out private network space in Azure for just your Apps.
Beyond what Standard gives you, you now get support for up to 50 instances
They mentioned “Shared App Service tier”, so A is correct answer
Yes Max. you are Right.
no hes not right. Its premium if you want to have up to 25 instances. Not shared.
But the “Shared App Service tier” does not allow HTTPS or 25 instances?
Answer D is correct in my opinion. Premium App Service tier with ASEv1 can scale up to 50 instances.
https://docs.microsoft.com/en-us/azure/app-service/environment/app-service-app-service-environment-intro
https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#app-service-limits
Yes, but you can’t scale up to ASE, then you should rebuild the App.
More new 70-533 Exam Questions PDF can be viewed here: https://www.braindump2go.com/70-533.html
Hi Eelco,
the question is talking about Web App not ASE.
if I am not wrong, to create a Web App with HTTPS, you must have your custom certificate signed by public authority. Hence a custom DNS name is a must. So A should be correct. According to my sources, Premium app can only host up to 20 instances.
Source: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain
https://azure.microsoft.com/en-us/pricing/details/app-service/
Answer D I think
Premium up to 50 instances:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
Also, shared doesn’t support SSL (basic or later)
To bind a custom SSL certificate to your web app, your App Service plan must be in the Basic, Standard, or Premium tier.
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-ssl