-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rasta26 edited this page Aug 1, 2024
·
3 revisions
Welcome to the -sam-app wiki!
- Identify and segment devices and users into different deployment rings.
- Deploy applications and virtual PCs progressively across these rings.
- Ensure scalability and manage potential pitfalls.
Define your deployment rings:
- Ring 0 - IT Team
- Ring 1 - Early Adopters
- Ring 2 - General Population
Tag devices and users with Azure AD attributes to identify their rings:
-
extensionAttribute1
= "Ring 0" -
extensionAttribute1
= "Ring 1" -
extensionAttribute1
= "Ring 2"
Create dynamic Azure AD groups based on the custom attributes for each ring.
(extensionAttribute1 -eq "Ring 0")
# Ring Rollout Flow with Automated Attribute Setting