Skip to content

Commit 4da81c8

Browse files
authored
Fix the state propagation for azure resources (#9686)
#9643
1 parent 34fcbba commit 4da81c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Aspire.Hosting.Azure/Provisioning/Provisioners/AzureProvisioner.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ async Task UpdateStateAsync((IResource Resource, IAzureResource AzureResource) r
9090
childResources.Add(grandChild);
9191
}
9292
}
93+
94+
await notificationService.PublishUpdateAsync(child, stateFactory).ConfigureAwait(false);
9395
}
9496
}
9597

0 commit comments

Comments
 (0)