From 361e534b1ffd2cd2dfe42be04f70b405769dac21 Mon Sep 17 00:00:00 2001 From: UshaN Date: Mon, 21 Oct 2019 11:54:10 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efaf1dd..40b773c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Follow the steps to configure the secrets: --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \ --sdk-auth - # Replace {subscription-id}, {resource-group} with the subscription, resource group details of the WebApp + # Replace {subscription-id}, {resource-group} and {app-name} with the subscription, resource group and name of the WebApp # The command should output a JSON object similar to this: @@ -86,7 +86,7 @@ You could copy the existing App settings and make necessary changes or create a ] ``` -### Sample workflow to build and deploy a Node.js Web app to Azure using publish profile +### Sample workflow to configure settings on an Azure Web App ```yaml # .github/workflows/configureAppSettings.yml