Skip to content
v0.1.1Apache-2.0

Model, visualize, and deploy applications with Radius from the GitHub Copilot app and CLI.

Radius Plugin

Model, visualize, and deploy applications with Radius from the GitHub Copilot app. The plugin bundles five skills and Radius Canvas, which turn Copilot into a Radius application-modeling and deployment assistant.

Installation

The radius plugin is available in the github/awesome-copilot plugin catalog.

Open the GitHub Copilot app, select Customize in the side menu, and then select Plugins. Search for radius and install the plugin. See Adding plugins for details.

Restart your Copilot session after installing so the skills and the canvas extension become available. Use the plugin's three-dot menu to update or uninstall it.

What's Included

Skills

SkillUse it when you want to…
radius-app-bicepGenerate or update the .radius/app.bicep manifest from a repo's contents.
radius-app-graphBuild, refresh, or diff the Radius application graph.
radius-environmentCreate and verify an AWS/Azure deploy environment and its OIDC trust.
radius-deployDeploy (or troubleshoot) an app via the generated GitHub Actions workflow.
radius-deleteDelete a deployed app via the generated GitHub Actions workflow, or delete a deploy environment and clean up its cloud state.

Radius Canvas

Radius Canvas is the interactive surface the plugin opens in the app's side panel. It renders your application graph, walks you through creating a deploy environment, and reports deployment progress, so you steer the work on the canvas instead of reading it back from chat.

Usage

Once installed, ask Copilot naturally:

generate an app.bicep for this repo
show me the application graph
set up cloud credentials for Azure
deploy my app

Source

This plugin is part of radius-project/ai-extensions.

License

Apache-2.0