Skip to content

Commit f264487

Browse files
committed
SEO for App Service
1 parent caaecac commit f264487

9 files changed

+29
-100
lines changed

articles/app-service/containers/configure-custom-container.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
---
2-
title: Configure custom container - Azure App Service | Microsoft Docs
3-
description: Learn how to configure Node.js apps to work in Azure App Service
4-
services: app-service
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: jpconnock
8-
editor: ''
9-
10-
ms.service: app-service
11-
ms.workload: na
12-
ms.tgt_pltfrm: na
13-
ms.devlang: dotnet
2+
title: Configure a custom Linux container
3+
description: Learn how to configure a custom Linux container in Azure App Service. This article shows the most common configuration tasks.
4+
145
ms.topic: article
156
ms.date: 03/28/2019
16-
ms.author: cephalin
177
---
188

199
# Configure a custom Linux container for Azure App Service

articles/app-service/containers/configure-language-dotnetcore.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
---
2-
title: Configure ASP.NET Core apps - Azure App Service | Microsoft Docs
3-
description: Learn how to configure ASP.NET Core apps to work in Azure App Service
4-
services: app-service
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: gwallace
8-
editor: ''
9-
10-
ms.service: app-service
11-
ms.workload: na
12-
ms.tgt_pltfrm: na
2+
title: Configure Linux ASP.NET Core apps
3+
description: Learn how to configure a pre-built ASP.NET Core container for your app. This article shows the most common configuration tasks.
4+
135
ms.devlang: dotnet
146
ms.topic: article
157
ms.date: 08/13/2019
16-
ms.author: cephalin
178

189
---
1910

articles/app-service/containers/configure-language-java.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
2-
title: Configure Linux Java apps - Azure App Service | Microsoft Docs
3-
description: Learn how to configure Java apps running in Azure App Service on Linux.
2+
title: Configure Linux Java apps
3+
description: Learn how to configure a pre-built Java container for your app. This article shows the most common configuration tasks.
44
keywords: azure app service, web app, linux, oss, java, java ee, jee, javaee
5-
services: app-service
65
author: bmitchell287
76
manager: barbkess
8-
ms.service: app-service
9-
ms.workload: na
10-
ms.tgt_pltfrm: na
7+
118
ms.devlang: java
129
ms.topic: article
1310
ms.date: 06/26/2019
1411
ms.author: brendm
12+
ms.reviewer: cephalin
1513
ms.custom: seodec18
1614
---
1715

articles/app-service/containers/configure-language-nodejs.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
---
2-
title: Configure Node.js apps - Azure App Service | Microsoft Docs
3-
description: Learn how to configure Node.js apps to work in Azure App Service
4-
services: app-service
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: jpconnock
8-
editor: ''
9-
10-
ms.service: app-service
11-
ms.workload: na
12-
ms.tgt_pltfrm: na
13-
ms.devlang: dotnet
2+
title: Configure Node.js apps
3+
description: Learn how to configure a pre-built Node.js container for your app. This article shows the most common configuration tasks.
4+
5+
ms.devlang: nodejs
146
ms.topic: article
157
ms.date: 03/28/2019
16-
ms.author: cephalin
178
---
189

1910
# Configure a Linux Node.js app for Azure App Service

articles/app-service/containers/configure-language-php.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
---
2-
title: Configure PHP apps - Azure App Service | Microsoft Docs
3-
description: Learn how to configure PHP apps to work in Azure App Service
4-
services: app-service
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: jpconnock
8-
editor: ''
9-
10-
ms.service: app-service
11-
ms.workload: na
12-
ms.tgt_pltfrm: na
13-
ms.devlang: dotnet
2+
title: Configure PHP apps
3+
description: Learn how to configure a pre-built PHP container for your app. This article shows the most common configuration tasks.
4+
5+
ms.devlang: php
146
ms.topic: article
157
ms.date: 03/28/2019
16-
ms.author: cephalin
178

189
---
1910

@@ -176,7 +167,7 @@ az webapp config appsettings set --name <app-name> --resource-group <resource-gr
176167

