Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 1 Question 14 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 14
Topic #: 1
[All DP-100 Questions]

You deploy a model as an Azure Machine Learning real-time web service using the following code.

The deployment fails.

You need to troubleshoot the deployment failure by determining the actions that were performed during deployment and identifying the specific action that failed.

Which code segment should you run?

Show Suggested Answer Hide Answer
Suggested Answer: A

You can print out detailed Docker engine log messages from the service object. You can view the log for ACI, AKS, and Local deployments. The following example demonstrates how to print the logs.

# if you already have the service object handy

print(service.get_logs())

# if you only know the name of the service (note there might be multiple services with the same name but different version number)

print(ws.webservices['mysvc'].get_logs())


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-troubleshoot-deployment

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel