Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
- Your organization designs, builds, and tests your APIs, implements secure authentication by using Microsoft Entra ID, and defines your adaptive card UI. For an overview of the development steps, see Workflow apps - development concepts and AI apps and agents | Microsoft Learn.
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:
- Select Upload a ZIP file and choose the file to upload.
- To change the file, select Update a ZIP file.
- Ensure the file is scanned for malware before uploading.
- Tag every file with a version number (Format {major}.{minor}.{patch}). This tag supports version compatibility and upgrades during deployment for the customer.
- 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.