Hi, classick examlple. I have some resources in Az...
# general
s
Hi, classick examlple. I have some resources in Azure cloud that was deployed using Pulumi, but now I need to have these moved to another subscription and resources group. What is the best solution for this? a) move the resources manually in the Azure Portal and somehow refresh or update the stack afterwards to let it know the resources now have another new ID (and how to I do that, the pulumi refresh command does not do that) b) some magic pulumi command can move the resources on for me? c) any other suggestions Resources to move: Keyvault StorageAccount Azure function Azure App Service Plan Dependicy: App functions cannot by closed or delete and redeployed. It has to be these services that are already running.