erwin-ms / App-Templates

Packaged app samples to accelerate devs journey to cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Templates

App Templates are packaged app samples designed to reduce the time it takes a developer to deploy their code to Azure. Unlike standalone example code, the goal of App Templates is to provide all the components to deploy an app to Azure with automation via GitHub Actions or other CI/CD services.

Each sample consists of example code, CI/CD components, and documentation containing all the required steps.

App Templates are designed to be compatible with the Azure Developer CLI(azd) which is currently in preview. These templates follow the same file structure and are straightforward to convert to azd compatible templates once all the components of the template (e.g. programming language) are supported.

App Templates are open to any technology some may not be on the azd roadmap and can be deployed using the READ ME guidance. The purpose of App Templates is to deliver and prove the value of accelerated onboarding for developers who are new to Azure. Developing examples for azd is one of our aims that fit into the broader goal of accelerated developer onboarding.

Pre-requisites

  • Azure Subscription and you must be the owner(or know the owner) of the subscription for configuring automatated deployments

Sample templates

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

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.

About

Packaged app samples to accelerate devs journey to cloud

License:MIT License