You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the TenantService raises an TenantDeleted integration event, the UserService fails to delete the associated users.
The associated users cannot be deleted due to the missing query support within the state store for Azure Storage.
The state store should be replaced by Cosmos DB and separate databases should be setup per microservice.
The text was updated successfully, but these errors were encountered:
When the
TenantService
raises anTenantDeleted
integration event, theUserService
fails to delete the associated users.The associated users cannot be deleted due to the missing query support within the state store for Azure Storage.
The state store should be replaced by Cosmos DB and separate databases should be setup per microservice.
The text was updated successfully, but these errors were encountered: