Skip to content

Commit

Permalink
Edit /azure walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Nov 4, 2024
1 parent 5794161 commit 4ca69a8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,8 @@
"walkthroughs": [
{
"id": "vscodeDevWalkthrough",
"when": "isWeb",
"title": "Deploy your application with VS Code for the Web - Azure",
"description": "Your project contains an azure.yaml file, you can provision and deploy your app in a single step with the azd CLI.",
"description": "**Note:** your work will not be saved unless you commit your code to GitHub. Follow the 'Saving your work' step for more information.",
"steps": [
{
"id": "deploy",
Expand Down Expand Up @@ -592,6 +591,15 @@
"svg": "resources/vscode-dev-walkthrough/azureExtensions.svg",
"altText": "Chat with Copilot"
}
},
{
"id": "github",
"title": "Saving your work",
"description": "In order to pick up where you left off, commit your code to GitHub. Through GitHub, you can share your project easily and collaborate with others.\n[Publish to GitHub](command:workbench.view.scm)",
"media": {
"svg": "resources/vscode-dev-walkthrough/azureExtensions.svg",
"altText": "Chat with Copilot"
}
}
]
},
Expand Down

0 comments on commit 4ca69a8

Please sign in to comment.