Coder Social home page Coder Social logo

azure-modern-integration's Introduction

Azure Modern Apps - Integration Starter

This is an open source starter for building enterprise integration leveraging Microsoft Azure.

Defintition of done

  • PR reviewed by at least one core team member.

Install instructions

  1. Add connection string to keys in github or locally in localsettings.json
  2. Add connection string to app service configuration for functions

ARM Templates

An Infrastructure as Code (IaC) approach will be taken for the Azure platform deployment. Generic ARM templates will be created for each resource type. This is so that multiple instances of a given resource type can be deployed using the same template. CI/CD pipelines will orchestrate the platform deployment.

Info

Github actions deployment:

Branching

This project will follow the GitHub Flow branching strategy .

  • This easy to follow strategy has one trunk branch "master" that contains the latest stable codebase, that is always in a stable deployable state.
  • Developers create a new branch off of master every time they want to develop a new feature, fix a bug or experiment with new ideas.
  • Once the code is ready a Pull Request (PR) is raised to merge the branch back into master, a CI build and Unit Tests can execute on the branch to ensure the code is stable and other developers can review the code and make comments.
  • Once all checks have passed the PR can be completed and the code merged back into master.

Naming Conventions

When working on large projects with multiple developers a consistent branching strategy is important. The convention followed can be defined to suit the teams needs and requirements, the important point is to maintain consistency.

For this project we will follow the format "grouping/issueNumber-description" where:

  • grouping is a logical grouping such as 'feature' or 'bugfix'
  • issueNumber is the GitHub issue number you are working on. This can be omitted for experimental branches that don't have a related issue
  • description is a short description of the changes

Example branch names:

  • feature/12-implement-auth
  • bugfix/44-api-version-error
  • experimental/test-beta-search-api

Note: All branch names should be in lowercase and use hyphen (-) to seperate words

azure-modern-integration's People

Contributors

ollief87 avatar dwimalatissa avatar duncanhunter avatar adamstephensen avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar  avatar

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.