Skip to content

Commit 7567177

Browse files
authored
Update walkthrough to reflect new Deploy Workspace Project changes (#966)
1 parent d77cf6c commit 7567177

File tree

11 files changed

+24
-10
lines changed

11 files changed

+24
-10
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
| Prompt | Value |
22
|--------|-------|
3-
| Pick a repository source | Select: <b>Clone from GitHub</b> |
4-
| Enter a repository name | [https://github.com/Azure-Samples/containerapps-albumapi-javascript]() |
3+
| Provide repository URL | [https://github.com/Azure-Samples/containerapps-albumapi-javascript]() |
54
| Select a folder to clone the project into | Select a repository destination. |
65
| Open the project | Select: <b>Open</b> |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| Prompt | Value |
22
|--------|-------|
33
| Select subscription | Select the Azure subscription used in the previous step. |
4-
| Select resource group(s) | Select <b>my-container-env</b> and press enter. |
4+
| Select resource group(s) | Select <b>contoso-env</b> and press enter. |
55
| Confirm resources to delete | Select: <b>Delete</b> |
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
| Prompt | Value |
22
|--------|-------|
33
| Select subscription | Select the Azure subscription you want to use. |
4-
| 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. |
5-
| Confirm resources to create | Select: <b>Continue</b> |
6-
| Enter a name for the new container app environment resources | Enter: <b>my-container-env</b> |
7-
| Enter a name for the new container app | Enter: <b>my-container-app</b> |
4+
| Select deployment mode | Select: <b>Basic</b> |
5+
| Enter a name for container environment resources | Enter: <b>contoso-env</b> |
6+
| Enter a name for the new container app | Enter: <b>contoso-app</b> |
7+
| Select a location | Select an Azure region near you. |
8+
| Select a registry connection method | Select: <b>Managed Identity</b> |
89
| Provide a source code directory for upload | Select: <b>./src</b> |
9-
| Select a location | Select an Azure region close to you. |
10+
| Confirm resources to be created | Select: <b>Continue</b> |
1011
| Save deployment configuration | Select: <b>Save</b> |
1112
| <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> |

resources/walkthrough/explore-details.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
| <h4>I. <u>Add a workspace project</u></h4>Navigate to the Explorer view and add a project with a Dockerfile to the local VS Code workspace using <b>Open Folder</b> or <b>Clone Repository</b>. | <img src="./images/explorer-workspace-project.png"> |
44
| <h4>II. <u>Sign in to Azure</u></h4>Navigate to the Azure Resources view and select: <b>Sign in to Azure</b>. | <img src="./images/azure-sign-in.png"></details> |
55
| <h4>III. <u>Create and deploy</u></h4>Navigate to the Azure Workspace view and use the container app icon to select: <b>Deploy Project from Workspace</b>.<br /><br />Re-deploy to the same resources by running the command again with saved workspace settings (<i>.vscode/settings.json</i>). | <img src="./images/deploy-workspace-project.png"> |
6+
| <h4>IV. <u>Open Walkthrough</u></h4>Navigate to the Azure Workspace view and use the container app icon to select: <b>Open Walkthrough</b> if you ever need to return to this walkthrough again in the future. | <img src="./images/dwp-open-walkthrough.png"> |
49.5 KB
Loading
74.2 KB
Loading
-443 Bytes
Loading
-3.59 KB
Loading
-7.18 KB
Loading
12.6 KB
Loading

0 commit comments

Comments
 (0)