Skip to main content

Pulumi Pitfalls in C# - Part 2

4 min read

The is the second in a series of posts about some of the pitfalls I've encountered whilst writing C# code to deploy with Pulumi. This post will cover some common mistakes when working with the Input<T> and Output<T> types.

Pulumi Pitfalls in C# - Part 1

4 min read

This is the first in a series (hopefully) of posts about some of the pitfalls I've encountered whilst writing C# code to deploy with Pulumi. This first post will cover a common mistake when mixing imperative and declarative code.

Grant access to a single repository

3 min read

I've stumbled across this use-case recently whereby a user required access to a repository within an Azure DevOps project to make contributions. However, to reduce unnecessary exposure to other areas of the project, the permissions needed to be scoped to just a single repository only. The official docs do not cover this topic terribly well so below explains how this can achieved.