Skip to content

Commit 2e04c3f

Browse files
committed
Refresh deplow swa from vs code quickstart
1 parent 3db9678 commit 2e04c3f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

articles/static-web-apps/get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The Static Web Apps *Overview* window displays a series of links that help you i
215215

216216
::: zone pivot="github"
217217

218-
:::image type="content" source="./media/getting-started/overview-window.png" alt-text="The Azure Static Web Apps overview window.":::
218+
:::image type="content" source="./media/getting-started-portal/overview-window.png" alt-text="The Azure Static Web Apps overview window.":::
219219

220220
1. Selecting on the banner that says, _Select here to check the status of your GitHub Actions runs_ takes you to the GitHub Actions running against your repository. Once you verify the deployment job is complete, then you can go to your website via the generated URL.
221221

articles/static-web-apps/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,47 +52,47 @@ If you don't already have the [Azure Static Web Apps extension for Visual Studio
5252

5353
3. Enter **Create static web app** in the command box.
5454

55-
4. Select *Azure Static Web Apps: Create static web app...* and select **Enter**.
55+
4. Select *Azure Static Web Apps: Create static web app...*.
5656

5757
# [No Framework](#tab/vanilla-javascript)
5858

5959
| Setting | Value |
6060
| --- | --- |
6161
| Name | Enter **my-first-static-web-app** |
6262
| Region | Select the region closest to you. |
63-
| Build preset | Select **Custom**. |
63+
| Framework | Select **Custom**. |
6464

6565
# [Angular](#tab/angular)
6666

6767
| Setting | Value |
6868
| --- | --- |
6969
| Name | Enter **my-first-static-web-app** |
7070
| Region | Select the region closest to you. |
71-
| Build preset | Select **Angular**. |
71+
| Framework | Select **Angular**. |
7272

7373
# [Blazor](#tab/blazor)
7474

7575
| Setting | Value |
7676
| --- | --- |
7777
| Name | Enter **my-first-static-web-app** |
7878
| Region | Select the region closest to you. |
79-
| Build preset | Select **Blazor**. |
79+
| Framework | Select **Blazor**. |
8080

8181
# [React](#tab/react)
8282

8383
| Setting | Value |
8484
| --- | --- |
8585
| Name | Enter **my-first-static-web-app** |
8686
| Region | Select the region closest to you. |
87-
| Build preset | Select **React**. |
87+
| Framework | Select **React**. |
8888

8989
# [Vue](#tab/vue)
9090

9191
| Setting | Value |
9292
| --- | --- |
9393
| Name | Enter **my-first-static-web-app** |
9494
| Region | Select the region closest to you. |
95-
| Build preset | Select **Vue.js**. |
95+
| Framework | Select **Vue.js**. |
9696

9797
---
9898

-602 Bytes
Loading
-7.71 KB
Loading
-5.58 KB
Loading
-5.39 KB
Loading

includes/static-web-apps-get-started-create-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ This article uses a GitHub template repository to make it easy for you to get st
4545

4646
---
4747

48-
Select **Create repository from template**.
48+
Select **Create repository**.
4949

50-
:::image type="content" source="../articles/static-web-apps/media/getting-started/create-template.png" alt-text="Create repository from template":::
50+
:::image type="content" source="../articles/static-web-apps/media/getting-started/create-template.png" alt-text="Create repository":::

0 commit comments

Comments
 (0)