Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ reproducing Microsoft Learn pages.

## Project status

The project is in its first reader milestone. The repository provides separate
The project has completed its reader-foundation milestone. The repository provides separate
public reader and private administration application factories, a validated
exam-agnostic book contract, the current DP-700 outline, sanitized Markdown
rendering, a responsive reader shell, automated boundary tests, and CI. Reader
preferences, local progress, annotations, and offline support remain roadmap
work.
rendering, a responsive reader shell, persistent appearance and progress state,
an official-source registry, automated boundary tests, and CI. Annotations,
offline support, and the refresh/publishing pipeline remain roadmap work.

## Architecture boundary

Expand Down
55 changes: 53 additions & 2 deletions content/published/dp700/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@ sources:
- id: dp700-study-guide
title: Official DP-700 study guide
url: https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/dp-700
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: 97f5520c88cb9cc9833c1cebe2bb61d899f12825ac97dc2198584d683f3e5596
chapter_ids: [workspace-settings, lifecycle-management, security-governance, orchestration, loading-patterns, batch-data, streaming-data, monitor-items, resolve-errors, optimize-performance]
- id: onelake-overview
title: What is OneLake?
url: https://learn.microsoft.com/en-us/fabric/onelake/onelake-overview
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: fd6c5687b64f131db16d4264dbeedc37ec110a52ff13b487e5c9e1ad150c1ebb
chapter_ids: [workspace-settings]
- id: onelake-diagnostics
title: OneLake diagnostics
url: https://learn.microsoft.com/en-us/fabric/onelake/onelake-diagnostics-overview
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: 3cd73c6ff5f198a7faf47f308aa3f58bc649bc1cebd3e215f958b43200cb7bb5
chapter_ids: [workspace-settings]
- id: onelake-storage-tiers
title: Storage tiers in OneLake
url: https://learn.microsoft.com/en-us/fabric/onelake/onelake-storage-tiers
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: 3e6d11876c66873d0cb452a5fe2cef02fdab3782a1400724b758a202f47d2120
chapter_ids: [workspace-settings]
- id: onelake-lifecycle
title: OneLake lifecycle management
url: https://learn.microsoft.com/en-us/fabric/onelake/onelake-lifecycle-management
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: 261d43b3f34bfbc66a472a0f32e9e7d3de5e57801018785d7ef50d1b57311c0a
chapter_ids: [workspace-settings]
- id: onelake-settings-api
title: OneLake Settings - Get Settings REST API
url: https://learn.microsoft.com/en-us/rest/api/fabric/core/onelake-settings/get-settings
retrieved_at: 2026-09-02T04:45:35Z
content_sha256: 5f6c3efbc8db82e5bf7e6864286f2eb9141f7026e02efcdf9eb15252629e28ea
chapter_ids: [workspace-settings]
- id: spark-compute-settings
title: Spark compute configuration settings in Fabric environments
url: https://learn.microsoft.com/en-us/fabric/data-engineering/environment-manage-compute
retrieved_at: 2026-09-02T05:18:00Z
content_sha256: 5983dc3981f7db4a3d2335b9bfe1d2eb5546b8248fd20704cd96fa6f7af02ba2
chapter_ids: [workspace-settings]
- id: fabric-domains
title: Fabric domains
url: https://learn.microsoft.com/en-us/fabric/governance/domains
retrieved_at: 2026-09-02T05:18:00Z
content_sha256: c8ba21672293a996fadc9669ee4116a6324733f5b616d762417d237b2d56c85e
chapter_ids: [workspace-settings]
- id: airflow-workspace-settings
title: Apache Airflow Job workspace settings
url: https://learn.microsoft.com/en-us/fabric/data-factory/apache-airflow-jobs-workspace-settings
retrieved_at: 2026-09-02T05:18:00Z
content_sha256: 058c6d6feb30c2984ff481f9719866b4df8ae245a6497dcb232cc9a22df243fb
chapter_ids: [workspace-settings]
domains:
- id: implement-manage
title: Implement and manage an analytics solution
Expand All @@ -16,8 +67,8 @@ domains:
slug: workspace-settings
title: Configure Microsoft Fabric workspace settings
content_path: workspace-settings.md
status: draft
source_ids: [dp700-study-guide]
status: published
source_ids: [dp700-study-guide, spark-compute-settings, fabric-domains, onelake-overview, onelake-diagnostics, onelake-storage-tiers, onelake-lifecycle, onelake-settings-api, airflow-workspace-settings]
objectives:
- {id: implement.workspace.spark, title: Configure Spark workspace settings}
- {id: implement.workspace.domain, title: Configure domain workspace settings}
Expand Down
Loading
Loading