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 +```