From f76246dd44b6b0ea5a905392451e3da2cc318b46 Mon Sep 17 00:00:00 2001 From: Justin Miller Date: Wed, 19 Feb 2020 13:57:01 -0500 Subject: [PATCH] Update readme.md Adding instructions to create matching resource groups in Azure. --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7cb6d85..a08f651 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,8 @@ This repo contains following: 1. Create an [Azure Resource Manager service connection](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints) named **AzureConnection**. +1. In Azure, create an Azure Resource Group named **berfunc**. + 1. In your project, navigate to the **Pipelines** page. Then choose the action to create a new pipeline. 1. Walk through the steps of the wizard by first selecting **GitHub** as the location of your source code. @@ -98,6 +100,8 @@ Add-BerRecord -functionKey $(functionKey) -berUrl $(functionUrl) -appName $(appN 1. Create an [Azure Resource Manager service connection](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints) named **AzureConnection**. +1. In Azure, create an Azure Resource Group named **berblog**. + 1. In your project, navigate to the **Pipelines** page. Then choose the action to create a new pipeline. 1. Walk through the steps of the wizard by first selecting **GitHub** as the location of your source code. @@ -139,4 +143,4 @@ Install-Module Trackyon.Ber -Scope CurrentUser -Force -Verbose Add-BerRecord -clientId $(appName) -berUrl $(berUrl) -appName $(appName) ` -dataType 'back-end' -version $version ` -value 'http://$(webSiteName).azurewebsites.net' -verbose -``` \ No newline at end of file +```