diff --git a/daprdocs/content/en/developing-applications/building-blocks/scheduler/scheduler-overview.md b/daprdocs/content/en/developing-applications/building-blocks/scheduler/scheduler-overview.md index 983af48cf..e25bf36d0 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/scheduler/scheduler-overview.md +++ b/daprdocs/content/en/developing-applications/building-blocks/scheduler/scheduler-overview.md @@ -18,7 +18,7 @@ The Scheduler consists of two parts that work together to seamlessly schedule jo - The Scheduler building block - [The Scheduler control plane service]({{< ref "concepts/dapr-services/scheduler.md" >}}) -This article covers the Scheduler API building block. +Diagram showing basics of the Scheduler control plane and the Scheduler API ## How it works diff --git a/daprdocs/static/images/scheduler/scheduler-architecture.png b/daprdocs/static/images/scheduler/scheduler-architecture.png new file mode 100644 index 000000000..a7c5870fd Binary files /dev/null and b/daprdocs/static/images/scheduler/scheduler-architecture.png differ