Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Added README.md instructions to create Service Connection (#2)
Browse files Browse the repository at this point in the history
* Added instructions to create Service Connection

* Added note specifying blank Resource Group is ok
  • Loading branch information
tomhon committed Mar 3, 2020
1 parent b17b0aa commit 5b798c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ This is especially interesting as, for Event Grid Subscriptions, the target endp
By importing the [azure-piplines.yaml](./azure-pipelines.yaml) file in to an Azure DevOps pipeline, you'll get the same process as the above local execution.
> Note: Be sure to change [the `PREFIX` variable](./azure-pipelines.yml#L10) to something unique to you to avoid naming collisions on storage & function apps
You'll need to create a Service Connection in Azure DevOps:
1. Click **Project settings** (bottom left)
1. Click **Service connections**
1. Click **Create service connection**
1. Select **Azure Resource Manager**
1. Select **Service Principal (automatic)**
1. Enter **Service Connection name** `my-azure` (Note: you can leave **Resource group** blank)
1. Ensure **Grant access permissions to all pipelines** is checked

Run the pipeline:

<img src="img/azdo_run.png" alt="Azure DevOps successful run" width="200"/>

## Running the sample
Expand Down

0 comments on commit 5b798c6

Please sign in to comment.