Server encountered an internal error. Please try again after some time. + Azure CLI + Azure Blob
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Resource Provider**
**Description of Feature or Work Requested**
I am using Azure CLI command to write a blob from my Azure Dev Ops release pipeline to a specific container in the Azure Storage repo. However, I get the following error:
ERROR: Client-Request-ID=db36b09e-6bd5-11eb-9695-00155d00040f Retry policy did not allow for a retry: Server-Timestamp=Wed, 10 Feb 2021 19:27:17 GMT, Server-Request-ID=ad8d0fff-301e-0021-80e2-ff5bf0000000, HTTP status code=500, Exception=Server encountered an internal error. Please try again after some time.
ErrorCode: InternalErrorInternalErrorServer encountered an internal error. Please try again after some time.RequestId:ad8d0fff-301e-0021-80e2-ff5bf0000000Time:2021-02-10T19:27:17.6275309Z.
2021-02-10T19:27:17.9933030Z ERROR: Server encountered an internal error. Please try again after some time. ErrorCode: InternalError
2021-02-10T19:27:17.9934129Z InternalErrorServer encountered an internal error. Please try again after some time.
2021-02-10T19:27:17.9935223Z RequestId:ad8d0fff-301e-0021-80e2-ff5bf0000000
2021-02-10T19:27:17.9935836Z Time:2021-02-10T19:27:17.6275309Z
The azure CLI command I am using is:
# Azure CLI command to upload $pkgFile
az storage blob upload --account-name $accountName --container-name $containerName --file $pkgFile --name $pkgFile --auth-mode login
**Minimum API Version Required**
**Swagger Link**
**Target Date**
Contributor guide
Assessment
This issue has not been assessed yet.