Skip to content

Commit 80276d6

Browse files
authored
Update how-to-manage-environments-in-studio.md
1 parent efae8cf commit 80276d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@ 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

7777
For an overview of common build failures, see https://aka.ms/azureml/environment/troubleshooting-guide
7878

79+
If you have feedback on the feature or the documentation, file it at https://aka.ms/azureml/environment/log-analysis-feedback
80+
7981
## Rebuild an environment
8082

8183
In the details page, click on the **rebuild** button to rebuild the environment. Any unpinned package versions in your configuration files may be updated to the most recent version with this action.

0 commit comments

Comments
 (0)