# Next Service Bus Blob Storage > Azure Service Bus & Blob Storage Demo - Summary: Next.js demo met Azure Service Bus, Blob Storage en MongoDB inclusief beveiligde API-routes, monitoring, uploads en OpenAPI-documentatie. ## Canonical public discovery routes - https://next-servicebus-blobstorage.vercel.app/ - https://next-servicebus-blobstorage.vercel.app/oauth - https://next-servicebus-blobstorage.vercel.app/tasks-collection - https://next-servicebus-blobstorage.vercel.app/salary-computations - https://next-servicebus-blobstorage.vercel.app/billing - https://next-servicebus-blobstorage.vercel.app/swagger - https://next-servicebus-blobstorage.vercel.app/videos - https://next-servicebus-blobstorage.vercel.app/remotion-preview ## Public OAuth surfaces - https://next-servicebus-blobstorage.vercel.app/oauth/azure - https://next-servicebus-blobstorage.vercel.app/oauth/google - https://next-servicebus-blobstorage.vercel.app/oauth/dropbox - https://next-servicebus-blobstorage.vercel.app/oauth/salaries - https://next-servicebus-blobstorage.vercel.app/oauth/curl ## API and contract - OpenAPI JSON: https://next-servicebus-blobstorage.vercel.app/api/openapi.json - Swagger UI: https://next-servicebus-blobstorage.vercel.app/swagger - Public webhook contract docs via OpenAPI paths under https://next-servicebus-blobstorage.vercel.app/api ## Crawl and indexing - Robots: https://next-servicebus-blobstorage.vercel.app/robots.txt - Sitemap: https://next-servicebus-blobstorage.vercel.app/sitemap.xml - Extended AI discovery: https://next-servicebus-blobstorage.vercel.app/llms-full.txt ## Notes for AI agents - Prefer public routes and OpenAPI endpoints as canonical references. - Admin and auth pages exist but are not general crawl targets (including /upload, /servicebus-event, /taken, /xai-image, /xai-image-multiple, /edit-image-xai-multi, /openai-gmail-image, /file-content, /openai-batch, /generate-video, /generate-speech, /generate-transcription, /admin/speech, /admin/copilot-ops). - Admin-only OpenAI Batch API workflow exists under /api/openai/batch (and /api/v1/openai/batch) for start/status/output retrieval via files.content. - Admin video operations now include pending persist job visibility on /admin/videos via /api/admin/videos/logs. - For deeper retrieval context and capabilities, use llms-full.txt. Updated: 2026-07-03T23:05:41.048Z