Skip to content

Commit f0a1856

Browse files
Update draft
1 parent c71e4df commit f0a1856

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/static-apps/getting-started.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,20 @@ Once the deployment is complete, click the **Go to resource** button
133133

134134
:::image type="content" source="media/getting-started/resource-button.png" alt-text="Go to resource button":::
135135

136-
## View website
136+
## View the website
137137

138138
There are two aspects to deploying a static app. The first provisions the underlying Azure resources that make up your app. The second is a GitHub Actions workflow that builds and publishes your application.
139139

140-
> [!NOTE]
141-
> You can ensure that the GitHub Actions workflow is complete by checking the status of your commits available at `https://github.com/<YOUR_GITHUB_USERNAME>/my-first-static-app/actions`.
140+
Before you can navigate to your new static site, the deployment build must first finish running.
142141

143-
Once the provisioning and deployment is complete, you can click on the _URL_ link in the Azure portal _Overview_ window to launch your app in the browser.
142+
The Static Web Apps overview window displays a series of links that help you interact with your web app.
144143

145144
:::image type="content" source="media/getting-started/overview-window.png" alt-text="Overview window":::
146145

146+
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.
147+
148+
2. Once the provisioning and deployment is complete, you can click on the _URL_ link to open the website in new tab.
149+
147150
## Clean up resources
148151

149152
If you're not going to continue to use this application, you can delete the Azure Static Web Apps instance through the following steps:
74 Bytes
Loading
12.1 KB
Loading

0 commit comments

Comments
 (0)