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
+
>
124
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).
125
122
126
123
::: zone-end
@@ -151,35 +148,35 @@ In the _Build Details_ section, add configuration details specific to your prefe
151
148
152
149
# [No Framework](#tab/vanilla-javascript)
153
150
154
-
1.Select **Custom** from the _Build Presets_ dropdown.
155
-
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**.
156
153
1. Leave the _Api location_ box empty.
157
-
1.Type **./src**_App artifact location_ box.
154
+
1.In the _Output location_ box, enter **./src**.
158
155
159
156
# [Angular](#tab/angular)
160
157
161
-
1.Select **Angular** from the _Build Presets_ dropdown.
158
+
1.From the _Build Presets_ dropdown, select **Angular**.
162
159
1. Keep the default value in the _App location_ box.
163
160
1. Leave the _Api location_ box empty.
164
-
1.Type **dist/angular-basic** in the _App artifact location_ box.
161
+
1.In the _Output location_ box, enter **dist/angular-basic**.
165
162
166
163
# [Blazor](#tab/blazor)
167
164
168
-
1.Select **Blazor** from the _Build Presets_ dropdown.
0 commit comments