Skip to content

Commit e210607

Browse files
Add sticky sessions to main README documentation
- Add Sticky Sessions guide to documentation table - Add enable_sticky_sessions to Terraform Variables table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent de342b5 commit e210607

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This wrapper provides one-click Azure deployment:
2929
| [Production Setup](docs/PRODUCTION_SETUP.md) | Deploy to Azure step-by-step |
3030
| [Authentication](docs/AUTHENTICATION.md) | Configure OAuth and mTLS |
3131
| [Security Guards](docs/SECURITY_GUARDS.md) | Configure protection policies |
32+
| [Sticky Sessions](docs/STICKY_SESSIONS.md) | Multi-replica session affinity |
3233
| [Build Options](docs/BUILD_OPTIONS.md) | ACR vs VM build methods |
3334

3435
## Quick Start
@@ -230,6 +231,7 @@ binds:
230231
| `resource_group_name` | Azure resource group | Yes |
231232
| `location` | Azure region | No (default: eastus2) |
232233
| `configure_auth` | Enable Easy Auth | No (default: false) |
234+
| `enable_sticky_sessions` | Session affinity for multi-replica | No (default: true) |
233235
| `microsoft_client_id` | Azure AD OAuth | No |
234236
| `google_client_id` | Google OAuth | No |
235237
| `github_client_id` | GitHub OAuth | No |

0 commit comments

Comments
 (0)