narrow-ghost-95764
02/15/2023, 6:29 PMbillowy-army-68599
02/15/2023, 6:49 PMnarrow-ghost-95764
02/15/2023, 7:01 PMAll of these secrets I did a --secret command and verified they are correct and live in existing App service and in local Pulumi yaml file and looks to be trying to add with + and being in green:
~ appSettings : {
+ ALLOWED_ROLES : [secret]
+ ALLOWED_UPSTREAM_REDIRECTS : [secret]
+ DOCKER_CUSTOM_IMAGE_NAME : [secret]
+ ENCOMPASS_BEARER : [secret]
+ JWT_SECRET : [secret]
+ MEERKAT_PORT : [secret]
+ MSAL_AUTHORITY : [secret]
+ MSAL_CLIENT_ID : [secret]
+ MSAL_CLIENT_SECRET : [secret]
+ MSAL_CLIENT_SECRET_OLD : [secret]
+ PORT : [secret]
+ REDIRECT_URI : [secret]
+ WEBSITES_PORT : [secret]
billowy-army-68599
02/15/2023, 7:40 PMis there a known workaround outside of an ignoreyes, you can use
ignoreChanges
(https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/) but this feels like it shouldn’t be neededpulumi import
command or are you trying to manually import?narrow-ghost-95764
02/15/2023, 7:52 PMbillowy-army-68599
02/15/2023, 8:07 PMpulumi import
file it in github.com/pulumi/pulumi-azure-nativenarrow-ghost-95764
02/15/2023, 8:08 PM