This pull request introduces a new quickstart example for deploying an OpenAI model to Azure, then connecting to it from Copilot Studio as specified in #107 .
Documentation Updates:
README.md: Added new quickstart example for 202-Copilot-deployment.
quickstarts/202-Copilot-deployment/README.md: Added detailed documentation for deploying a Copilot to Copilot Studio, including prerequisites, provider requirements, usage instructions, and detailed behavior descriptions.
This pull request introduces a new quickstart example for deploying an OpenAI model to Azure, then connecting to it from Copilot Studio as specified in #107 .
Documentation Updates:
README.md
: Added new quickstart example for202-Copilot-deployment
.quickstarts/202-Copilot-deployment/README.md
: Added detailed documentation for deploying a Copilot to Copilot Studio, including prerequisites, provider requirements, usage instructions, and detailed behavior descriptions.quickstarts/202-Copilot-deployment/README.md.tmpl
: Added a template for the Copilot deployment documentation.Terraform Configuration:
quickstarts/202-Copilot-deployment/azure/main.tf
: Added Terraform configuration for setting up Azure resources, including resource names, resource group, and OpenAI model deployment.quickstarts/202-Copilot-deployment/azure/output.tf
: Added output variables for the Power Platform environment name and Copilot name.quickstarts/202-Copilot-deployment/azure/variables.tf
: Added variables for Azure location and environment.quickstarts/202-Copilot-deployment/main.tf
: Added main Terraform configuration to integrate Azure and Power Platform modules.quickstarts/202-Copilot-deployment/power-platform/main.tf
: Added Terraform configuration for setting up Power Platform resources, including tenant settings, environment creation, and Dataverse record for the Copilot.quickstarts/202-Copilot-deployment/power-platform/variables.tf
: Added variables for Power Platform configuration, including project details, environment display name, and Copilot name.