From 3937f63cbab83761ab6fa1b696218cdbf77fbda7 Mon Sep 17 00:00:00 2001 From: Yaohai Zheng Date: Thu, 15 Aug 2019 22:02:37 +0800 Subject: [PATCH] Update repo metadata --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc14d00..f01581c 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ languages: - csharp products: - azure -services: App-Service -platforms: dotnet -author: yaohaizh +extensions: +- services: App-Service +- platforms: dotnet --- # Getting started on configuring deployment sources for Web Apps on Linux using C# # - Azure App Service basic sample for managing web apps. - - Create 4 web apps under the same new app service plan: - - Deploy to 1 using FTP - - Deploy to 2 using local Git repository - - Deploy to 3 using a publicly available Git repository - - Deploy to 4 using a GitHub repository with continuous integration + Azure App Service basic sample for managing web apps. + - Create 4 web apps under the same new app service plan: + - Deploy to 1 using FTP + - Deploy to 2 using local Git repository + - Deploy to 3 using a publicly available Git repository + - Deploy to 4 using a GitHub repository with continuous integration ## Running this Sample ##