-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az containerapp compose create is stuck due to a specific docker compose file #30674
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis 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-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis 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
I tried
az containerapp compose createwith the following docker compose file, then the command was stuck.https://github.com/langgenius/dify/blob/main/docker/docker-compose.yaml
It seems that loading yaml fails because this log doesn't display even with
--debug.azure-cli/src/azure-cli/azure/cli/command_modules/containerapp/custom.py
Line 4927 in f0b5572
Related command
az containerapp compose createErrors
No error message because the command is stuck
Issue script & Debug output
No error message
Expected behavior
The container apps would be created related the YAML file
Environment Summary
azure-cli 2.68.0
core 2.68.0
telemetry 1.1.0
Extensions:
authV2 0.1.3
bastion 1.3.1
devcenter 6.2.0
spring 1.6.4
ssh 2.0.6
Dependencies:
msal 1.31.1
azure-mgmt-resource 23.1.1
Python location '/opt/az/bin/python3'
Extensions directory '/home/horihiro/.azure/cliextensions'
Python (Linux) 3.12.8 (main, Jan 8 2025, 03:38:17) [GCC 11.4.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response