Git Product home page Git Product logo

terraform-githubactions-azure-cosmosdb's Introduction

Title

How to setup a database on azure having different environment requirements using Github Actions,Terraform,Azure and Azure CosmosDB.

Architecture Diagram

Architecture Diagram

Setup

  • Create azure service principle using the command bellow by providing the appropriate permision to the service principle
az ad sp create-for-rbac \
--name "Github Actions" \
--role $ROLE \
--scopes /subscriptions/$SUBSCRIPTION_ID \
--sdk-auth
  • Go into your github account -> repository -> settings -> secrets and variables -> actions, then click on new repository secrets to create a new secrets

    • The Key => AZURE_CREDENTIALS
    • The Value => the output after runing the first script
  • Navigate to Environment in settings and create the following environments

    • dev
    • stage
    • prod
  • Add the following secrets in your github account and provide their appropriate values for it.

    • ARM_CLIENT_ID
    • ARM_CLIENT_SECRET
    • ARM_SUBSCRIPTION_ID
    • ARM_TENANT_ID
    • AZURE_CREDENTIALS
  • Push your source code to main branch.

  • Create a pull request to merge from main brain to dev branch and wait for a while to see a successfull deployment.

  • Create another pull request to merge your dev branch to stage branch. Wait for a while to see a new resource deployed in your azure account

  • Lastly, create another pull request to merge stage to prod to create a new resource under production environment.

terraform-githubactions-azure-cosmosdb's People

Contributors

cloudwithdeb avatar

Watchers

 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.