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

Commit 5b798c6

Browse files
authored
Added README.md instructions to create Service Connection (#2)
* Added instructions to create Service Connection * Added note specifying blank Resource Group is ok
1 parent b17b0aa commit 5b798c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ This is especially interesting as, for Event Grid Subscriptions, the target endp
3232
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.
3333
> 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
3434
35+
You'll need to create a Service Connection in Azure DevOps:
36+
1. Click **Project settings** (bottom left)
37+
1. Click **Service connections**
38+
1. Click **Create service connection**
39+
1. Select **Azure Resource Manager**
40+
1. Select **Service Principal (automatic)**
41+
1. Enter **Service Connection name** `my-azure` (Note: you can leave **Resource group** blank)
42+
1. Ensure **Grant access permissions to all pipelines** is checked
43+
44+
Run the pipeline:
45+
3546
<img src="img/azdo_run.png" alt="Azure DevOps successful run" width="200"/>
3647

3748
## Running the sample

0 commit comments

Comments
 (0)