Skip to content

Commit ffce4ed

Browse files
committed
added related articles
1 parent f36c222 commit ffce4ed

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/static-web-apps/deploy-nextjs.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this tutorial, learn to deploy a [Next.js](https://nextjs.org) generated stat
2020
- A GitHub account. [Create an account for free](https://github.com/join).
2121
- [Node.js](https://nodejs.org) installed.
2222

23-
## Set up a Next.js app
23+
## 1. Set up a Next.js app
2424

2525
Rather than using the Next.js CLI to create your app, you can use a starter repository. The starter repository contains an existing Next.js app that supports dynamic routes.
2626

@@ -60,12 +60,10 @@ When you select a framework or library, you see a details page about the selecte
6060

6161
:::image type="content" source="media/deploy-nextjs/start-nextjs-details.png" alt-text="Details page":::
6262

63-
## Deploy your static website
63+
## 2. Create a static app
6464

6565
The following steps show how to link your app to Azure Static Web Apps. Once in Azure, you can deploy the application to a production environment.
6666

67-
### Create a static app
68-
6967
1. Go to the [Azure portal](https://portal.azure.com).
7068
1. Select **Create a Resource**.
7169
1. Search for **Static Web Apps**.
@@ -100,7 +98,7 @@ The following steps show how to link your app to Azure Static Web Apps. Once in
10098
| _Api location_ | Leave this box empty. |
10199
| _Output location_ | Enter **out** in the box. |
102100

103-
### Review and create
101+
## 3. Review and create
104102

105103
1. Select the **Review + Create** button to verify the details are all correct.
106104

@@ -120,7 +118,7 @@ https://github.com/<YOUR_GITHUB_USERNAME>/nextjs-starter/actions
120118
121119
Now any changes made to the `main` branch start a new build and deployment of your website.
122120
123-
### Sync changes
121+
## 4. Sync changes
124122
125123
When you created the app, Azure Static Web Apps created a GitHub Actions file in your repository. Synchronize with the server by pulling down the latest to your local repository.
126124
@@ -140,3 +138,10 @@ If you're not going to continue to use this app, you can delete the Azure Static
140138

141139
> [!div class="nextstepaction"]
142140
> [Set up a custom domain](custom-domain.md)
141+
142+
## Related articles
143+
144+
- [Set up authentication and authorization](authentication-authorization.md)
145+
- [Configure app settings](application-settings.md)
146+
- [Enable monitoring](monitor.md)
147+
- [Azure CLI](https://github.com/Azure/static-web-apps-cli)

0 commit comments

Comments
 (0)