Description Usage Arguments Value
You can get the detailed Docker engine log messages from your web service deployment. You can view the logs for local, ACI, and AKS deployments.
For example, if your web service deployment fails, you can inspect the logs to help troubleshoot.
1 | get_webservice_logs(webservice, num_lines = 5000L)
|
webservice |
The |
num_lines |
An int of the maximum number of log lines to retrieve. |
A string of the logs for the web service.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.