Skip to content

7. Redeploy Copilot to Azure

The workshop began with a pre-provisioned version of the Contoso Chat application on Azure Container Apps. Now that you have modified elements of the app and tested them out locally, you might want to redeploy the application.

Because we use azd for provisioning and deployment, this is as simple as calling azd up (to push all changes in both infrastructure and application) or running azd deploy if you want to only rebuild and deploy the application changes you made in this project.

  1. Open the Visual Studio Code terminal
  2. Make sure you are at the root of your repository
  3. Run this command to deploy your application with changes.

    1
    azd deploy
    
  4. Refresh the Azure Container App browser tab when done

  5. Try a test question and verify that your app changes are live!

Learn more about Azure Developer CLI and explore more AI App templates to build with AI

You made it!. That was a lot to cover - but don't worry! Now that you have a fork of the repo, you can check out the Self-Guided Workshop option to revisit ideas at your own pace! Before you go, some important cleanup tasks you need to do!!


THANK YOU: Let's wrap up the session by cleaning up resources!