Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Fermyon Cloud
Fermyon Cloud

Fermyon Cloud

Thorsten Hans

|
1 install
| (0) | Free
Tasks for interacting with Fermyon Cloud
Get it free

Azure DevOps tasks for Fermyon Cloud

This is a collection of tools for Azure DevOps Pipelines to work with Fermyon Cloud. Tools have been build and tested for Linux, macOS and Windows agents. Currently, spin is downloaded for the amd64 architecture only.

Authenticate against Fermyon Cloud

To authenticate with Fermyon Cloud, you must generate a Personal Access Token (PAT) in your Fermyon Cloud account. Treat the PAT as sensitive information and store it as masked (sensitive) pipeline variable. (variable groups in Azure DevOps support this too).

steps:
- task: spin-cloud-login@1
  displayName: 'Authenticate against Fermyon Cloud'
  inputs:
    token: '$(fermyon.cloud.token)'

Deploy to Fermyon Cloud

The Deploy to Fermyon Cloud task allows you to deploy your Spin application to Fermyon Cloud. The task requires a valid Fermyon Cloud account and a valid Spin application.

steps:
- task: spin-cloud-deploy@1
  displayName: 'Deploy to Fermyon Cloud'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft