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
Copy file name to clipboardExpand all lines: articles/static-apps/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Quickstart: Building your first app with Azure Static Web Apps"
3
-
description: Learn to build an App Service Static App with your preferred front-end framework.
3
+
description: Learn to build an Azure Static Web Apps instance with your preferred front-end framework.
4
4
services: azure-functions
5
5
author: craigshoemaker
6
6
ms.service: azure-functions
@@ -22,7 +22,7 @@ If you don't have an Azure subscription, [create a free trial account](https://a
22
22
23
23
## Create a repository
24
24
25
-
This article uses GitHub template repos to make it easy for you to create a new repository. The templates feature starter apps built with different front-end frameworks.
25
+
This article uses GitHub template repositories to make it easy for you to create a new repository. The templates feature starter apps built with different front-end frameworks.
26
26
27
27
# [Angular](#tab/angular)
28
28
@@ -74,7 +74,7 @@ Begin by configuring your new app and linking it to a GitHub repository.
74
74
- Select the **Free**_SKU_
75
75
- Click the **Sign-in with GitHub** button and authenticate with GitHub
76
76
- Select your preferred _Organization_
77
-
- Select **my-first-static-app** from the _Repository_ drop-down
77
+
- Select **my-first-web-static-app** from the _Repository_ drop-down
78
78
- Select **master** from the _Branch_ drop-down
79
79
- Click the **Next: Build >** button to edit the build configuration
80
80
@@ -86,7 +86,7 @@ Next, add configuration details specific to your preferred front-end framework.
86
86
87
87
- Enter **src** in the _App location_ box
88
88
- Clear the default value from the _Api location_ box
89
-
- Enter **dist** in the _App artifact location_ box
89
+
- Enter **dist/angular-basic** in the _App artifact location_ box
90
90
- Click the **Review + create** button
91
91
92
92
# [React](#tab/react)
@@ -130,10 +130,10 @@ Once the provisioning and deployment is complete, you can click on the _URL_ lin
130
130
131
131
## Clean up resources
132
132
133
-
If you're not going to continue to use this application, you can delete the static web app through the following steps:
133
+
If you're not going to continue to use this application, you can delete the Azure Static Web Apps instance through the following steps:
134
134
135
135
1. Open the [Azure portal](https://portal.azure.com)
136
-
1. Search for **my-first-static-app** from the top search bar
136
+
1. Search for **my-first-web-static-app** from the top search bar
0 commit comments