Giter VIP home page Giter VIP logo

abey-abraham / devopswithgithub-hands-on-labs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jethanivijay/devopswithgithub-hands-on-labs

0.0 1.0 0.0 26.13 MB

Hands on Labs with Github Actions

License: MIT License

JavaScript 61.05% C# 2.92% HTML 3.01% Dockerfile 0.37% CSS 0.89% Mustache 0.26% Less 0.22% EJS 20.06% PHP 0.15% Python 4.23% Batchfile 0.02% PowerShell 0.03% Shell 0.09% Java 6.71%

devopswithgithub-hands-on-labs's Introduction

Welcome to DevOps with Github - HandsonLabs

Github Actions workflows for each Labs are in their branches, Please use Branchlink

Lab 1 : Create Express App using NodeJs

BranchLink : EXPRESSJS

Lab 2 : Create Webapp for FastFood Restaurant using ASP.NET MVC APP

BranchLink : ASP.NET MVC

Lab 3 : Creake AKS Cluster and Deploy App using Helm

BranchLink : AKS

Lab 4 : Create SailJs App on Azure using Node and Javascript

BranchLink : SailJs using Node and Javascript

Lab 5 : Create PHP App on Azure using PHP and CSS

BranchLink : PHP and CSS

Lab 6 : Azure SQL Database and update database as code

BranchLink : AzureSQLDatabase

Lab 7 : Azure MYSQL Database and update database as code

BranchLink : AzureMYSQL

Lab 8 : Azure Postgres Database and update database as code

BranchLink : AzurePostgresDatabase

Lab 9 : Create Online Polls using Django App and PostgreSQL DB

BranchLink : Django App and PostgreSQL DB

Lab 10 : Create Webapp for Car Rental Vendor using Java and MySQL

BranchLink : Java and MySQL DB

Instructions to Get Started on this Labs

Prequisite(Mandate)

1. Github Personal Account

GithubAccount

2. Azure Subscription

AzureFreeAccount

Step by Step Guides to help you get started !

Reference 1 : Github Actions Syntax

Reference 2 : Connecting to Azure using Service principal

Service Principal is used to Authenticate and perform task on Azure subscription. Here is command line reference to create one service principal for you

  • Giving Service Principal access to Complete Subscription

    az ad sp create-for-rbac --name "myApp" --role contributor --scopes /subscriptions/{subscription-id} --sdk-auth

  • If you want scope of service principal retricted to resource Group follow command below

    az ad sp create-for-rbac --name "myApp" --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} --sdk-auth

    Output of this will be similar

    {
    
      "clientId": "<GUID>",
    
      "clientSecret": "<GUID>",
    
      "subscriptionId": "<GUID>",
    
      "tenantId": "<GUID>",
    
      (...)
    
    }
    

Copy Complete Parenthesis and create Github Secret , This will be our First Github Secret !

Code Branches for this Hands on Lab

Reference 3 : Code Branches for this Hands on Lab

devopswithgithub-hands-on-labs's People

Contributors

jethanivijay 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.