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: docs/server-deployment.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This guide provides instructions for deploying the **ByteSync Server** component
4
4
5
5
---
6
6
7
+
## Technology and Requirements
8
+
9
+
These projects are written in **C#** and target a specific version of **.NET**. You can find the exact .NET version required by checking the corresponding `.csproj` files. You must have the appropriate .NET SDK installed to build and deploy the solution.
10
+
7
11
## Components to Deploy
8
12
9
13
1.**Azure Function**
@@ -25,8 +29,6 @@ This guide provides instructions for deploying the **ByteSync Server** component
25
29
- Useful for session management, real-time messaging, or other scenarios where speed is critical.
26
30
- You can specify a prefix (`Prefix`) in configuration to logically group or namespace your cache keys.
0 commit comments