https://pulumi.com logo
Title
n

narrow-battery-21100

06/01/2021, 11:13 AM
Any idea why Pulumi skips an update??? The preview shows that WebApp needs an update which is correct: SiteConfig>AppSettings>code blob URL has changed. However, as you can see, Pulumi does not actually execute this update:
Type             Name   Plan    Info
   pulumi:pulumi:Stack     psrc-dev       
 +- ├─ azure-native:storage:Blob zip   replace  [diff: ~source]
 ~ └─ azure-native:web:WebApp  fnapp57 update   [diff: ~siteConfig]

Resources:
  ~ 1 to update
  +-1 to replace
  2 changes. 8 unchanged

Do you want to perform this update? yes
Updating (dev)

View Live: <https://app.pulumi.com/markymark/psrc/dev/updates/3>

   Type             Name   Status   Info
   pulumi:pulumi:Stack     psrc-dev       
 +- └─ azure-native:storage:Blob zip   replaced  [diff: ~source]

Outputs: ...
Resources:
    +-1 replaced
    9 unchanged
It actually works just fine on Pulumi's end. Just a bit unclear: https://github.com/pulumi/pulumi/issues/7181