Azure / Azure/azure-cli-extensions
az container app up | In in-line help, provide list of azCLI reference commands being executed
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Describe the bug
Customers are asking what Azure CLI reference commands are being executed by our az ... up commands. Doc writers are also requesting this information when they must replicate Azure CLI docs with Azure PowerShell commands. Although the reference list might change based on the parameters being passed, we need clarity in our in-line help and resulting autogenerated reference content.
**Reference command link:** https://learn.microsoft.com/en-us/cli/azure/container/app#az-container-app-up
**Related reference command link:** https://learn.microsoft.com/en-us/cli/azure/containerapp#az-containerapp-up
**Current description of "az container app up":** `Deploy to Azure Container Instances using GitHub Actions.`
**Current description of "az containerapp up":** `Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, GitHub Actions, etc.).`
**REQUEST:** Please modify these descriptions to list each Azure CLI reference command that "up" can/is executing.
**Possible impacted source code files** (where this descriptions are found):
_az container app up_
1. https://github.com/azure/deploy-to-azure-cli-extension/blob/master/deploy-to-azure/azext_deploy_to_azure/dev/aci/_help.py
2. https://github.com/azure/deploy-to-azure-cli-extension/blob/master/deploy-to-azure/azext_deploy_to_azure/dev/aci/up.py
_az containerapp up_
1. https://github.com/azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/containerapp/_help.py
2. https://github.com/azure/azure-cli-extensions/blob/main/src/containerapp/azext_containerapp/_help.py
### Related command
`az container app up` and `az containerapp up`
QUESTION: Is this spelling on purpose, or is this something we are fixing?
### Errors
n/a
### Issue script & Debug output
n/a
### Expected behavior
n/a
### Environment Summary
Azure CLI 2.58.0
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.