Skip to content

Commit bd03d3c

Browse files
authored
edits
1 parent e78282d commit bd03d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-troubleshoot-batch-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You can configure the `timeout` and `max_retries` properties for each deployment
162162

163163
### Exception in ScriptExecution.StreamAccess.Authentication
164164

165-
For batch deployment to succeed, the managed identity for the compute cluster must have permission to mount the data asset storage. When the managed identity has insufficient permissions, the script causes an exception. This failure can also cause the [data asset storage to not mount](#no-mounted-storage-no-dataset-initialization).
165+
For batch deployment to succeed, the managed identity for the compute cluster must have permission to mount the data asset storage. When the managed identity has insufficient permissions, the script causes an exception. This failure can also cause the [data asset storage to not mount](#dataset-initialization-failed-cant-mount-dataset).
166166

167167
**Message logged**: "ScriptExecutionException was caused by StreamAccessException. StreamAccessException was caused by AuthenticationException."
168168

@@ -180,7 +180,7 @@ The batch deployment process requires mounted storage for the data asset. When t
180180

181181
**Solution**: Ensure the managed identity associated with the compute cluster where your deployment is running has at least [Storage Blob Data Reader](../role-based-access-control/built-in-roles.md#storage-blob-data-reader) access to the storage account. Only Azure Storage account owners can [change the access level in the Azure portal](../storage/blobs/assign-azure-role-data-access.md).
182182

183-
### The dataset_param parameter doesn't have a specified value or a default value
183+
### dataset_param doesn't have specified value or default value
184184

185185
During batch deployment, the data set node references the `dataset_param` parameter. For the deployment to proceed, the parameter must have an assigned value or a specified default value.
186186

0 commit comments

Comments
 (0)