To create the initial database migration, run:
add-migration Initial -OutputDir Infrastructure/Persistence/Migrations -Project CatalogThis command generates migration files under:
Infrastructure/Persistence/Migrations
in the Catalog project.
- Azure subscription (e.g., Free Trial)
azdCLI installed locally
azd version # Confirm CLI version
azd auth login # Sign in to Azureazd init # Initialize the project (select template/env as prompted)
azd up # Provision Azure resources and deploy the solutionazd 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.
