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
Copy file name to clipboardExpand all lines: articles/static-web-apps/get-started-portal.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: 'Quickstart: Building your first static web app with Azure Static Web Apps using the Azure portal'
2
+
title: 'Quickstart: Build your first static web app'
3
3
description: Learn to deploy a static site to Azure Static Web Apps with the Azure portal.
4
4
services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.author: cshoe
7
-
ms.date: 05/07/2021
7
+
ms.date: 09/19/2022
8
8
ms.topic: quickstart
9
9
ms.service: static-web-apps
10
10
zone_pivot_groups: devops-or-github
11
11
---
12
12
13
-
# Quickstart: Building your first static site in the Azure portal
13
+
# Quickstart: Build your first static web app
14
14
15
15
Azure Static Web Apps publishes a website to a production environment by building apps from an Azure DevOps or GitHub repository. In this quickstart, you deploy a web application to Azure Static Web apps using the Azure portal.
16
16
@@ -23,7 +23,7 @@ Azure Static Web Apps publishes a website to a production environment by buildin
23
23
24
24
::: zone pivot="azure-devops"
25
25
- If you don't have an Azure subscription, [create a free trial account](https://azure.microsoft.com/free).
> If you don't see any repositories, you may need to authorize Azure Static Web Apps in GitHub. Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
122
+
> If you don't see any repositories:
123
+
> - You may need to authorize Azure Static Web Apps in GitHub. Browse to your GitHub repository and go to **Settings > Applications > Authorized OAuth Apps**, select **Azure Static Web Apps**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
124
+
> - You may need to authorize Azure Static Web Apps in Azure DevOps. Request access via the policy, Third-party application access via OAuth. For more information, see [Authorize access to REST APIs with OAuth 2.0](https://learn.microsoft.com/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops#2-authorize-your-app).
123
125
124
126
::: zone-end
125
127
@@ -212,15 +214,15 @@ The Static Web Apps *Overview* window displays a series of links that help you i
212
214
213
215
:::image type="content" source="./media/getting-started/overview-window.png" alt-text="The Azure Static Web Apps overview window.":::
214
216
215
-
1.Clicking on the banner that says, _Click here to check the status of your GitHub Actions runs_takes you to the GitHub Actions running against your repository. Once you verify the deployment job is complete, then you can navigate to your website via the generated URL.
217
+
1.Select the banner that says, _Click here to check the status of your GitHub Actions runs_, which takes you to the GitHub Actions and runs against your repository. Once you verify the deployment job is complete, then you can navigate to your website via the generated URL.
216
218
217
-
2. Once GitHub Actions workflow is complete, you can click on the _URL_ link to open the website in new tab.
219
+
2. Once GitHub Actions workflow is complete, select on the _URL_ link to open the website in new tab.
218
220
219
221
::: zone-end
220
222
221
223
::: zone pivot="azure-devops"
222
224
223
-
Once the workflow is complete, you can click on the _URL_ link to open the website in new tab.
225
+
Once the workflow is complete, select the _URL_ link to open the website in new tab.
224
226
225
227
::: zone-end
226
228
@@ -231,8 +233,8 @@ If you're not going to continue to use this application, you can delete the Azur
231
233
1. Open the [Azure portal](https://portal.azure.com).
232
234
1. Search for **my-first-web-static-app** from the top search bar.
233
235
1. Select the app name.
234
-
1. Select the **Delete** button.
235
-
1. Select **Yes** to confirm the delete action (this action may take a few moments to complete).
236
+
2. Select **Delete**.
237
+
3. Select **Yes** to confirm the delete action. This action may take a few moments to complete.
0 commit comments