@@ -28,35 +28,35 @@ This article uses GitHub template repos to make it easy for you to create a new
28
28
29
29
- Navigate to the following location to create a new repository
30
30
- https://github.com/staticwebdev/angular-basic/generate
31
- - Name your repository ** my-first-static-app**
31
+ - Name your repository ** my-first-static-web- app**
32
32
- Click the ** Create repository from template** button
33
33
34
34
# [ React] ( #tab/react )
35
35
36
36
- Navigate to the following location to create a new repository
37
37
- https://github.com/staticwebdev/react-basic/generate
38
- - Name your repository ** my-first-static-app**
38
+ - Name your repository ** my-first-static-web- app**
39
39
- Click the ** Create repository from template** button
40
40
41
41
# [ Vue] ( #tab/vue )
42
42
43
43
- Navigate to the following location to create a new repository
44
44
- https://github.com/staticwebdev/vue-basic/generate
45
- - Name your repository ** my-first-static-app**
45
+ - Name your repository ** my-first-static-web- app**
46
46
- Click the ** Create repository from template** button
47
47
48
48
# [ No Framework] ( #tab/vanilla-javascript )
49
49
50
50
- Navigate to the following location to create a new repository
51
51
- https://github.com/staticwebdev/vanilla-basic/generate
52
- - Name your repository ** my-first-static-app**
52
+ - Name your repository ** my-first-static-web- app**
53
53
- Click the ** Create repository from template** button
54
54
55
55
---
56
56
57
- ## Create a static app
57
+ ## Create a static web app
58
58
59
- Now that the repo is created, you can create a static app from the Azure portal.
59
+ Now that the repo is created, you can create a static web app from the Azure portal.
60
60
61
61
- Navigate to the [ Azure portal] ( https://portal.azure.com )
62
62
- In the top bar, search for ** Static Web Apps**
@@ -68,7 +68,7 @@ Begin by configuring your new app and linking it to a GitHub repository.
68
68
69
69
- Select your _ Azure subscription_
70
70
- Select or create a new _ Resource Group_
71
- - Name the app ** my-first-static-app** .
71
+ - Name the app ** my-first-static-web- app** .
72
72
- Valid characters are ` a-z ` (case insensitive), ` 0-9 ` , and ` _ ` .
73
73
- Select _ Region_ closest to you
74
74
- Select the ** Free** _ SKU_
@@ -130,7 +130,7 @@ 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 app through the following steps:
133
+ If you're not going to continue to use this application, you can delete the static web app through the following steps:
134
134
135
135
1 . Open the [ Azure portal] ( https://portal.azure.com )
136
136
1 . Search for ** my-first-static-app** from the top search bar
0 commit comments