flaky-school-82490
07/08/2021, 7:27 AMpulumi import
command, where can I find the type-token
for a given resource?
https://www.pulumi.com/docs/reference/cli/pulumi_import/
Also is it possible to import a resource that the provider does not fully cover?tall-librarian-49374
07/08/2021, 7:47 AMflaky-school-82490
07/08/2021, 9:23 AMtall-librarian-49374
07/09/2021, 7:26 AMwhere can I find theIn the docs for each resource, e.g. https://www.pulumi.com/docs/reference/pkg/azure-native/storage/storageaccount/#importfor a given resource?type-token
Also is it possible to import a resource that the provider does not fully cover?Not sure I understand exactly. To import something, it should be expressible with Pulumi code, so I guess no?
what is your advice on mix-and-matching pulumi and az cli when setting up a single resource?There isn’t a great story for .NET. You could call them completely separately from a CI pipeline or make a trick similar to what’s described here but this will invoke your CLI on every run https://blog.headforcloud.com/2020/02/09/pulumi-azure-static-sites/
flaky-school-82490
07/09/2021, 2:33 PMtall-librarian-49374
07/09/2021, 2:57 PMevery deploy, not on every updateWhat’s the difference? The example above will run on every program execution, so even on preview. There is a flag to check if you are in preview and short-circuit if needed.
flaky-school-82490
07/09/2021, 6:05 PMtall-librarian-49374
07/09/2021, 6:18 PM