Getting Started: Explore Details (Walkthrough) (#652)

This commit is contained in:
Matthew Fisher 2024-03-30 12:51:56 -07:00 коммит произвёл GitHub
Родитель 01b6f6f086
Коммит 1dd2dab36e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 19 добавлений и 1 удалений

Просмотреть файл

@ -676,6 +676,17 @@
"media": {
"markdown": "resources/walkthrough/create-and-deploy.md"
}
},
{
"id": "containerApps.walkthrough.exploreDetails",
"title": "%containerApps.walkthrough.exploreDetails.title%",
"description": "%containerApps.walkthrough.exploreDetails.description%",
"completionEvents": [
"onStepSelected"
],
"media": {
"markdown": "resources/walkthrough/explore-details.md"
}
}
]
}

Просмотреть файл

@ -68,5 +68,7 @@
"containerApps.walkthrough.azureSignIn.title": "Sign in to Azure",
"containerApps.walkthrough.azureSignIn.description": "Sign in using the button below.\nYou may be directed to authenticate using your browser. Return to Visual Studio Code once completed.\n[Sign in to Azure](command:containerApps.walkthrough.azureSignIn)",
"containerApps.walkthrough.deployWorkspaceProject.title": "Create and deploy",
"containerApps.walkthrough.deployWorkspaceProject.description": "Create the container app resources necessary to host the application by using the button below.\nYou will be prompted by Visual Studio Code at the top of the page. Answer using the provided table values.\n[Deploy Project from Workspace](command:containerApps.walkthrough.deployWorkspaceProject)"
"containerApps.walkthrough.deployWorkspaceProject.description": "Create the container app resources necessary to host the application by using the button below.\nYou will be prompted by Visual Studio Code at the top of the page. Answer using the provided table values.\n[Deploy Project from Workspace](command:containerApps.walkthrough.deployWorkspaceProject)",
"containerApps.walkthrough.exploreDetails.title": "Explore details",
"containerApps.walkthrough.exploreDetails.description": "Let's explore what we've accomplished so far.\nIn this walkthrough, the commands were provided to you directly in each step. In practice, most of these commands will need to be accessed via the Azure Resources and Workspace pane.\nUse the provided table to review and discover the real location of each command."
}

Просмотреть файл

@ -0,0 +1,5 @@
| Step summary... | Where it's located... |
|-----------------|-----------------------|
| <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"> |
| <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> |
| <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"> |

Двоичные данные
resources/walkthrough/images/azure-sign-in.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 34 KiB

Двоичные данные
resources/walkthrough/images/deploy-workspace-project.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 54 KiB

Двоичные данные
resources/walkthrough/images/explorer-workspace-project.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 48 KiB