Skip to content

Add TypeScript vector search quickstart with AZD infrastructure#22

Open
diberry wants to merge 2 commits intoAzure-Samples:mainfrom
diberry:squad/typescript-vector-search-quickstart
Open

Add TypeScript vector search quickstart with AZD infrastructure#22
diberry wants to merge 2 commits intoAzure-Samples:mainfrom
diberry:squad/typescript-vector-search-quickstart

Conversation

@diberry
Copy link
Copy Markdown

@diberry diberry commented Apr 10, 2026

Description

Add a TypeScript vector search quickstart sample and AZD (Azure Developer CLI) infrastructure for one-command deployment.

What's included

TypeScript sample (\TypeScript/)

  • Complete vector search quickstart using \ edious\ (SQL Server driver) + @azure/identity\ + @azure/openai\
  • DefaultAzureCredential auth for both Azure SQL and Azure OpenAI (no passwords/keys)
  • Creates table with VECTOR(1536) column, generates embeddings, performs similarity search with \VECTOR_DISTANCE()\
  • Quickstart-style README.md with setup instructions and expected output
  • Node.js 20+, TypeScript strict mode

AZD infrastructure (\infra/\ + \�zure.yaml)

  • Azure SQL Database with Azure AD-only authentication
  • Azure OpenAI with text-embedding-3-small deployment
  • User-assigned managed identity with RBAC role assignments
  • \�zd up\ deploys everything in one command

Follows patterns from

  • cosmos-db-vector-samples — same AZD + DefaultAzureCredential approach
  • Existing \DotNet/\ samples in this repo — PascalCase directory naming

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

diberry and others added 2 commits April 10, 2026 10:18
- Azure SQL Database with AAD-only authentication (S0 tier)
- Azure OpenAI with text-embedding-3-small deployment
- User-assigned managed identity with RBAC
- azure.yaml for azd up

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant