Azure / azure-cli

Azure Command-Line Interface
MIT License
3.97k stars 2.95k forks source link

Server encountered an internal error. Please try again after some time. + Azure CLI + Azure Blob #20762

Open sreejabanerjee opened 3 years ago

sreejabanerjee commented 3 years ago

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: InternalError<?xml version="1.0" encoding="utf-8"?>InternalErrorServer 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 <?xml version="1.0" encoding="utf-8"?>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

yonzhan commented 3 years ago

storage

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Issue Details
**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**
Author: sreejabanerjee
Assignees: Juliehzl
Labels: `OKR3.2 Candidate`, `Service Attention`, `Storage`, `feature-request`
Milestone: S184