Skip to content

Commit 90d6487

Browse files
authored
Merge pull request #114549 from craigshoemaker/marm-preview
Add "Preview" to article titles
2 parents 5bb5d3e + 26e91b6 commit 90d6487

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

articles/static-web-apps/add-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: wachegha
1010
---
1111

12-
# Add an API to Azure Static Web Apps with Azure Functions
12+
# Add an API to Azure Static Web Apps Preview with Azure Functions
1313

1414
You can add serverless APIs to Azure Static Web Apps via integration with Azure Functions. This article demonstrates how to add and deploy an API to an Azure Static Web Apps site.
1515

articles/static-web-apps/apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: cshoe
1010
---
1111

12-
# API support in Azure Static Web Apps with Azure Functions
12+
# API support in Azure Static Web Apps Preview with Azure Functions
1313

1414
Azure Static Web Apps provides serverless API endpoints via [Azure Functions](../azure-functions/functions-overview.md). By leveraging Azure Functions, APIs dynamically scale based on demand, and include the following features:
1515

articles/static-web-apps/application-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: buhollan
1010
---
1111

12-
# Configure application settings for Azure Static Web Apps
12+
# Configure application settings for Azure Static Web Apps Preview
1313

1414
Application settings hold configuration settings for values that may change, such as database connection strings. Adding application settings allows you to modify the configuration input to your app, without having to change application code.
1515

articles/static-web-apps/authentication-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: cshoe
1010
---
1111

12-
# Authentication and authorization for Azure Static Web Apps
12+
# Authentication and authorization for Azure Static Web Apps Preview
1313

1414
Azure Static Web Apps streamlines the authentication experience by managing authentication with the following providers:
1515

articles/static-web-apps/custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: buhollan
1010
---
1111

12-
# Setup a custom domain in Azure Static Web Apps
12+
# Setup a custom domain in Azure Static Web Apps Preview
1313

1414
By default, Azure Static Web Apps provides an auto-generated domain name. This article shows you how to map a custom domain name to an Azure Static Web Apps application.
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: chnwamba
1010
---
1111

1212

13-
# Deploy server-rendered Next.js websites on Azure Static Web Apps
13+
# Deploy server-rendered Next.js websites on Azure Static Web Apps Preview
1414

1515
In this tutorial, you learn to deploy a [Next.js](https://nextjs.org) generated static website to [Azure Static Web Apps](overview.md). To begin, you learn to set up, configure, and deploy a Next.js app. During this process, you also learn to deal with common challenges often faced when generating static pages with Next.js
1616

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: chnwamba
1010
---
1111

12-
# Deploy server-rendered Nuxt.js websites on Azure Static Web Apps
12+
# Deploy server-rendered Nuxt.js websites on Azure Static Web Apps Preview
1313

1414
In this tutorial, you learn to deploy a [Nuxt.js](https://nuxtjs.org) generated static website to [Azure Static Web Apps](overview.md). To begin, you learn to set up, configure, and deploy a Nuxt.js app. During this process, you also learn to deal with common challenges often faced when generating static pages with Nuxt.js
1515

@@ -110,7 +110,7 @@ Azure Static Web Apps deploys your app from a GitHub repository and keeps doing
110110
111111
The following steps show how to link the app you just pushed to GitHub to Azure Static Web Apps. Once in Azure, you can deploy the application to a production environment.
112112
113-
### Create an Azure Static Web Apps resource
113+
### Create an Azure Static Web Apps Preview resource
114114
115115
1. Navigate to the [Azure portal](https://portal.azure.com).
116116
1. Click **Create a Resource** then search for **Static Web Apps** and select the matching result.

0 commit comments

Comments
 (0)