Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.37 KB

NON_DEVCONTAINER_SETUP.md

File metadata and controls

55 lines (38 loc) · 2.37 KB

Back to Chat with your data README

Non-DevContainer Setup

If you are unable to run this accelerator using a DevContainer or in GitHub CodeSpaces, then you will need to install the following prerequisites on your local machine.

Setup

  1. Review the contents of .devcontainer/setupEnv.sh and then run it:

    .devcontainer/setupEnv.sh
  2. Select the Python interpreter in Visual Studio Code:

    • Open the command palette (Ctrl+Shift+P or Cmd+Shift+P).
    • Type Python: Select Interpreter.
    • Select the Python 3.11 environment created by Poetry.

Running the sample using the Azure Developer CLI (azd)

The Azure Developer CLI (azd) is a developer-centric command-line interface (CLI) tool for creating Azure applications.

  1. Log in to Azure using azd:

    azd auth login
    
  2. Execute the azd init command to initialize the environment and enter the solution accelerator name when prompted:

    azd init -t chat-with-your-data-solution-accelerator
    
  3. Run azd up to provision all the resources to Azure and deploy the code to those resources.

    azd up
    

    Select your desired subscription and location. Wait a moment for the resource deployment to complete, click the website endpoint and you will see the web app page.