Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#dotnet
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 !
Post