Skip to content

Commit 752dd2f

Browse files
update DevOps steps
1 parent da238c7 commit 752dd2f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/static-web-apps/get-started-portal.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,25 @@ This article uses an Azure DevOps repository to make it easy for you to get star
5656
8. Copy a repository URL for the framework of your choice, and paste it into the *Clone URL* box.
5757

5858
# [No Framework](#tab/vanilla-javascript)
59-
59+
6060
[https://github.com/staticwebdev/vanilla-basic.git](https://github.com/staticwebdev/vanilla-basic.git)
61-
61+
6262
# [Angular](#tab/angular)
63-
63+
6464
[https://github.com/staticwebdev/angular-basic.git](https://github.com/staticwebdev/angular-basic.git)
65-
65+
6666
# [Blazor](#tab/blazor)
67-
67+
6868
[https://github.com/staticwebdev/blazor-basic.git](https://github.com/staticwebdev/blazor-basic.git)
69-
69+
7070
# [React](#tab/react)
71-
71+
7272
[https://github.com/staticwebdev/react-basic.git](https://github.com/staticwebdev/react-basic.git)
73-
73+
7474
# [Vue](#tab/vue)
75-
75+
7676
[https://github.com/staticwebdev/vue-basic.git](https://github.com/staticwebdev/vue-basic.git)
77-
77+
7878
---
7979

8080
9. Select **Import** and wait for the import process to complete.
@@ -133,11 +133,11 @@ In the _Basics_ section, begin by configuring your new app and linking it to an
133133
| Name | Enter **my-first-static-web-app** in the textbox. |
134134
| Plan type | Select **Free**. |
135135
| Azure Functions and staging details | Select a region closest to you. |
136-
| Source | Select **DevOps**. |
136+
| Source | Select **Azure DevOps**. |
137137
| Organization | Select your organization. |
138138
| Project | Select your project. |
139139
| Repository| Select **my-first-web-static-app**. |
140-
| Branch | Select **<branch_name>**. |
140+
| Branch | Select **main**. |
141141

142142
> [!NOTE]
143143
> Make sure the branch you are using is not protected, and that you have sufficient permissions to issue a `push` command. To verify, browse to your DevOps repository and go to **Repos** -> **Branches** and select **More options**. Next, select your branch, and then **Branch policies** to ensure required policies aren't enabled.

0 commit comments

Comments
 (0)