Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure/azure-cnab-quickstarts
CNAB packages to deploy applications from Azure to anywhere at all. Including Azure.
https://github.com/Azure/azure-cnab-quickstarts
azure cnab porter
Last synced: 4 months ago
JSON representation
CNAB packages to deploy applications from Azure to anywhere at all. Including Azure.
- Host: GitHub
- URL: https://github.com/Azure/azure-cnab-quickstarts
- Owner: Azure
- License: mit
- Created: 2019-04-26T11:58:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T19:59:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T04:21:26.497Z (6 months ago)
- Topics: azure, cnab, porter
- Language: Shell
- Homepage:
- Size: 1.46 MB
- Stars: 56
- Watchers: 18
- Forks: 13
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-cnab - CNAB-Quickstarts - Azure CNAB Quickstarts (Bundles)
README
# Azure CNAB Quickstarts
This repository contains [CNAB](https://cnab.io/) quickstart solutions for deploying cloud-native applications from Azure to either Azure or anywhere at all. CNAB bundles in this repository can be either automatically launched from Azure -- using Azure Container Instances to deploy using [Porter v0](https://v0.getporter.org/docs/) -- or they can be used with Porter anywhere by referencing the `--tag` specified in each bundle directory.
We currently support application bundles built using [Porter v0](https://v0.getporter.org/docs/).
The following videos are good resources for getting started with learning about CNAB and Porter:
## Introduction to Azure CNAB Quickstarts - from [@MikeLarah](https://github.com/MikeLarah)
[![Introduction to Azure CNAB Quickstarts](./images/introduction-to-azure-cnab-quickstarts.png)](https://youtu.be/z1lnQfaAVeg)
## Porter: an Opinionated CNAB Authoring Experience - from [@jeremyrickard](https://github.com/jeremyrickard)
[![Porter: an Opinionated CNAB Authoring Experience](./images/porter-an-opinionated-cnab-authoring-experience.png)](https://www.youtube.com/watch?v=__fim6RIW1s)
## GitOps at the edge of the envelope: Radical app deployment at the edge with Porter - from [@squillace](https://github.com/squillace)
[![GitOps at the edge of the envelope: Radical app deployment at the edge with Porter](./images/radical-app-deployment-with-porter.png)](https://myignite.techcommunity.microsoft.com/sessions/87493?source=sessions)
# Repository Structure
- `.github` - Contains GitHub repo related files, such as issue templates and GitHub Actions workflow definitions
- `docs` - Overview documentation for Azure CNAB Quickstarts
- `images` - Images used in readme and documentation
- `porter` - Contains Porter-based quickstarts (currently only supported tool for quickstarts). Each quickstart is contained within its own sub-directory.
- `porter-template` - Template files for building a new Porter-based quickstart (see [Authoring Quickstarts](./docs/authoring.md))# Quickstarts Table of Contents
A list of all available Porter-based quickstarts can be found [here](porter/TOC.md).
# Consuming quickstarts
For more information about consuming quickstarts, see [this guide](./docs/consuming.md).
# Authoring quickstarts
For more information about authoring quickstarts, see [this guide](./docs/authoring.md).
# 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.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., label, 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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.