Skip to content

Commit 41377d4

Browse files
Merge pull request #4246 from vraghuvaran1605/patch-1
Update how-to-troubleshoot-online-endpoints.md to include MDC authorization failure
2 parents a14e0eb + e8b016b commit 41377d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Deployment operation status can report the following common deployment errors:
199199
- [Subscription doesn't exist](#subscription-doesnt-exist)
200200
- [Startup task failed due to authorization error](#authorization-error)
201201
- [Startup task failed due to incorrect role assignments on resource](#authorization-error)
202+
- [Startup task failed due to incorrect role assignments on storage account when mdc is enabled](#authorization-error)
202203
- [Invalid template function specification](#invalid-template-function-specification)
203204
- [Unable to download user container image](#unable-to-download-user-container-image)
204205
- [Unable to download user model](#unable-to-download-user-model)
@@ -371,6 +372,8 @@ After you provision the compute resource when you create a deployment, Azure pul
371372

372373
If you create the associated endpoint with user-assigned identity, the user's managed identity must have **Storage blob data reader** permission on the workspace storage account and **AcrPull** permission on the workspace container registry. Make sure your user-assigned identity has the right permissions.
373374

375+
When MDC is enabled, the user's managed identity must have **Storage Blob Data Contributor** permission on the workspace storage account. For more information, see [Storage Blob Authorization Error when MDC is enabled](how-to-collect-production-data.md#collect-data-to-a-custom-blob-storage-container).
376+
374377
If you create the associated endpoint with system-assigned identity, Azure role-based access control (RBAC) permission is automatically granted and no further permissions are needed. For more information, see [Container registry authorization error](#container-registry-authorization-error).
375378

376379
#### Invalid template function specification

0 commit comments

Comments
 (0)