update-server

Deploy updated server binaries to an Azure App Service deployment.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/aef123/copilot-tracker --skill update-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-server
Source: https://github.com/aef123/copilot-tracker/tree/main/plugins/copilot-session-tracker/skills/update-server
Command: npx skills add https://github.com/aef123/copilot-tracker --skill update-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill updates Copilot Session Tracker server binaries on an existing Azure App Service deployment, enabling smooth rollouts after plugin updates.

Core Features & Use Cases

  • Deploy updated server binaries to an existing App Service without altering infrastructure or configuration.
  • Validate deployment health by performing a post-deploy health check to confirm the server is reachable.
  • Use Case: After upgrading the Copilot plugin, quickly push new server binaries to keep the dashboard and API in sync.

Quick Start

Run the update-server skill to deploy the latest server binaries to your App Service and verify the health endpoint.

Frequently Asked Questions about update-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy updated server binaries to an Azure App Service?

To deploy updated server binaries to an Azure App Service, run the update-server skill after placing the new binaries in a binaries/ directory and authenticating with Azure CLI. This pushes the code to your existing deployment without altering infrastructure configuration.

What is the best way to update Copilot server code after a plugin update?

Updating Copilot server code after a plugin update is best handled by deploying the new server binaries to your existing App Service. This ensures the dashboard and API remain in sync by pushing only the updated server code to the known resource group.

Do I need Azure CLI authentication to push App Service server binaries?

Yes, you need Azure CLI authentication to push App Service server binaries. Validating your access through Azure CLI is a required prerequisite before the update-server skill can deploy the binaries/ directory to the target resource group.

Does deploying server binaries to App Service include a health check?

Deploying server binaries to App Service includes a post-deploy health check to validate the deployment. This health check confirms that the server is reachable and the Copilot Session Tracker API is functioning correctly after the update.

Can I update App Service server binaries without altering existing infrastructure?

You can update App Service server binaries without altering existing infrastructure by using the update-server skill. It deploys the updated server code directly to your known App Service and resource group, leaving your configuration untouched.