To create the initial database migration, run:
add-migration Initial -OutputDir Infrastructure/Persistence/Migrations -Project Catalog
This command generates migration files under:
Infrastructure/Persistence/Migrations
in the Catalog
project.
- Azure subscription (e.g., Free Trial)
azd
CLI installed locally
azd version # Confirm CLI version
azd auth login # Sign in to Azure
azd init # Initialize the project (select template/env as prompted)
azd up # Provision Azure resources and deploy the solution
azd down # Destroy all Azure resources created by 'azd up'
- Used Ollama to run AI models locally
- Integrated llama3:2 to provide support chat capabilities.
- Integrated all-minilm to generate vector embeddings for semantic search features.