You need to ensure that you can configure HTTPS for the…

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 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



Leave a Reply 13

Your email address will not be published. Required fields are marked *


dheena

dheena

But Answer D is also incorrect. Premium pricing tier will support up to 20 instances.

korsaro

korsaro

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

Max

Max

They mentioned “Shared App Service tier”, so A is correct answer

dheena

dheena

Yes Max. you are Right.

Toast

Toast

no hes not right. Its premium if you want to have up to 25 instances. Not shared.

Michael

Michael

But the “Shared App Service tier” does not allow HTTPS or 25 instances?