Recipes
Practical guides for common scenarios and integrations.
flowchart TD
A[Node.js Recipes] --> B[Database Integrations]
A --> C[Security and Identity]
A --> D[Advanced Deployments]
B --> E[Azure SQL / Cosmos DB / Redis]
C --> F[Managed Identity / Key Vault / Easy Auth]
D --> G[Container / Native Modules / Next.js / BYOS]
Database Integrations
| Recipe | Description |
| Azure SQL | Connect to Azure SQL with Managed Identity |
| Cosmos DB | NoSQL database integration |
| Redis Cache | Session storage and caching |
Security & Identity
Advanced Deployments
Each recipe follows this structure:
- Overview - What problem this solves
- Prerequisites - What you need before starting
- Implementation - Step-by-step guide
- Verification - How to confirm it works
- Troubleshooting - Common issues
Advanced Topics
See Also
Sources