Entra-Tiering-Security-Model icon indicating copy to clipboard operation
Entra-Tiering-Security-Model copied to clipboard

Fix ConsistencyLevel checks

Open jpawlowski opened this issue 1 year ago • 0 comments

During account provisioning, ConsistencyLevel=eventual shall actually be avoided to use the implicit default of ConsistencyLevel=static instead.

this might help for some occasions where the script continues but backend servers have no up-to-date user database yet, leading to failed requests. For example: mailbox provisioning validation

jpawlowski avatar May 22 '24 22:05 jpawlowski