I'm having trouble getting the "az containerapps compose" command to execute successfully as it fails to read any command line options no matter which order they are placed. The error is always in the form of:
$ az containerapp compose --resource-group "MyProject" --environment API-ENV --compose-file-path docker-compose.yml
'MyProject' is misspelled or not recognized by the system.
$ az containerapp compose --environment API-ENV --resource-group "MyProject" --compose-file-path docker-compose.yml
'API-ENV' is misspelled or not recognized by the system.
$ az containerapp compose --compose-file-path docker-compose.yml --environment API-ENV --resource-group MyProject
'docker-compose.yml' is misspelled or not recognized by the system.
Has anyone else experienced this behavior? Thanks in advance.
$ az --version
azure-cli 2.67.0
core 2.67.0
telemetry 1.1.0
Extensions:
account 0.2.5
Dependencies:
msal 1.31.0
azure-mgmt-resource 23.1.1
Python location '/usr/local/Cellar/azure-cli/2.67.0/libexec/bin/python'
Extensions directory '/Users/david/.azure/cliextensions'
Python (Darwin) 3.12.7 (main, Oct 1 2024, 02:05:46) [Clang 15.0.0 (clang-1500.3.9.4)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.