-
Notifications
You must be signed in to change notification settings - Fork 17
Update walkthrough to reflect new Deploy Workspace Project changes
#966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
aaf27f2
Wip
MicroFish91 149eb14
WIP: Advanced create scaffold done
MicroFish91 2b14722
WIP: ContainerAppListStep
MicroFish91 42bc11a
WIP: First pass needs test
MicroFish91 7e0e6b3
Misc fixes
MicroFish91 9ab8315
Misc
MicroFish91 9a50407
WIP: Basic almost done
MicroFish91 5bad23c
WIP: Mostly working on all fronts minus updated pick filters
MicroFish91 069eda8
Misc changes and todos
MicroFish91 40b315e
Misc
MicroFish91 570c755
Core logic mostly working
MicroFish91 f7de2a0
Add name suggestion logic
MicroFish91 5a81bb5
Update location logic
MicroFish91 c1ef5fc
Move managed environment prompt first and update locations logic
MicroFish91 e13e6ae
Merge with main
MicroFish91 66ad27a
Most of the core logic, needs testing
MicroFish91 b749915
Clean up auto context population
MicroFish91 8f3b048
Rename pick strategies
MicroFish91 2fc34be
Remove some todos
MicroFish91 63f8333
API changes
MicroFish91 f9ef062
Update step order
MicroFish91 09025a0
Merge with main
MicroFish91 5275048
Nit formatting
MicroFish91 63de6ea
Remove readme
MicroFish91 4182ccf
Make sure tree item deployment still works well
MicroFish91 b1ebac5
Move step order
MicroFish91 4f67144
Small fix
MicroFish91 c4deb93
Use enum
MicroFish91 efd8a27
Update changelog
MicroFish91 f5cc187
Update managed environment list step
MicroFish91 4d843b2
Rename method
MicroFish91 993e38d
Simplify boolean expression
MicroFish91 34b9cc2
Add deployment mode telemetry
MicroFish91 48af602
Add more telemetry
MicroFish91 3c36a95
Formatting
MicroFish91 666b13d
Clean more stuff up
MicroFish91 6b22fe8
Update starting resources step
MicroFish91 c0a9fee
Reduce duplicates in telemetry
MicroFish91 4f49a71
Add flag
MicroFish91 301512e
Simplify setting related resources
MicroFish91 d0e61a4
Simplify some more
MicroFish91 18f3788
Misc changes
MicroFish91 e888533
Remove support for managed environment items
MicroFish91 588639f
Update walkthrough
MicroFish91 f7fbfd7
Add more details for basic create
MicroFish91 771eb2e
Merge branch 'mwf/tame-scarlet' of https://github.com/microsoft/vscod…
MicroFish91 563a58a
Rethrow better error message
MicroFish91 05ed036
Update formatting
MicroFish91 1dbd11d
Merge branch 'main' of https://github.com/microsoft/vscode-azureconta…
MicroFish91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| | Prompt | Value | | ||
| |--------|-------| | ||
| | Pick a repository source | Select: <b>Clone from GitHub</b> | | ||
| | Enter a repository name | [https://github.com/Azure-Samples/containerapps-albumapi-javascript]() | | ||
| | Provide repository URL | [https://github.com/Azure-Samples/containerapps-albumapi-javascript]() | | ||
| | Select a folder to clone the project into | Select a repository destination. | | ||
| | Open the project | Select: <b>Open</b> | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| | Prompt | Value | | ||
| |--------|-------| | ||
| | Select subscription | Select the Azure subscription used in the previous step. | | ||
| | Select resource group(s) | Select <b>my-container-env</b> and press enter. | | ||
| | Select resource group(s) | Select <b>contoso-env</b> and press enter. | | ||
| | Confirm resources to delete | Select: <b>Delete</b> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,12 @@ | ||
| | Prompt | Value | | ||
| |--------|-------| | ||
| | Select subscription | Select the Azure subscription you want to use. | | ||
| | Select a container apps environment | Select: <b>Create new container apps environment</b>. You will only be asked this question if you have existing container apps environments. | | ||
| | Confirm resources to create | Select: <b>Continue</b> | | ||
| | Enter a name for the new container app environment resources | Enter: <b>my-container-env</b> | | ||
| | Enter a name for the new container app | Enter: <b>my-container-app</b> | | ||
| | Select deployment mode | Select: <b>Basic</b> | | ||
| | Enter a name for container environment resources | Enter: <b>contoso-env</b> | | ||
| | Enter a name for the new container app | Enter: <b>contoso-app</b> | | ||
| | Select a location | Select an Azure region near you. | | ||
| | Select a registry connection method | Select: <b>Managed Identity</b> | | ||
| | Provide a source code directory for upload | Select: <b>./src</b> | | ||
| | Select a location | Select an Azure region close to you. | | ||
| | Confirm resources to be created | Select: <b>Continue</b> | | ||
| | Save deployment configuration | Select: <b>Save</b> | | ||
| | <i>On completion<i>: | <details><summary>View Save Configuration: </summary><p>`.vscode/settings.json`:</p><img src="./images/dwp-saved-settings.png"></details> <details><summary>View Activity Log: </summary><img src="./images/dwp-activity-log.png"></details> <details><summary>View Deployment: </summary><img src="./images/dwp-popup.png"></details> <details><summary>View Azure Resources Tree (Resource Type): </summary><img src="./images/dwp-tree-resource-type.png"></details> <details><summary>View Azure Resources Tree (Resource Group): </summary><img src="./images/dwp-tree-resource-group.png"></details> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git.cloneprompt sequence has changed - updated accordingly