177168
`/usr/local/etc/php/conf.d` is the default directory where *php.ini* exists. `/home/site/ini` is the custom directory in which you'll add a custom *.ini* file. You separate the values with a `:`.
178169

179-
Navigate to the web SSH session with your Linux container (`https://cephalin-container.scm.azurewebsites.net/webssh/host`).
170+
Navigate to the web SSH session with your Linux container (`https://<app-name>.scm.azurewebsites.net/webssh/host`).
180171

181172
Create a directory in `/home/site` called `ini`, then create an *.ini* file in the `/home/site/ini` directory (for example, *settings.ini)* with the directives you want to customize. Use the same syntax you would use in a *php.ini* file.
182173

articles/app-service/containers/configure-language-ruby.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
---
22
title: Configure Ruby apps - Azure App Service
3-
description: This tutorial describes options for authoring and configuring Ruby apps for Azure App Service on Linux.
4-
services: app-service\web
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: jeconnoc
8-
editor: ''
9-
10-
ms.assetid:
11-
ms.service: app-service-web
12-
ms.workload: web
13-
ms.tgt_pltfrm: na
3+
description: Learn how to configure a pre-built Ruby container for your app. This article shows the most common configuration tasks.
144
ms.topic: quickstart
155
ms.date: 03/28/2019
16-
ms.author: cephalin
176
ms.reviewer: astay; kraigb
187
ms.custom: mvc
198
ms.custom: seodec18

articles/app-service/containers/deploy-container-github-action.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2-
title: Deploy your container from a CI/CD pipeline with GitHub Actions - Azure App Service | Microsoft Docs
3-
description: Learn how to use GitHub Actions to deploy your container to App Service
4-
services: app-service
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: gwallace
8-
9-
ms.service: app-service
10-
ms.workload: na
11-
ms.tgt_pltfrm: na
2+
title: Custom container CI/CD from GitHub Actions
3+
description: Learn how to use GitHub Actions to deploy your custom Linux container to App Service from a CI/CD pipeline.
124
ms.devlang: na
135
ms.topic: article
146
ms.date: 10/25/2019

articles/app-service/containers/how-to-configure-python.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
---
2-
title: Configure Python apps - Azure App Service
3-
description: This tutorial describes options for authoring and configuring Python apps for Azure App Service on Linux.
4-
services: app-service\web
5-
documentationcenter: ''
6-
author: cephalin
7-
manager: jeconnoc
8-
editor: ''
9-
ms.assetid:
10-
ms.service: app-service-web
11-
ms.workload: web
12-
ms.tgt_pltfrm: na
2+
title: Configure Linux Python apps
3+
description: Learn how to configure a pre-built Python container for your app. This article shows the most common configuration tasks.
134
ms.topic: quickstart
145
ms.date: 03/28/2019
15-
ms.author: cephalin
166
ms.reviewer: astay; kraigb
177
ms.custom: mvc
188
ms.custom: seodec18

articles/app-service/containers/how-to-serve-content-from-azure-storage.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
2-
title: Serve content from Azure Storage on Linux - App Service
3-
description: How to configure and serve content from Azure Storage in Azure App Service on Linux.
4-
author: msangapu
5-
manager: jeconnoc
2+
title: Attach custom Storage container on Linux
3+
description: Learn how to attach custom network share to your Linux container in Azure App Service. Share files between apps, manage static content remotely and access locally, etc.
4+
author: msangapu-msft
65

7-
ms.service: app-service
8-
ms.workload: web
96
ms.topic: article
107
ms.date: 2/04/2019
118
ms.author: msangapu
129
---
13-
# Serve content from Azure Storage in App Service on Linux
10+
# Attach Azure Storage containers to Linux containers
1411

15-
This guide shows how to serve static content in App Service on Linux by using [Azure Storage](/azure/storage/common/storage-introduction). Benefits include secured content, content portability, persistent storage, access to multiple apps, and multiple transferring methods.
12+
This guide shows how to attach network shares to App Service on Linux from using [Azure Storage](/azure/storage/common/storage-introduction). Benefits include secured content, content portability, persistent storage, access to multiple apps, and multiple transferring methods.
1613

1714
## Prerequisites
1815

0 commit comments

Comments
 (0)