This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
There are two branches within this repository - one that tries to use NextJS instrumentation to initialize Application Insights, and one that uses the standard JavaScript SDK into the server.js file.
- NextJS Instrumentation - does not work (build error message in
README.md
) - JavaScript SDK - works
Tracked dependencies for the manual approach:
Calls this page makes and whether they were tracked
- main request
- create blob container
- create queue
- create table
- fetch items from storage table
- peek into storage queue
- fetch document list from storage blob
- OpenAI embeddings
- OpenAI chat completion
- Search cognitive search index
- Form analyzer - analyze a document
- Document translation supported formats