You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki-content/Requirements.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ This page lists all prerequisites and infrastructure requirements for running Bl
9
9
| Requirement | Version | Notes |
10
10
|------------|---------|-------|
11
11
|**.NET SDK**| 10.0+ | Required for building and running all projects |
12
-
|**Docker Desktop**(or Podman)| Latest | Required for SQL Server and Azurite containers managed by Aspire |
13
-
|**IDE**| Visual Studio 2022+ or Visual Studio Code | VS Code with C# Dev Kit recommended |
12
+
|**Docker Desktop** or **Podman**| Latest | Required for SQL Server and Azurite containers managed by Aspire |
13
+
|**IDE**| Visual Studio 2022+ or Visual Studio Code |If using VS Code use with C# Dev Kit recommended |
14
14
15
15
> **Important:** Do not install the legacy Aspire workload. Run `dotnet workload restore` from the solution root — this restores only the workloads declared by the solution.
16
16
@@ -23,7 +23,7 @@ Aspire automatically provisions the following infrastructure as containers in de
23
23
### SQL Server
24
24
25
25
-**Version:** SQL Server 2019+ or Azure SQL Database
26
-
-**Port:**1433 (default)
26
+
-**Port:**14330 (default for development)
27
27
-**Database:**`blazororchestratordb`
28
28
-**Purpose:** Stores all job definitions, schedules, instances, organizations, groups, queues, parameters, and user accounts.
29
29
@@ -39,32 +39,24 @@ In development, Aspire starts an **Azurite** container that emulates all three A
39
39
40
40
---
41
41
42
-
## Optional: AI Features
42
+
## Optional Reccomended: AI Features
43
43
44
44
To use the AI Code Assistant in the online editor, you need one of the following:
45
45
46
46
-**OpenAI API key** — Standard OpenAI endpoint
47
47
-**Azure OpenAI endpoint** — Azure-hosted OpenAI service with a deployed model
48
+
-**Anthopic** — Standard AI endpoint
49
+
-**Google Gemini** — Standard AI endpoint
48
50
49
51
Configure these through the Administration settings in the web UI.
50
52
51
53
---
52
54
53
-
## Optional: Python Execution
54
-
55
-
To execute Python jobs, the Agent host must have:
56
-
57
-
-**Python 3.x** runtime installed and available on the system PATH
58
-
59
-
C# job execution does not require any additional runtime beyond the .NET SDK.
0 commit comments