Skip to content

Commit d8f7ff6

Browse files
update prerequisites
1 parent 5105737 commit d8f7ff6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ In this tutorial, you learn to deploy a [Next.js](https://nextjs.org) website to
2020
2121
## Prerequisites
2222

23-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
24-
- A GitHub account. [Create an account for free](https://github.com/join).
25-
- [Node.js](https://nodejs.org) installed.
26-
- [Next.js CLI](https://nextjs.org/docs/getting-started) installed. Refer to the [Next.js Getting Started guide](https://nextjs.org/docs/getting-started) for details.
23+
| Resource | Description |
24+
|---|---|
25+
| [Azure account](https://azure.microsoft.com/free/) | If you don't have an Azure account with an active subscription, you can [create one for free](https://azure.microsoft.com/free/). |
26+
| [GitHub account](https://github.com/join) | If you don't have a GitHub account, you can [create an account for free](https://github.com/join). |
27+
| [Node.js](https://nodejs.org) | Install the latest version of Node.js. |
28+
| [Next.js CLI](https://nextjs.org/docs/getting-started) | Install the latest version of the Next.js CLI. See the [Next.js Getting Started guide](https://nextjs.org/docs/getting-started) for details. |
2729

2830
[!INCLUDE [Unsupported Next.js features](../../includes/static-web-apps-nextjs-unsupported.md)]
2931

0 commit comments

Comments
 (0)