Skip to content

Commit 1e94f48

Browse files
reassign static web apps docs to @v1212
1 parent 4d59d61 commit 1e94f48

File tree

106 files changed

+211
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+211
-211
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Add an API to Azure Static Web Apps with Azure Functions
33
description: Get started with Azure Static Web Apps by adding a Serverless API to your static web app using Azure Functions.
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: how-to
88
ms.date: 11/25/2024
9-
ms.author: cshoe
9+
ms.author: wujia
1010
ms.custom:
1111
---
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Add authentication to your static site in Azure Static Web Apps
33
description: Learn to add authentication to your static site with Azure Static Web Apps.
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: tutorial
88
ms.date: 07/02/2024
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# Add authentication to your static site in Azure Static Web Apps

articles/static-web-apps/apex-domain-azure-dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Set up an apex domain with Azure DNS in Azure Static Web Apps
33
description: Configure the root domain with Azure DNS in Azure Static Web Apps
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: how-to
88
ms.date: 02/11/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# Set up an apex domain with Azure DNS in Azure Static Web Apps

articles/static-web-apps/apex-domain-external.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Set up an apex domain in Azure Static Web Apps
33
description: Configure the root domain in Azure Static Web Apps
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: how-to
88
ms.date: 02/11/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# Set up an apex domain in Azure Static Web Apps

articles/static-web-apps/apis-api-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: API support in Azure Static Web Apps with Azure API Management
33
description: Learn how to use Azure API Management with Azure Static Web Apps
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
88
ms.date: 06/14/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# API support in Azure Static Web Apps with Azure API Management

articles/static-web-apps/apis-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: API support in Azure Static Web Apps with Azure App Service
33
description: Learn how to use Azure App Service with Azure Static Web Apps
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
88
ms.date: 06/14/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# API support in Azure Static Web Apps with Azure App Service

articles/static-web-apps/apis-container-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: API support in Azure Static Web Apps with Azure Container Apps
33
description: Learn how to use Azure Container Apps with Azure Static Web Apps
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
88
ms.date: 06/14/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# API support in Azure Static Web Apps with Azure Container Apps

articles/static-web-apps/apis-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: API support in Azure Static Web Apps with Azure Functions
33
description: Learn how to use Azure Functions with Azure Static Web Apps.
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
88
ms.date: 06/14/2022
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# API support in Azure Static Web Apps with Azure Functions

articles/static-web-apps/apis-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Overview of API support in Azure Static Web Apps
33
description: Learn what API features Azure Static Web Apps supports
44
services: static-web-apps
5-
author: craigshoemaker
5+
author: v1212
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
88
ms.date: 10/02/2024
9-
ms.author: cshoe
9+
ms.author: wujia
1010
---
1111

1212
# Overview of API support in Azure Static Web Apps

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
metadata:
44
title: Configure application settings for Azure Static Web Apps
55
description: Learn how to configure application settings for Azure Static Web Apps.
6-
author: craigshoemaker
7-
ms.author: cshoe
6+
author: v1212
7+
ms.author: wujia
88
ms.date: 01/10/2023
99
ms.service: azure-static-web-apps
1010
ms.topic: how-to

0 commit comments

Comments
 (0)