Sofy Web Scheduler – Azure DevOps ExtensionThis extension allows you to execute a Sofy Web Scheduler directly from your Azure DevOps Pipeline. You can trigger a Sofy web scheduler by providing your schedule guid and Subscription Key. Required Inputs1️-Subscription KeyYou must provide your Sofy subscription key. You can find it by: Logging into Sofy Navigating to Settings Opening the Integration section (Authentication dropdown) 2️-Schedule Run GUIDThe unique identifier of your scheduler. You can find this inside your Sofy dashboard under Schedule tab. Usage (YAML Pipeline)Add the Sofy task inside your Azure DevOps YAML pipeline. trigger:
pool: vmImage: ubuntu-latest steps:
Sample Pipelinetrigger:
pool: vmImage: ubuntu-latest steps:
How It WorksThis extension: Accepts your inputs from the pipeline Executes the internal task logic Sends a POST request to Sofy’s public web agent API Runs the provided schdeuler Displays execution logs inside the Azure DevOps pipeline UI RequirementsAzure DevOps YAML pipeline Ubuntu or Windows agent (Microsoft-hosted supported) Valid Sofy scheduleRunGUID Valid subscriptionKey |