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
Once the deployment is complete, click the **Go to resource** button
141
+
142
+
:::image type="content" source="media/getting-started/go-to-resource-button.png" alt-text="Go to resource button":::
121
143
122
144
## View website
123
145
124
-
There are two automated 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.
146
+
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.
125
147
126
148
> [!NOTE]
127
149
> 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`.
0 commit comments