Skip to content

tznamena/commercial-marketplace-offer-deploy

 
 

Repository files navigation

Commercial Marketplace Offer Deployment Manager (MODM)

This marketplace offer deployment manager (MODM) simplifies the deployment of complex managed and packaged applications for the Azure Commercial Marketplace.

How it works

  • Create a Controller (some call it a driver--same thing) codebase that consumes the MODM client SDK
  • Build your controller binary into a Docker image along with your managed/package app templates
  • Create the createUIDefinition.json as usual, but now have the mainTemplate.json represent the deployment of your controller + MODM (See our starter bicep templates)
  • Create your marketplace package

Feature Overview

  • Simplified deployment semantics
  • Includes deployment "Stages" that are tracked separate
  • Automatical retries of a Deployment and/or Stage
  • Dry Run operation support
  • Async operations built-in
  • Web Hook registration to receive only relevant deployment events
  • Client SDK (Go, C#, Python)

A full description of each feature can be found in the features documentation.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Development Setup

Prerequisites

  • Go Version: 1.18+
  • Docker Version: v4+
  • An Azure subscription
  • Azure CLI (latest)
  • IDE that works with Go
  • Ngrok (Create a free account)
  • Setup a .env file in /bin (see ./configs for the template)

Developer activities

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Credits

About

Deployment Manager for the Azure Marketplace

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.2%
  • Bicep 5.4%
  • Shell 2.6%
  • Other 0.8%