Skip to content

Commit 1f9392a

Browse files
Update draft
1 parent a1c6377 commit 1f9392a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

articles/static-apps/getting-started.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,34 @@ This article uses GitHub template repositories to make it easy for you to create
2929
- Navigate to the following location to create a new repository
3030
- https://github.com/staticwebdev/angular-basic/generate
3131
- Name your repository **my-first-static-web-app**
32-
- Click the **Create repository from template** button
3332

3433
# [React](#tab/react)
3534

3635
- Navigate to the following location to create a new repository
3736
- https://github.com/staticwebdev/react-basic/generate
3837
- Name your repository **my-first-static-web-app**
39-
- Click the **Create repository from template** button
4038

4139
# [Vue](#tab/vue)
4240

4341
- Navigate to the following location to create a new repository
4442
- https://github.com/staticwebdev/vue-basic/generate
4543
- Name your repository **my-first-static-web-app**
46-
- Click the **Create repository from template** button
4744

4845
# [No Framework](#tab/vanilla-javascript)
4946

5047
- Navigate to the following location to create a new repository
5148
- https://github.com/staticwebdev/vanilla-basic/generate
5249
- Name your repository **my-first-static-web-app**
53-
- Click the **Create repository from template** button
50+
51+
> [!NOTE]
52+
> 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.
5453
5554
---
5655

56+
Click the **Create repository from template** button.
57+
58+
:::image type="content" source="media/getting-started/create-template.png" alt-text="Create repository from template":::
59+
5760
## Create a static web app
5861

5962
Now that the repository is created, you can create a static web app from the Azure portal.
@@ -74,7 +77,7 @@ Begin by configuring your new app and linking it to a GitHub repository.
7477
- Select or create a new _Resource Group_
7578
- Name the app **my-first-static-web-app**.
7679
- Valid characters are `a-z` (case insensitive), `0-9`, and `_`.
77-
- Select _Region_ closest to you
80+
- Select a _Region_ closest to you
7881
- Select the **Free** _SKU_
7982
- Click the **Sign-in with GitHub** button and authenticate with GitHub
8083

@@ -125,13 +128,13 @@ Click the **Review + create** button.
125128

126129
### Review + create
127130

128-
After the build validates, you can continue to create the application.
131+
After the request validates, you can continue to create the application.
129132

130133
Click the **Create** button
131134

132135
:::image type="content" source="media/getting-started/create-button.png" alt-text="Create button":::
133136

134-
Once the deployment is complete, click the **Go to resource** button
137+
Once the resource is created, click the **Go to resource** button
135138

136139
:::image type="content" source="media/getting-started/resource-button.png" alt-text="Go to resource button":::
137140

@@ -147,7 +150,7 @@ The Static Web Apps overview window displays a series of links that help you int
147150

148151
1. Clicking on the banner that says, "Click 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 navigate to your website via the generated URL.
149152

150-
2. Once the provisioning and deployment is complete, you can click on the _URL_ link to open the website in new tab.
153+
2. Once GitHub Actions workflow is complete, you can click on the _URL_ link to open the website in new tab.
151154

152155
## Clean up resources
153156

3.86 KB
Loading

0 commit comments

Comments
 (0)