Giter Club home page Giter Club logo

sampleazurearmdeploymenttool's Introduction

uma-infrastructure

Deploy Cloud Infrastructure

Configuration

Add environment configuration to EnvironmentDeployment.json

Deploy

Run a deployment with the configuration

Deploy all resources defined

This will deploy all resources in the umqa section defined in EnvironmentDeployment.json

./EnvironmentDeployment.ps1 -configFile .\EnvironmentDeployment.json -environment umqa -baseDir C:\Code

Deploy only resources defined with VirtualMachines Tag

This will deploy only resources tagged with VirtualMachines in the umqa section defined in EnvironmentDeployment.json

./EnvironmentDeployment.ps1 -configFile .\EnvironmentDeployment.json -environment umqa -baseDir C:\Code -resources VirtualMachines

Resources

Leverage resource tags is a great way to deploy a subset of resources in an environment e.g. Only SQL Servers, Virtual Machines. Great to focus on just deploying items in a resourceGroup.

Naming Convention

This deployment structure relies heavily on a solid naming convention standard being enforced. Environment Prefix - max 4 characters - productCode + enviroment e.g. umqa (qa), umpr (prod), umde (dev), umua (uat).

Azure has various name length limits as well. Keeping our prefix codes short ensures we are within the limit.

Having a solid naming convention also allows for a coventional approach to confgiruation management by managing resources by classification e.g. regex

sampleazurearmdeploymenttool's People

Contributors

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