From bc8bbe07d34a4caf1e23dc39e852c17af691c4e6 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Thu, 28 Oct 2021 16:32:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bcce86a7..9624cb0c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ With the Azure App Service Actions for GitHub, you can automate your workflow to Get started today with a [free Azure account](https://azure.com/free/open-source). -This repository contains GitHub Action for Azure WebApp to deploy to an Azure WebApp (Windows or Linux). The action supports deploying *\*.jar*, *\*.war*, and \**.zip* files, or a folder. +This repository contains GitHub Action for Azure WebApp to deploy to an Azure WebApp (Windows or Linux). The action supports deploying a folder, *\*.jar*, *\*.war*, and \**.zip* files (except msBuild generated packages). You can also use this GitHub Action to deploy your customized image into an Azure WebApps container.