Skip to content

Commit 8723866

Browse files
updates
1 parent 041e65b commit 8723866

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Next, configure the `build` command in the `package.json` file in order to copy
325325
}
326326
```
327327
328-
## Configure your Next.js routing and middleware for deployment to Azure Static Web Apps
328+
## Configure routing and middleware for deployment
329329
330330
Your Next.js project can be configured to have custom handling of routes with redirects, rewrites, and middleware. These handlers are commonly used for authentication, personalization, routing, and internationalization. Custom handling affects the default routing of your Next.js site and the configuration must be compatible with hosting on Static Web Apps.
331331

includes/static-web-apps/static-web-apps-nextjs-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ms.author: cshoe
88

99
A managed backed is automatically available for every hybrid Next.js deployment. However, you can fine tune performance and take more control of the backend by assigning a custom backend to your site. The following steps show you how to associate a custom backend to your site.
1010

11-
When you link the backend resource to your Next.js app, server-side requests are served from the backend server.
12-
1311
1. Go to your static web app in the Azure portal.
1412

1513
1. Select **Settings** and then **APIs** from the side menu.
1614

15+
1. Under the *Backend Resource Name*, select the link labeled **(managed)**.
16+
1717
1. Select **Configure linked backend**.
1818

1919
1. Either create a new App Service Plan or select an existing App Service Plan.

0 commit comments

Comments
 (0)