Skip to content

Commit f0946a8

Browse files
Merge branch 'marmalade-quickstart' of https://github.com/craigshoemaker/azure-docs-pr into marmalade-quickstart
2 parents 22ecdad + 5c0315c commit f0946a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/static-apps/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: azure-functions
55
author: craigshoemaker
66
ms.service: azure-functions
@@ -22,7 +22,7 @@ If you don't have an Azure subscription, [create a free trial account](https://a
2222

2323
## Create a repository
2424

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.
2626

2727
# [Angular](#tab/angular)
2828

@@ -74,7 +74,7 @@ Begin by configuring your new app and linking it to a GitHub repository.
7474
- Select the **Free** _SKU_
7575
- Click the **Sign-in with GitHub** button and authenticate with GitHub
7676
- 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
7878
- Select **master** from the _Branch_ drop-down
7979
- Click the **Next: Build >** button to edit the build configuration
8080

@@ -86,7 +86,7 @@ Next, add configuration details specific to your preferred front-end framework.
8686

8787
- Enter **src** in the _App location_ box
8888
- 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
9090
- Click the **Review + create** button
9191

9292
# [React](#tab/react)
@@ -130,10 +130,10 @@ Once the provisioning and deployment is complete, you can click on the _URL_ lin
130130

131131
## Clean up resources
132132

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:
134134

135135
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
137137
1. Click on the app name
138138
1. Click on the **Delete** button
139139
1. Click **Yes** to confirm the delete action

0 commit comments

Comments
 (0)