# Next Service Bus Blob Storage - llms-full > Azure Service Bus & Blob Storage Demo ## Language profiles - nl-NL (Dutch) - en-US (English) ## Product summary (nl-NL) Next.js demo met Azure Service Bus, Blob Storage en MongoDB inclusief beveiligde API-routes, monitoring, uploads en OpenAPI-documentatie. ## Product summary (en-US) Next.js demo with Azure Service Bus, Blob Storage, and MongoDB, including secured API routes, monitoring, file uploads, and OpenAPI documentation. ## Primary public routes - Home: https://next-servicebus-blobstorage.vercel.app/ - OAuth hub: https://next-servicebus-blobstorage.vercel.app/oauth - Tasks collection read-only: https://next-servicebus-blobstorage.vercel.app/tasks-collection - Salary computations read-only: https://next-servicebus-blobstorage.vercel.app/salary-computations - Billing demo: https://next-servicebus-blobstorage.vercel.app/billing - Swagger UI: https://next-servicebus-blobstorage.vercel.app/swagger - Videos: https://next-servicebus-blobstorage.vercel.app/videos - Remotion preview: https://next-servicebus-blobstorage.vercel.app/remotion-preview ## Public OAuth pages - Azure OAuth: https://next-servicebus-blobstorage.vercel.app/oauth/azure - Google OAuth: https://next-servicebus-blobstorage.vercel.app/oauth/google - Dropbox OAuth: https://next-servicebus-blobstorage.vercel.app/oauth/dropbox - Salaries browser: https://next-servicebus-blobstorage.vercel.app/oauth/salaries - CURL helper: https://next-servicebus-blobstorage.vercel.app/oauth/curl ## Security and access boundaries - Admin and authentication routes are intentionally excluded from indexing (including /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 and /admin/copilot-ops). - Upload route is restricted to admin access and excluded from public discovery. - Operational API endpoints are protected and not part of the public crawl surface. - Canonical discovery surfaces are sitemap.xml, robots.txt, llms.txt, and this llms-full.txt document. ## API discovery - OpenAPI JSON: https://next-servicebus-blobstorage.vercel.app/api/openapi.json - Swagger UI: https://next-servicebus-blobstorage.vercel.app/swagger - API base surface: https://next-servicebus-blobstorage.vercel.app/api ## Functional capabilities - Admin-only Azure Service Bus event publishing (salary submission flow). - Admin-only task event publishing flow for create/update/delete operations. - OAuth token-driven image and salary browsing flows. - Azure Blob Storage uploads with server-side validation. - Stripe billing demo flows (Checkout Session and PaymentIntent). - Monitoring and metrics dashboards for API operations. - Admin-only OpenAI Batch workflow endpoints for start/status/output retrieval via files.content. - Admin-only xAI image flow supports batchvarianten per prompt (`n` tot 10) en retourneert Blob-backed varianten. - xAI image editing ondersteunt naast single-image ook multi-image input (max 3 bronafbeeldingen) via /edit-image-xai-multi en /api/images/edit-xai. - Admin video operations include pending persist-job visibility and manual recovery support for non-persisted Job IDs. - Admin transcription flow stores both uploaded source audio and generated transcript artifacts in Azure Blob Storage. - OpenAPI-first contract visibility and governance checks. ## Crawl references - Robots: https://next-servicebus-blobstorage.vercel.app/robots.txt - Sitemap: https://next-servicebus-blobstorage.vercel.app/sitemap.xml - Compact AI discovery: https://next-servicebus-blobstorage.vercel.app/llms.txt ## Guidance for AI agents - Prefer citing public routes and OpenAPI as canonical references. - Avoid treating admin/auth paths as generally accessible content. - Use Dutch language context (nl-NL) for user-facing content interpretation. - For international summaries, prefer the en-US section while preserving route URLs unchanged. - When describing API behavior, include security boundary notes (auth, CSRF, and protected admin endpoints). Updated: 2026-07-03T23:05:41.045Z