Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>MFE Orchestrator Upload
MFE Orchestrator Upload

MFE Orchestrator Upload

MFE Orchestrator

|
1 install
| (0) | Free
Azure DevOps extension for uploading microfrontend bundles to MFE Orchestrator
Get it free

Microfrontend Upload Extension for Azure DevOps

This extension provides a custom task for Azure DevOps pipelines to upload microfrontend bundles to a specified domain.

Features

  • Zip and upload a file or directory to a microfrontend server
  • Support for versioning
  • Simple configuration through pipeline variables

Usage in Pipeline

Add the following task to your Azure DevOps pipeline:

- task: mfe-orchestrator-upload@1
  displayName: 'Upload Microfrontend'
  inputs:
    apiKey: '$(API_KEY)'
    microfrontendSlug: 'your-microfrontend-slug'
    domain: 'https://your-domain.com'
    filePath: '$(Build.ArtifactStagingDirectory)/your-app'
    version: '$(Build.BuildNumber)'

Input Parameters

Parameter Required Description
apiKey Yes The API key for authentication
microfrontendSlug Yes The slug identifier for the microfrontend
domain No The base domain where the microfrontend will be uploaded
filePath Yes The path to the file or directory to be zipped and uploaded
version Yes The version of the microfrontend (e.g., 1.0.0)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft