Skip to content

Releases: VCHDecisionSupport/Azure_IaaS

RELEASE CANDIDATE - Blank Enviroment (Eden)

11 May 02:45
Compare
Choose a tag to compare

SQL Server Installed on spVm3

Aligns with Azure backup tag: "FallBack": "SQL Server Installed"

RELEASE CANDIDATE - Blank Enviroment (Eden)

08 May 05:54
Compare
Choose a tag to compare

Consolidates repos v0.0.0b

BETA - Blank Enviroment (Eden)

02 May 22:31
Compare
Choose a tag to compare
Pre-release
  • active directory
  • desired state
  • 4 factory default vms

depends on v0.0.0b releases of:

  • TasmanianTraders-IaC-AzureAutomationDSC
  • TasmanianTraders-IaC-ActiveDirectory
  • Azure_IaaS
  • azure-quickstart-templates

TODO: consolidate dependancies

resource group, vnet, subnets, network security groups

19 Apr 16:46
Compare
Choose a tag to compare

Nested Linked Templates

Execute json_deployment_templates/linked_templates/deploy.ps1 to create new

  • storage account
  • vnet
  • subnet
  • network security group

Deployment walk through:

  1. execute PowerShell script deploy.ps1
  • creates new resource group and starts deployment of resources therein
  • starts deployment of azuredeploy.json
  1. azuredeploy.json template
  • main entry point into deployment
  • doesn't deploy any resources
  • starts deployment of azuredeploy_sharedResources.json
  1. azuredeploy_sharedResources.json template
  • creates shared resources vnet, storage account
  • loops over array type parameter workloadConfigs
    • each iteration uses element of workloadConfigs as parameter for deployment of azuredeploy_subnets.json using
  1. azuredeploy_subnets.json template
  • creates subnet, network security group for each "workload"

JSON Infrastructure Deployment

04 Apr 19:03
Compare
Choose a tag to compare
Pre-release

work load based configuration

solves Issue: #28