Azure / Azure/azure-cli-extensions
`containerapp up` erroneously reported error creating Container App Env
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Related command
`az containerapp up`
### Extension name (the extension in question)
`container app up`
### Description of issue (in as much detail as possible)
You can see in the screenshots below, but I ran the command once and got an error that the container app environment 'has not been provisioned successfully'. However, I checked the new resource group in the portal and found the container apps env. So I ran the command again, without any other changes and it completed successfully.
It looks like there was either a problem with timing out the request to create the container app env too soon, or a misinterpretation of the response from that request.
**Command**

**1st attempt output**

**Container Apps Env in the Portal**

**2nd attempt output**

-----
Contributor guide
Assessment
This issue has not been assessed yet.