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
> - You may need to authorize Azure Static Web Apps in GitHub. Browse to your GitHub profile and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**.
120
+
>
123
121
> - You may need to authorize Azure Static Web Apps in your Azure DevOps organization. You must be an owner of the organization to grant the permissions. Request third-party application access via OAuth. For more information, see [Authorize access to REST APIs with OAuth 2.0](/azure/devops/integrate/get-started/authentication/oauth).
124
122
125
123
::: zone-end
@@ -134,11 +132,12 @@ In the _Basics_ section, begin by configuring your new app and linking it to an
134
132
| Resource Group | Select the **Create new** link, and enter **static-web-apps-test** in the textbox. |
135
133
| Name | Enter **my-first-static-web-app** in the textbox. |
136
134
| Plan type | Select **Free**. |
137
-
| Source | Select **DevOps**. |
135
+
| Azure Functions and staging details | Select a region closest to you. |
> 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.
@@ -149,35 +148,35 @@ In the _Build Details_ section, add configuration details specific to your prefe
149
148
150
149
# [No Framework](#tab/vanilla-javascript)
151
150
152
-
1.Select **Custom** from the _Build Presets_ dropdown.
153
-
1.Type **./src** in the _App location_ box.
151
+
1.From the _Build Presets_ dropdown, select **Custom**.
152
+
1.In the _App location_ box, enter **./src**.
154
153
1. Leave the _Api location_ box empty.
155
-
1.Type **./src**_App artifact location_ box.
154
+
1.In the _Output location_ box, enter **./src**.
156
155
157
156
# [Angular](#tab/angular)
158
157
159
-
1.Select **Angular** from the _Build Presets_ dropdown.
158
+
1.From the _Build Presets_ dropdown, select **Angular**.
160
159
1. Keep the default value in the _App location_ box.
161
160
1. Leave the _Api location_ box empty.
162
-
1.Type **dist/angular-basic** in the _App artifact location_ box.
161
+
1.In the _Output location_ box, enter **dist/angular-basic**.
163
162
164
163
# [Blazor](#tab/blazor)
165
164
166
-
1.Select **Blazor** from the _Build Presets_ dropdown.
0 commit comments