Giter Club home page Giter Club logo

azure-devops-templates-iac's Introduction

azure-devops-templates-iac

Introduction

This repository contains a library of Azure DevOps YAML pipelines reusable action definitions. This repository can be referenced in a pipeline running else where, that way, if we update the tasks, everyone can use the updated code.

Organization

The YAML files are sorted in multiple folders according to the kind of templates they are hosting and their area of effectiveness.

The folders in the steps are:

  • codequality: Every actions related to code QA , linting, security scan and the likes.
  • docker: Every actions related to docker and managing repositories.
  • terraform: Every actions related to the deployment and management of Terraform resources.
  • bicep: Every actions related to the deployment and management of Bicep resources.
  • tools: Every actions related to internal tools like sending a Teams notification or an email.

The folders in the jobs are:

  • bicep: Actions related to the deployment and management of Bicep resources.

The folder example_use_cases contain different examples demonstrating how to use the resusable definitions:

  • bicep-example-keyvault: Deploy a keyvault with a private endpoint using bicep on multiple environments dynamically and ensuring the quality of the code.
  • docker-pre-commit: Build and upload a Docker image containing pre-commit tools.
  • terraform-azurerm-module-resource-group: Run integration tests for the module we built and deploys the resources as defined on the tests.

Build and Test

No tests are currently done on those files. It's on a todo list.

Pre-Commit is used to make sure the formatting of the files is following a standard.

Contribute

Don't hesitate to create forks and contribute to the code!

Please refer to CONTRIBUTING.md for more details.

This repository follows the ReleaseFlow branching methodology.

Versioning

This repository follows the SemanticVersioning 2.0.0 versionning methodology.

Changelog

The changelog is available in the CHANGELOG.md file.

License

The code under this repository is available under the MIT license. For more details, please refer yourself to the license file.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. More details can be found in the CODE_OF_CONDUCT file.

Notice

The third party usage notice can be found in the THIRD_PARTY_NOTICES.

Thanks to the awesome people who develop awesome tools and make them available to the community!

azure-devops-templates-iac's People

Contributors

maxime-roy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

azure-devops-templates-iac's Issues

Develop a prepared steps tool to clone a repository and it's content to a new one.

Summary

In many scenarios, it can be useful to have a skeleton project / repository that can be easily cloned to bootstrap the code for a new project. It could be useful if that automation could manage some base permission attribution to DevOps.

Story/task

As a repository administrator, I would like to run a pipeline that bootstraps a new project and/or repository already populated with content from a skeleton.

Scope

Tools

Convert bicep deployment and testing tasks to use AZ CLI commands instead of pre-built tasks

Summary

In retrospect of what is happening with the new Bicep version 0.12.1 (Azure/bicep#8894), it would be helpful to be able to set the Bicep version to use during a deployment. The current task used is not allowing setting the version as a parameter. Having more control on the environment used for the deployment would allow us to bypass the issue temporarily or test
particular versions.

Using AZ CLI would allow us this flexibility.

Story/task

As an end-user, I would like to set the Bicep version used during the validation process and the deployment process.

Scope

  • Deployment
  • Code Quality (psrule & build)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.