This message was deleted.
# dotnet
s
This message was deleted.
t
If you have multiple resources that are related and produce a logical higher-level component, you can wrap them as Component Resources, e.g. like here https://github.com/pulumi/examples/blob/master/azure-cs-cosmosapp-component/ArchiveFunctionApp.cs#L10
👍 2
If not, you are free to choose the structure based on classes/methods calling each other as you see fit
On a higher level, if you want to start deploying some of those resources separately, you may want to split them into multiple projects
m
Okay, thanks 😀