Access Azure Machine Learning logs from another Azure Project

bryce 1 Reputation point
2020-08-28T07:55:55.923+00:00

I am running two Azure instances. The main instance can be considered the parent instance and will house all insights across all the children instances. The children instances are aligned to specific lines of business performing machine learning. The children instances will use the Azure Machine Learning service. Models will be trained here and the model metrics are stored here as logs. Following this.

I need to monitor the children instances from my main instance. By this, I need to get all the logs from Azure Machine Learning in the child instance to the parent instance. Assume storage is a blob container. Does Azure Machine Learning have an API to get logs from an external Azure instance?

I know you can use the Azure ML SDK to access logging, but how would the permissions need to be set up to access from an external Azure instance?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,846 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,166 Reputation points
    2020-08-29T00:19:56.137+00:00

    Hello, thanks for reaching out. We don't have an API for accessing logs from another compute instance. However, you can export logs or use Azure Monitor to monitor logs across Azure resources. Hope this helps. Let me know if you have any further questions or concerns. Thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.