-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az connectedmachine run-command stuck in provisioningState creating #32262
Copy link
Copy link
Open
Labels
Auto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssuebugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssuebugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
When creating a run-command on a arc enabled server i have several instances where the provisioningState is stuck in creating
Related command
az connectedmachine run-command show --resource-group "" --machine-name "" --name ""
Errors
"instanceView": {
"executionState": "Unknown",
"exitCode": 0
},
"location": "westeurope",
"name": "",
"provisioningState": "Creating",
Issue script & Debug output
no additional information in debug output
Expected behavior
run-command should be running / finishing
Environment Summary
az --version
azure-cli 2.77.0 *
core 2.77.0 *
telemetry 1.1.0
Extensions:
azure-devops 1.0.2
connectedmachine 0.7.0
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Additional context
No response