Skip to content

Commit 9c62da1

Browse files
Merge pull request #211762 from chcomley/users/chcomley/get-started-portal-1988260-09-19-2022
GHI fix #97078 - added to NOTE for requesting access via Azure DevOps
2 parents 7900174 + 1f7edd2 commit 9c62da1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
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'
33
description: Learn to deploy a static site to Azure Static Web Apps with the Azure portal.
44
services: static-web-apps
55
author: craigshoemaker
66
ms.author: cshoe
7-
ms.date: 05/07/2021
7+
ms.date: 09/19/2022
88
ms.topic: quickstart
99
ms.service: static-web-apps
1010
zone_pivot_groups: devops-or-github
1111
---
1212

13-
# Quickstart: Building your first static site in the Azure portal
13+
# Quickstart: Build your first static web app
1414

1515
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.
1616

@@ -23,7 +23,7 @@ Azure Static Web Apps publishes a website to a production environment by buildin
2323

2424
::: zone pivot="azure-devops"
2525
- If you don't have an Azure subscription, [create a free trial account](https://azure.microsoft.com/free).
26-
- [Azure DevOps](https://azure.microsoft.com/services/devops) account
26+
- [Azure DevOps](https://azure.microsoft.com/services/devops) organization
2727
::: zone-end
2828

2929
::: zone pivot="github"
@@ -119,7 +119,9 @@ After you sign in with GitHub, enter the repository information.
119119
:::image type="content" source="media/getting-started-portal/quickstart-portal-source-control.png" alt-text="Repository details":::
120120

121121
> [!NOTE]
122-
> 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**.
124+
> - 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 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).
123125
124126
::: zone-end
125127

@@ -212,15 +214,15 @@ The Static Web Apps *Overview* window displays a series of links that help you i
212214

213215
:::image type="content" source="./media/getting-started/overview-window.png" alt-text="The Azure Static Web Apps overview window.":::
214216

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.
216218

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.
218220

219221
::: zone-end
220222

221223
::: zone pivot="azure-devops"
222224

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.
224226

225227
::: zone-end
226228

@@ -231,8 +233,8 @@ If you're not going to continue to use this application, you can delete the Azur
231233
1. Open the [Azure portal](https://portal.azure.com).
232234
1. Search for **my-first-web-static-app** from the top search bar.
233235
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.
236238

237239
## Next steps
238240

0 commit comments

Comments
 (0)