Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
```
```