-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Error while attempting to download Bicep CLI in Azure DevOps pipeline #23811
Copy link
Copy link
Open
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Metadata
Metadata
Assignees
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Type
Fields
Give feedbackNo fields configured for issues without a type.
One of the steps in my pipeline calls Azure CLI in order to deploy infrastructure defined in a bicep file. The following command is executed
az deployment group create [parameters] --template-file foo.bicepAfter which, the following error is thrown
ERROR: Error while attempting to download Bicep CLI: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>