Skip to content

Commit 5605d65

Browse files
committed
feat: improve server-deployment
1 parent ed92e08 commit 5605d65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/server-deployment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This guide provides instructions for deploying the **ByteSync Server** component
44

55
---
66

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+
711
## Components to Deploy
812

913
1. **Azure Function**
@@ -25,8 +29,6 @@ This guide provides instructions for deploying the **ByteSync Server** component
2529
- Useful for session management, real-time messaging, or other scenarios where speed is critical.
2630
- You can specify a prefix (`Prefix`) in configuration to logically group or namespace your cache keys.
2731

28-
29-
3032
---
3133

3234
## Projects Requiring Configuration

0 commit comments

Comments
 (0)