stocky-father-81239
10/30/2025, 4:51 PMpulumi preview often is: Shouldn't it just compare the resources in my code with those in the state (which should be nearly instantaneous)? However, it seems pulumi preview (even with --refresh false) still connects to Azure in the background. Why is that? Is there a way to prevent that?little-cartoon-10569
10/30/2025, 5:48 PMstocky-father-81239
10/31/2025, 9:21 AMpulumi_azure_native.keyvault.Vault(…). IMO during preview this shouldn't cause Pulumi to do more than create a node in the DAG and, later, compare that DAG to the stack's state in the storage backend. No network connection to Azure needed.
it has to evaluate any gets: values retrieved from unmanaged resources still need to be retrievedWe don't have a single such "get" in our program, though. The relevant infrastructure is entirely managed by Pulumi and our program is completely deterministic in the sense that it doesn't depend on outside resources (or any other network calls or side effects).
little-cartoon-10569
10/31/2025, 10:52 PMstocky-father-81239
11/03/2025, 3:23 PMlittle-cartoon-10569
11/03/2025, 7:43 PMlemon-scooter-94063
11/03/2025, 8:37 PM