Skip to content

Commit 49d629a

Browse files
Merge pull request #253174 from ositanachi/patch-3
Update how-to-manage-environments-in-studio.md
2 parents 5c37977 + 611b34c commit 49d629a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/machine-learning/how-to-manage-environments-in-studio.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ Keep in mind that any changes to the Docker or Conda sections will create a new
6969

7070
## View logs
7171

72-
Click on the **Build log** tab within the details page to view the logs of an environment version and the environment log analysis. Environment log analysis (Preview) is a feature that provides insight and relevant troubleshooting documentation to explain environment definition issues or image build failures. If you have feedback on the feature or the documentation, file it at https://aka.ms/azureml/environment/log-analysis-feedback
72+
Click on the **Build log** tab within the details page to view the logs of an environment version and the environment log analysis. Environment log analysis is a feature that provides insight and relevant troubleshooting documentation to explain environment definition issues or image build failures.
7373
* Build log contains the bare output from an Azure Container Registry (ACR) task or an Image Build Compute job.
7474
* Image build analysis is an analysis of the build log used to see the cause of the image build failure.
7575
* Environment definition analysis provides information about the environment definition if it goes against best practices for reproducibility, supportability, or security.
7676

77-
For an overview of common build failures, see https://aka.ms/azureml/environment/troubleshooting-guide
77+
For an overview of common build failures, see [How to troubleshoot for environments](https://aka.ms/azureml/environment/troubleshooting-guide).
78+
79+
If you have feedback on the environment log analysis, file a [GitHub issue](https://aka.ms/azureml/environment/log-analysis-feedback).
7880

7981
## Rebuild an environment
8082

0 commit comments

Comments
 (0)