Configure the technical details for a Dragon Copilot offer

Learn how to configure the technical details for a Dragon Copilot offer in Partner Center.

What is the technical configuration package for your offer

This step will require you to upload a ZIP file containing your technical configuration files including an extension manifest file. This file will be used to populate your offer within Dragon admin center and to provision your offer to customers after they purchase.

Prerequisites

To upload your technical configuration package, ensure you meet these prerequisites:

The following instructions apply to Dragon Copilot Physician Apps and Agents offers.

  • Use the CLI tool to build the technical configuration package. The central component is the manifest.yml file that carries the required configuration and authentication details.
  • The CLI tool provides an interface where you enter your configuration and authentication details. It then populates the manifest file with your details and generates the technical package as a ZIP file.
  • Location of the CLI tool: https://aka.ms/drcextsamples. Also consult the README file at this location.

Upload a technical configuration package for your offer

To upload the technical configuration package:

  1. Select Upload a ZIP file and choose the file to upload.
  2. To change the file, select Update a ZIP file.
  3. Ensure the file is scanned for malware before uploading.
  4. Tag every file with a version number (Format {major}.{minor}.{patch}). This tag supports version compatibility and upgrades during deployment for the customer.
  5. For specific guidance on package validation, refer to the related policies.

Important

Don't update the manifest file manually. Use the CLI tool referenced earlier to build it.