Forum Discussion
VincentNguyen5890
Sep 29, 2024Copper Contributor
Azure Translator access Private storage account
I'm currently facing an issue with the Translator service and Storage Account. As configured, the Translator service has the Storage Blob Data Contributor role.
And the storage account is disabled from public network
With some private endpoints
I've re-generated the SAS token but the Translation Status is not expected - Cannot access source document location with the current permissions
{
"id": "809520ea-e237-4708-a247-a9ac3add53a6",
"createdDateTimeUtc": "2024-09-30T04:32:07.5447751Z",
"lastActionDateTimeUtc": "2024-09-30T04:32:07.8266224Z",
"status": "ValidationFailed",
"error": {
"code": "InvalidRequest",
"message": "Cannot access source document location with the current permissions.",
"target": "Operation",
"innerError": {
"code": "InvalidDocumentAccessLevel",
"message": "Cannot access source document location with the current permissions."
}
},
"summary": {
"total": 0,
"failed": 0,
"success": 0,
"inProgress": 0,
"notYetStarted": 0,
"cancelled": 0,
"totalCharacterCharged": 0
}
}
No RepliesBe the first to reply