You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-environments.md
+30-12Lines changed: 30 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1104,7 +1104,7 @@ channels:
1104
1104
**Resources**
1105
1105
* See [conda package pinning](https://aka.ms/azureml/environment/how-to-pin-conda-packages)
1106
1106
1107
-
## *Deprecated environment property issues*
1107
+
## *Miscellaneous environment issues*
1108
1108
### R section is deprecated
1109
1109
<!--issueDescription-->
1110
1110
**Potential causes:**
@@ -1130,25 +1130,25 @@ env.r = None
1130
1130
1131
1131
See the [samples repository](https://aka.ms/azureml/environment/train-r-models-cli-v2) to get started training R models using the Azure CLI v2
1132
1132
1133
-
## **Image build problems**
1134
-
1135
-
## *Miscellaneous issues*
1136
-
### Build log unavailable
1133
+
### No definition exists for environment
1137
1134
<!--issueDescription-->
1138
1135
**Potential causes:**
1139
-
* AzureML isn't authorized to store your build logs in your storage account
1140
-
* A transient error occurred while saving your build logs
1141
-
* Your image build didn't occur due to a system error before the build had a chance to start
1136
+
* You specified an environment that doesn't exist or hasn't been registered
1137
+
* There was a misspelling or syntactical error in the way you specified your environment name or environment version
1142
1138
1143
1139
**Affected areas (symptoms):**
1144
-
* A successful build, but no available logs.
1145
-
* Failure in building environments from UI, SDK, and CLI.
1146
-
* Failure in running jobs because it will implicitly build the environment in the first step.
1140
+
* Failure in registering your environment
1147
1141
<!--/issueDescription-->
1148
1142
1149
1143
**Troubleshooting steps**
1150
1144
1151
-
A rebuild may fix the issue if it's transient
1145
+
Ensure that you are specifying your environment name correctly, along with the correct version
1146
+
* `path-to-resource:version-number`
1147
+
1148
+
The 'latest' version of your environment is specified in a slightly different way
1149
+
* `path-to-resource@latest`
1150
+
1151
+
## **Image build problems**
1152
1152
1153
1153
## *ACR issues*
1154
1154
### ACR unreachable
@@ -1741,3 +1741,21 @@ If you aren't using a virtual network, or if you've configured it correctly, tes
1741
1741
* Log in to your ACR using `docker login <myregistry.azurecr.io> -u "username" -p "password"`
1742
1742
* For an image "helloworld", test pushing to your ACR by running `docker push helloworld`
1743
1743
* See [Quickstart: Build and run a container image using Azure Container Registry Tasks](../container-registry/container-registry-quickstart-task-cli.md)
1744
+
1745
+
## *Miscellaneous build issues*
1746
+
### Build log unavailable
1747
+
<!--issueDescription-->
1748
+
**Potential causes:**
1749
+
* AzureML isn't authorized to store your build logs in your storage account
1750
+
* A transient error occurred while saving your build logs
1751
+
* A system error occurred before an image build was triggered
1752
+
1753
+
**Affected areas (symptoms):**
1754
+
* A successful build, but no available logs.
1755
+
* Failure in building environments from UI, SDK, and CLI.
1756
+
* Failure in running jobs because it will implicitly build the environment in the first step.
0 commit comments