Giter Club home page Giter Club logo

gov-arm-devops's Introduction

About

  • This tutorial uses the Azure CLI (though you can also use AzureRM PowerShell module.)

    az cloud set -n AzureUSGovernment az login

    • The general paradigm involves creating a resource group and then creating a deployment. For every deployment you can use the --no-wait parameter to make the operation asynchronous and check the status of the deployment in the portal (Open the resource group and open the Deployments blade).
  • To edit the templates, use Visual Studio Code & install Azure Resource Manager Tools.

    • Note: There's lag in intellisense, sometimes you'll get errors that aren't real. For example:
      • guid() isn't recognized by intellisense but it does exist.
    • Runbook schema is out of date, it complains about missing jobScheduledId.
    • Azure Resource Manager reference

Architecture Overview

  • Network

    • Main VNet
      • DMZ Subnet & NSG
      • Middle Tier Subnet & NSG
      • ALM Tier Subnet & NSG
      • Data Tier Subnet & NSG
      • Management Tier Subnet & NSG
  • Diagnostics

    • Diagnostics Storage Account
    • Log Analytics
  • Secrets

    • Key Vault
  • Automation

    • Azure Automation
  • Windows Jumpbox VM

  • Linux Jumpbox VM

  • AD(PENDING)

    • DC 1 VM
    • DC 2 VM
  • ALM (Work in Progress)

    • TFS Service VM
    • TFS Database VM
    • Jenkins Master VM
    • Jenkins Artifactory VM
  • App (PENDING)

    • Middle-Tier JBoss EAP VM
    • Oracle Database VM

Other Components

  • Availability Set - Used on AD DC VMs
  • Recovery Services Vault - Used on persistent VMs - AD VMs, TFS Database VM, Jenkins VMs, App4 DB VM.
  • Extensions
    • Diagnostics extension
    • Log Analytics (aka OMS) extension
    • Custom script extension
  • Load Balancers - To be used on App when a second Middle-Tier JBoss EAP VM is added

gov-arm-devops's People

Contributors

gsacavdm avatar

Watchers

 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.