From 928ed2b8554fd1e20532c3918e84be1843aadf43 Mon Sep 17 00:00:00 2001 From: Teo Voinea <58236992+tevoinea@users.noreply.github.com> Date: Mon, 16 Nov 2020 10:44:26 -0500 Subject: [PATCH] =?UTF-8?q?Fixed=20a=20small=20syntax=20error=20in=20the?= =?UTF-8?q?=20markdown=20=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e049c3deb..d2785329a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Note: Workflow samples with sample application code and deployment procedure for For example, if You want to deploy a Java WAR based app, You can follow the link https://github.com/Azure-Samples/Java-application-petstore-ee7 in the sample workflow templates. -0. Review the pre-requisites outlined in the ["Dependencies on Other Github Actions"] (https://github.com/Azure/webapps-deploy#dependencies-on-other-github-actions)section above. +0. Review the pre-requisites outlined in the ["Dependencies on Other Github Actions"](https://github.com/Azure/webapps-deploy#dependencies-on-other-github-actions) section above. 1. Create a web app in Azure using app service. Follow the tutorial [Azure Web Apps Quickstart](https://docs.microsoft.com/azure/app-service/overview#next-steps). 2. Pick a template from the following table depends on your Azure web app **runtime** and place the template to `.github/workflows/` in your project repository. 3. Change `app-name` to your Web app name created in the first step.