Skip to content

Commit c1e8931

Browse files
Merge pull request #246683 from JimacoMS4/deploy-swa-from-vs-code
Refresh deploy swa from vs code quickstart
2 parents 37d0872 + 0e2236c commit c1e8931

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: quickstart
8-
ms.date: 06/28/2022
8+
ms.date: 08/10/2023
99
ms.author: cshoe
1010
ms.custom: mode-other
1111
---
@@ -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
-8.29 KB
Loading
-5.58 KB
Loading
-5.99 KB
Loading

articles/static-web-apps/publish-azure-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ This article uses a GitHub template repository to make it easy for you to get st
6767
> [!NOTE]
6868
> Azure Static Web Apps requires at least one HTML file to create a web app. The repository you create in this step includes a single _index.html_ file.
6969
70-
1. Select **Create repository from template**.
70+
1. Select **Create repository**.
7171

72-
:::image type="content" source="./media/getting-started/create-template.png" alt-text="Create repository from template":::
72+
:::image type="content" source="./media/getting-started/create-template.png" alt-text="screenshot of the Create repository button.":::
7373

7474
## Create the ARM Template
7575

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: craigshoemaker
33
ms.service: static-web-apps
44
ms.topic: include
5-
ms.date: 08/13/2020
5+
ms.date: 08/10/2023
66
ms.author: cshoe
77
---
88

@@ -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="Screenshot of the Create repository button.":::

0 commit comments

Comments
 (0)