From 1355c6f4395278d1c29cf00e49a4475328534ea0 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Tue, 31 Mar 2020 11:26:59 -0700 Subject: [PATCH] Adds App Service documentation references This workflow assumes an App Service web app has already been created and that a user knows how to obtain the desired input values. This cannot be assumed. Therefore I have included references to the relevant documentation. --- ci/azure.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/azure.yml b/ci/azure.yml index dbb46b6..a638c4c 100644 --- a/ci/azure.yml +++ b/ci/azure.yml @@ -1,8 +1,12 @@ # This workflow will build and push a node.js application to an Azure Web App when a release is created. # +# This workflow assumes you have already created the target Azure App Service web app. +# For instructions see https://docs.microsoft.com/azure/app-service/app-service-plan-manage#create-an-app-service-plan +# # To configure this workflow: # # 1. Set up a secret in your repository named AZURE_WEBAPP_PUBLISH_PROFILE with the value of your Azure publish profile. +# For instructions on obtaining the publish profile see: https://docs.microsoft.com/azure/app-service/deploy-github-actions#configure-the-github-secret # # 2. Change the values for the AZURE_WEBAPP_NAME, AZURE_WEBAPP_PACKAGE_PATH and NODE_VERSION environment variables (below). #