PrepAway - Latest Free Exam Questions & Answers

Which three actions should you recommend? Each correct answer presents part of the solution.

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

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


Leave a Reply