microsoft / microsoft/vscode-azurecontainerapps

Streamline environment creation

Open
#38 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.