Deployment - Standard

September 8, 2023 ยท View on GitHub

Prerequisites

Deployment steps

Follow the steps below to deploy the solution to your Azure subscription.

  1. Ensure all the prerequisites are installed.

  2. Clone the repository:

    git clone https://github.com/AzureCosmosDB/VectorSearchAiAssistant.git
    
  3. Switch to the cognitive-search-vector branch:

    cd VectorSearchAiAssistant
    git checkout cognitive-search-vector
    
  4. Run the following script to provision the infrastructure and deploy the API and frontend. This will provision all of the required infrastructure, deploy the API and web app services into AKS, and import data into Cosmos DB.

    ./scripts/Unified-Deploy.ps1 -resourceGroup <rg_name> -location <location> -subscription <target_subscription_id>
    

NOTE: Make sure to set the <location> value to a region that supports Azure OpenAI services. See Azure OpenAI service regions for more information.