This message was deleted.
# general
s
This message was deleted.
b
do you have a comparable ARM template? or is it done via the portal?
half the battle is figuring out the API that the portal uses 😅
n
That's a great question. I know I used Pulumi to create the resources under RG and pipelines are using AzureRmWebAppDeployment@4 with Azure RM connection type and service connections. If you set up deployment slot via portal there's an option to clone settings so I'm wondering if that should be managed via Pulumi or just have Pulumi create the slot and clone settings in portal since they are separate services and add a "do not delete" lock on it
b
ahhh are you using
azure-classic
or
azure-native
?
not super familiar with this resource
I don’t think it’s in classic, at least I can’t find it
n
Thanks this is what I was finding for classic (https://www.pulumi.com/registry/packages/azure/api-docs/appservice/slot/) but my RG etc is azure-native so I'll take a look at using this one. Thank you!