exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 2 question 25 discussion

Actual exam question from Microsoft's AZ-300
Question #: 25
Topic #: 2
[All AZ-300 Questions]

You have a web app named WebApp1 that uses an Azure App Service plan named Plan1. Plan1 uses the D1 pricing tier and has an instance count of 1.
You need to ensure that all connections to WebApp1 use HTTPS.
What should you do first?

  • A. Scale up Plan1.
  • B. Modify the connection strings for WebApp1.
  • C. Scale out Plan1.
  • D. Disable anonymous access to WebApp1.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
The D1 (Shared) pricing tier does not support HTTPS.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Khang
Highly Voted 5 years, 3 months ago
A is correct. Have to scale up plan
upvoted 13 times
...
gboyega
Highly Voted 4 years, 11 months ago
Given answer is correct
upvoted 5 times
...
lehrie
Most Recent 4 years, 7 months ago
A is correct. SSL Connections Azure App Service supports two types of SSL connections: Server Name Indication (SNI) SSL Connections and IP Address SSL Connections. SNI-based SSL works on modern browsers while IP-based SSL works on all browsers. There is no charge to use SNI-based SSL. Standard and Premium service plans include the right to use one IP SSL at no additional charge per App Service Plan. Free and shared service plans do not support SSL. You can purchase the right to use additional SSL connections for the rates below. In all cases the SSL certificate itself must be purchased separately.
upvoted 2 times
...
BOC
4 years, 9 months ago
A is the correct answer
upvoted 2 times
...
InsomniumBR
5 years, 4 months ago
Just to use SSL, why can't D1 plan use SSL? Using the default azurewebsites.net domain you can work with SSL. https://azure.microsoft.com/en-us/pricing/details/app-service/windows/
upvoted 2 times
dfrye
5 years, 4 months ago
No, because Shared plan don't include SSL https://azure.microsoft.com/en-us/pricing/details/app-service/plans/ So proposed solution is correct, you need to scale up to Basic
upvoted 15 times
tartar
4 years, 9 months ago
A is ok
upvoted 2 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...