This message was deleted.
# azure
s
This message was deleted.
c
Hi @red-lighter-44012, You would use preview to check the diff from the current state.
pulumi preview --diff
I The pulumi refresh command would be used when you make a change outside of pulumi ( like adding tags or changing something via the Azure console). That would refresh the current pulumi state with the known state that current exists in the cloud.
r
Alright, thanks. I'll play around with it