exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 1 question 6 discussion

Actual exam question from Microsoft's AI-100
Question #: 6
Topic #: 1
[All AI-100 Questions]

You have an Azure Machine Learning model that is deployed to a web service.
You plan to publish the web service by using the name ml.contoso.com.
You need to recommend a solution to ensure that access to the web service is encrypted.
Which three actions should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Generate a shared access signature (SAS)
  • B. Obtain an SSL certificate
  • C. Add a deployment slot
  • D. Update the web service
  • E. Update DNS
  • F. Create an Azure Key Vault
Show Suggested Answer Hide Answer
Suggested Answer: BDE 🗳️
The process of securing a new web service or an existing one is as follows:
1. Get a domain name.
2. Get a digital certificate.
3. Deploy or update the web service with the SSL setting enabled.
4. Update your DNS to point to the web service.
Note: To deploy (or re-deploy) the service with SSL enabled, set the ssl_enabled parameter to True, wherever applicable. Set the ssl_certificate parameter to the value of the certificate file and the ssl_key to the value of the key file.
References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-secure-web-service

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
rveney
2 years ago
recommended actions to ensure encrypted access to the web service are B. Obtain an SSL certificate, D. Update the web service, and E. Update DNS.
upvoted 1 times
...
arvsrv
4 years, 2 months ago
This is the general process to secure a web service: Get a domain name. Get a digital certificate. Deploy or update the web service with TLS enabled. Update your DNS to point to the web service.
upvoted 3 times
...
luisdanielse
4 years, 3 months ago
Why Azure Key Vault is not an option? We could store the certificate on Azure Key Vault.
upvoted 1 times
DonGeo
4 years, 1 month ago
I believe it is because, even though you can use Azure Key Vault, it is not a must for configuring the web service encryption
upvoted 2 times
dev2dev
2 years, 5 months ago
we might use if we deploy it through CD pipeline
upvoted 1 times
...
...
...
aitruthseeker
4 years, 5 months ago
Yes it looks correct.
upvoted 1 times
...
ammarkareem
4 years, 11 months ago
correct
upvoted 3 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 ...