Skip to content

Commit b4738a9

Browse files
authored
Merge pull request #114564 from craigshoemaker/marm-create-steps
Update create steps
2 parents cf8b367 + 1f4fbe8 commit b4738a9

File tree

6 files changed

+29
-16
lines changed

6 files changed

+29
-16
lines changed

articles/static-web-apps/add-api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,10 @@ Using Visual Studio Code, commit and push your changes to the remote git reposit
213213
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-1.png" alt-text="Create static app on the Azure portal - screen 1":::
214214

215215
1. Navigate to the [Azure portal](https://portal.azure.com)
216-
1. Type **Static Web Apps** in the top search bar
217-
1. Click on **Static Web Apps**
218-
1. Click **Add**
216+
1. Click **Create a Resource**
217+
1. Search for **Static Web Apps**
218+
1. Click **Static Web Apps (Preview)**
219+
1. Click **Create**
219220
1. Select your _Azure subscription_
220221
1. Select or create a new _Resource Group_
221222
1. Name the app **my-vanilla-api**.

articles/static-web-apps/deploy-nextjs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,11 @@ The following steps show how to link the app you just pushed to GitHub to Azure
129129
130130
### Create a static app
131131
132-
1. Navigate to the [Azure portal](https://portal.azure.com).
133-
1. Click **Create a Resource** then search for **Static Web Apps** and select the matching result.
132+
1. Navigate to the [Azure portal](https://portal.azure.com)
133+
1. Click **Create a Resource**
134+
1. Search for **Static Web Apps**
135+
1. Click **Static Web Apps (Preview)**
136+
1. Click **Create**
134137
135138
1. Select a subscription from the *Subscription* drop-down list or use the default value.
136139
1. Click the **New** link below the *Resource group* drop-down. In *New resource group name*, type **mystaticsite** and click **OK**

articles/static-web-apps/deploy-nuxtjs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ The following steps show how to link the app you just pushed to GitHub to Azure
112112
113113
### Create an Azure Static Web Apps Preview resource
114114
115-
1. Navigate to the [Azure portal](https://portal.azure.com).
116-
1. Click **Create a Resource** then search for **Static Web Apps** and select the matching result.
115+
1. Navigate to the [Azure portal](https://portal.azure.com)
116+
1. Click **Create a Resource**
117+
1. Search for **Static Web Apps**
118+
1. Click **Static Web Apps (Preview)**
119+
1. Click **Create**
117120
118121
1. Select a subscription from the *Subscription* drop-down list or use the default value.
119122
1. Click the **New** link below the *Resource group* drop-down. In *New resource group name*, type **mystaticsite** and click **OK**

articles/static-web-apps/publish-gatsby.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ The following steps show you how to create a new static site app and deploy it t
7878

7979
### Create the application
8080

81-
1. Navigate to the [Azure portal](https://portal.azure.com).
82-
83-
1. Select **Create a Resource** and search for **Static Web Apps**.
81+
1. Navigate to the [Azure portal](https://portal.azure.com)
82+
1. Click **Create a Resource**
83+
1. Search for **Static Web Apps**
84+
1. Click **Static Web Apps (Preview)**
85+
1. Click **Create**
8486

8587
:::image type="content" source="./media/publish-gatsby/create-in-portal.png" alt-text="Create a Static Web Apps (Preview) in the portal":::
8688

articles/static-web-apps/publish-hugo.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ The following steps show you how to create a new static site app and deploy it t
9292

9393
### Create the application
9494

95-
1. Navigate to the [Azure portal](https://portal.azure.com).
96-
97-
1. Select **Create a Resource** and search for **Static App**.
95+
1. Navigate to the [Azure portal](https://portal.azure.com)
96+
1. Click **Create a Resource**
97+
1. Search for **Static Web Apps**
98+
1. Click **Static Web Apps (Preview)**
99+
1. Click **Create**
98100

99101
:::image type="content" source="./media/publish-hugo/create-in-portal.png" alt-text="Create a Azure Static Web Apps resource in the portal":::
100102

articles/static-web-apps/publish-vuepress.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ The following steps show you how to create a new Static Web Apps application and
103103
104104
### Create the application
105105
106-
1. Navigate to the [Azure portal](https://portal.azure.com).
107-
108-
1. Select **Create a Resource** and search for **Static Web Apps**.
106+
1. Navigate to the [Azure portal](https://portal.azure.com)
107+
1. Click **Create a Resource**
108+
1. Search for **Static Web Apps**
109+
1. Click **Static Web Apps (Preview)**
110+
1. Click **Create**
109111
110112
:::image type="content" source="./media/publish-vuepress/create-in-portal.png" alt-text="Create a Static Web Apps (Preview) in the portal":::
111113

0 commit comments

Comments
 (0)