microsoft / microsoft/vscode-azurecontainerapps
Streamline environment creation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
When deploying an app and an environment needs to be created, consider creating the environment and app together at the end of all the inputs. Currently, there's a wait for the environment to be created.
The environment is also not really that important compared to the app. Consider prompting for app info first. Then if this is a new app, ask for environment information. Default environment name from the app name.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the deployment flow described in the issue, focusing on where app and environment inputs are collected and when the environment is created. Confirm the current prompt order and creation timing, then verify that app details are requested first, the environment is created with the app at the end, and a new environment defaults its name from the app name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript, vscode
- Domain
- cloud, developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100