-
Notifications
You must be signed in to change notification settings - Fork 0
Align FSLogix topology terminology between AVD and SOFS repos #36
Copy link
Copy link
Open
Labels
priority/mediumPlannedPlannedsolution/avdAzure Virtual DesktopAzure Virtual Desktoptype/featureNew feature or capabilityNew feature or capability
Description
Problem
The AVD and SOFS repos use different terminology for the same FSLogix share topologies, causing confusion for users following deployment guides across both repos.
| Concept | AVD Repo (variables.example.yml) |
SOFS Repo (docs/architecture) |
|---|---|---|
| Single share for all FSLogix data | single |
Option A |
| Three separate shares (Profiles/ODFC/AppData) | split |
Option B |
| Cloud Cache replication | cloud_cache |
Cloud Cache (DR overlay) |
Neither repo defines a mapping between these terms. A user reading both repos has to mentally figure out that split = Option B.
Discussion Points
- Which terminology should be canonical?
single/split/cloud_cacheorOption A/Option B? - Should we define both with a mapping table in each repo?
- Should the config
variables.example.ymluse the same enum values? - AVD can focus on more than just profiles on SOFS — should the topology terminology be extended for general-purpose SOFS use cases?
Acceptance Criteria
- Agree on canonical terminology for share topologies
- Update AVD repo
variables.example.ymlFSLogix topology enum values - Update SOFS repo documentation to use aligned terminology
- Add cross-reference mapping table in both repos' FSLogix docs
- Ensure config schema validation uses the same enum values
Affected Repos
azurelocal-avd—config/variables.example.yml,docs/guides/fslogix.mdazurelocal-sofs-fslogix—docs/architecture/overview.md,docs/getting-started.md,config/variables.example.yml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority/mediumPlannedPlannedsolution/avdAzure Virtual DesktopAzure Virtual Desktoptype/featureNew feature or capabilityNew feature or capability