You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
54
53
55
54
---
56
55
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
+
57
60
## Create a static web app
58
61
59
62
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.
74
77
- Select or create a new _Resource Group_
75
78
- Name the app **my-first-static-web-app**.
76
79
- Valid characters are `a-z` (case insensitive), `0-9`, and `_`.
77
-
- Select _Region_ closest to you
80
+
- Select a _Region_ closest to you
78
81
- Select the **Free**_SKU_
79
82
- Click the **Sign-in with GitHub** button and authenticate with GitHub
80
83
@@ -125,13 +128,13 @@ Click the **Review + create** button.
125
128
126
129
### Review + create
127
130
128
-
After the build validates, you can continue to create the application.
131
+
After the request validates, you can continue to create the application.
Once the deployment is complete, click the **Go to resource** button
137
+
Once the resource is created, click the **Go to resource** button
135
138
136
139
:::image type="content" source="media/getting-started/resource-button.png" alt-text="Go to resource button":::
137
140
@@ -147,7 +150,7 @@ The Static Web Apps overview window displays a series of links that help you int
147
150
148
151
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.
149
152
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.
0 commit comments