Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
n
numerous-action-56322
08/17/2021, 1:14 PM
Hi, I'm new to Pulumi and I was wondering if someone could point me to an example of a real life implementation of a ComponentResource in dotNet. My apologies if this question has already been addressed and answered in the past.
b
brave-planet-10645
08/17/2021, 1:28 PM
Here's how you might create a ComponentResource of an AKS cluster:
https://github.com/pulumi/examples/blob/master/azure-cs-net5-aks-webapp/AksCluster.cs
Does that help?
n
numerous-action-56322
08/17/2021, 1:38 PM
Hi Piers, than you for the quick reply, I'm going to look into it right away
@brave-planet-10645
That's precisely what I was looking for. Thanks a lot !
🎉 1
w
worried-city-86458
08/17/2021, 10:16 PM
I also use a simple one
here
for expressing aws roles with attached or inline policies
👍 1
n
numerous-action-56322
08/18/2021, 8:13 AM
Thank you !
#dotnet
Join Slack