Skip to content

Commit 91fa47f

Browse files
committed
doc updates
1 parent 459ef7e commit 91fa47f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

wiki-content/Job-Development.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Job Development
22

3-
This page provides an overview of job development in Blazor Data Orchestrator — what a job is, how it is structured, and the two development approaches available.
3+
![job-development-overview](images/job-development-overview.png)
4+
45

56
You can write, compile, and deploy C# and Python automation jobs from an **in-browser Monaco editor** with AI code assistance — no local tooling required beyond a web browser. For complex jobs that benefit from full IDE support and debugging, a Visual Studio-based workflow is also available.
67

78
---
89

910
## What is a Job?
1011

12+
![what-is-a-job](images/what-is-a-job.png)
13+
1114
A **job** is a unit of work packaged as a NuGet package (`.nupkg`). Each package contains code files, configuration, and dependency metadata. When a job is triggered, the Agent downloads the package from Azure Blob Storage, extracts it, resolves dependencies, and executes the code.
1215

1316
---
668 KB
Loading
537 KB
Loading

0 commit comments

Comments
 (0)