Граф коммитов

202 Коммитов

Автор SHA1 Сообщение Дата
Jorge Cotillo 1febba0e0c updated required parameter 2019-08-16 17:00:21 -07:00
Jorge Cotillo bdb73cdf37 fixed - expression syntax 2019-08-16 16:57:20 -07:00
kungumaraj nachimuthu 641a0a2b2e Fix for excluding resource ids from file path parse logic 2019-08-16 16:55:51 -07:00
Kungumaraj Nachimuthu 71a4c9ca9f Exception handling functions added to Helper (#102)
* Applied the changes

* Minor changes to the exception

* Cleanup

* Cleaned up one of the function

* minor change

* Merged the Exponential backoff logic with Get exception
2019-08-16 16:51:04 -07:00
Jorge Cotillo 5fb27d9675
Added exponential backoff logic (#103)
* output az graph query

* Update pipeline.yml for Azure Pipelines

* Restore pipeline stages

* added exponential backoff

* added exponential backoff

* added debug function
2019-08-16 16:42:46 -07:00
Jorge Cotillo ba3cce2bdb added logic for more than one resource ids 2019-08-16 01:10:14 -07:00
Jorge Cotillo ec229f2603 removed duplicate 2019-08-16 01:07:33 -07:00
Jorge Cotillo 31e188900e removed additional api calls 2019-08-16 00:42:41 -07:00
Jorge Cotillo 735b05069b Modularization of Virtual Machine templates (#101)
* initial commit

* moved parameters file outside of the module

* initial commit of new Jumpbox design

* added encryption task

* removed unnecessary parameters

* initial implementation of encryption using kek

* fixed output storage from custom script

* Added format data disks DSC

* added adds dsc that excludes disk formatting

* removed dsc folder

* added policy and rbac tests

* removed 0 file

* updated template static test

* updated ad and adds templates

* updated non-extended shared services environment

* updated display names

* added enable key vault service endpoint task

* fix validate dependency

* fixed task name

* fixed module definition reference

* fixed azure firewall api version

* fixed pipeline and added new environment variable

* updated azure firewall api version

* fixed key vault access policy

* updated parameters comment

* updated zones copy loop

* updated zones condition

* fixed parameters.json error

* removed double quote encoding

* added string array to zones

* updated description name

* updated output reference to lowercase

* enabled debug on AD encryption

* enabled debug on AD encryption

* moved enabling service endpoint of Key Vault after VM deployment

* disabled validation stage

* enabled pipelines

* added SQL Analytics solution

* removed uneeded parameter

* added disk verification before formatting a disk

* updated DSC code

* removed data jumpbox datadisk

* added drive letter parameter to adds

* added workaround to prevent storage initialization multiple times

* added get public IP ps1

* removed finally block

* updated get ip ps1 path

* updated network rules copy loop:

* removed networkacls from initial key vault deployment

* explicit set of ps1 argument

* updated initialize file

* fixed return type

* fixed return type from getSasToken function

* added ashashtable to convert from json cmdlet

* added networkAcls with IP whitelisting

* added test-jsoncontent to helper

* added debug

* updated storage account details cache value

* removed debug flag

* updated set variable syntax

* fixed variable name

* added -Compress to JSON string creation

* updated default action on kv networkacls

* added global variable

* updated variable name

* Update pipeline.yml for Azure Pipelines

* moved org name as env variable

* update pipeline

* Update pipeline.yml for Azure Pipelines

* added additional logging info

* temp reduced validation tasks

* fixed dependency

* removed global variable from pipeline

* enabled debug on deployment

* enabled debug

* moved similar tasks into same job

* updated shared services extended pipeline

* removed write-host

* enabled multi-stage jobs

* added env variables

* updated variable set

* removed comments from inline script

* updated pipeline, pass variable between jobs

* added missing environment variable retrieval

* removed unnecessary write-host

* added vnet dependency

* updated job output dependency name

* added multi-job variable

* updated modules path of shared services onprem extension

* fixed parameters

* removed active directory reference

* added Virtual Network dependency

* added spn access policy

* moved dns server as a separate task
2019-08-15 22:40:53 -07:00
Jorge Cotillo a1dcad379c updated comment 2019-08-07 15:32:17 -07:00
Jorge Cotillo 8520f6ed32 removed old documentation 2019-08-07 15:31:21 -07:00
Jorge Cotillo a1fa9d2161 Resource manager template - Virtual Machine design (#91)
* updated small typo and added VM consideration design

* formatted text

* Update vmARMTemplateConsiderations.md
2019-08-01 13:59:03 -07:00
Jorge Cotillo 1c7ed8975c added design folder back 2019-07-29 12:45:36 -07:00
Jorge Cotillo 1e2ffaff7a removed design folder 2019-07-29 12:39:12 -07:00
Jorge Cotillo 1f0fe34db2
Initial draft design to track ACR (#58)
* initial draft design to track ACR

* Replaced acrId with usageAttributionId

Based on feedback, updated the parameter name
2019-07-29 12:35:54 -07:00
Jorge Cotillo 01840441a2 added dependency on orchestration.json 2019-07-27 23:36:11 -07:00
Jorge Cotillo b66886b19e fixed dns resolution 2019-07-27 10:03:34 -07:00
Jorge Cotillo fa080f3ac6 added back LabVM 2019-07-27 07:29:36 -07:00
Jorge Cotillo 28d2018559 removed labvm 2019-07-27 07:29:00 -07:00
Jorge Cotillo b21bc846fb updated pipeline dependency 2019-07-27 07:23:08 -07:00
Jorge Cotillo 2c35c517ff fixed pipeline job dependency 2019-07-26 20:40:40 -07:00
Jorge Cotillo 1510c8a51b updated parameter comment 2019-07-26 20:33:20 -07:00
Jorge Cotillo eb4385d9dc updated documentation 2019-07-26 20:32:17 -07:00
Jorge Cotillo 96606294b7 fixed shared services adds vm deployments by adding async reboot 2019-07-26 20:19:34 -07:00
Jorge Cotillo 0bc3d96ead added sleep in between deployments 2019-07-25 00:12:03 -07:00
Jorge Cotillo 8fa1b00632 removed nsgs and set adds copy as serial 2019-07-24 17:13:53 -07:00
Jorge Cotillo 58842dd751 fixed Link log analytics dependency 2019-07-24 07:04:08 -07:00
Jorge Cotillo 61aae825fd
Shared services - without extending onpremises Active Directory (#90)
* initial commit

* updated orchestration and pipeline for shared services that doesn't extends onprem

* removed onpremises references

* fixed cyclic reference

* added missing parameters

* added missing parameters

* added debug on get access token

* fixed if condition

* Update pipeline.yml for Azure Pipelines

* Update pipeline.yml for Azure Pipelines

* Update pipeline.yml for Azure Pipelines

* removed break condition

* added ActiveDirectory module deployment

* Update pipeline.yml for Azure Pipelines

* added dns server

* moved vnet before jumpbox

* fixed DNS Server IPs

* removed invalid dependency

* removed invalid dns server

* moved sas token to part of uri

* added back all resources

* Update pipeline.yml for Azure Pipelines

* updated route table module

* added jobs to shared services pipeline

* removed repeated job name

* moved upload task into artifacts storage

* fixed dependency
2019-07-23 23:57:20 -07:00
CTroessaert 02042ce9a2 Create setup-SP.md (#89) 2019-07-20 09:30:44 -07:00
CTroessaert 1eb4120a71 Update InstallDependencies.ps1 (#87)
update to install module in one line
2019-07-20 09:29:59 -07:00
CTroessaert 1c5e3043be Update setup-local.md (#86)
Update of the local installation using chocolatey
2019-07-20 09:29:36 -07:00
CTroessaert 7fdeb17e8c Update README.md (#85)
update link for setup docker and local
2019-07-20 09:29:22 -07:00
Kungumaraj Nachimuthu 9248c009f5 Fixes for multi-tenant access token and error message for user not lo… (#80)
* Fixes for multi-tenant access token and error message for user not logged in

* Minor update based on feedback
2019-07-12 16:10:57 -07:00
Kungumaraj Nachimuthu 2c116fe344 Code fix for New-AzRmStorageContainer (#84)
* Code fix for New-AzRmStorageContainer

* Minor clean up update
2019-07-12 16:10:26 -07:00
Kungumaraj Nachimuthu 798f406316
Kunachim/documentation fix (#82)
* Fixed Documentation error

* Fixed Documentation error
2019-07-12 11:02:27 -07:00
Jorge Cotillo 63023c8c05
Renaming file 2019-07-11 10:23:35 -07:00
kungumaraj nachimuthu 26c14a848d Removing duplicate folders directly in VNext branch 2019-07-11 10:22:04 -07:00
Kungumaraj Nachimuthu e42fe066c5 Updates to Packer Image for Ubuntu AzDO Agent (#78)
* Packer image build for azdo self hosted agent

* Readme updated

* Readme updated

* Readme updated

* Readme updated

* Updated the packer image and vm creation script based on feedback from Jorge

* Updated readme file for packer image builder

* Updated readme file for packer image builder

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* Updated the README file based on feedback from PR review

* More updated to ReadMe file
2019-07-11 10:19:53 -07:00
Jorge Cotillo 924e83a6db removed remote validation 2019-07-09 16:09:42 -07:00
Jorge Cotillo 74de8d7fc7 updated module 2019-07-08 13:26:57 -07:00
Jorge Cotillo 79cd003e88
updated domain name (#76) 2019-07-08 00:20:44 -07:00
Jorge Cotillo 247598889d
Minor fixes (#75)
* moved hardcoded parameters to reference tokens

* updated org name

* added missing location

* downgrade api versions - adds

* updated adds vm name

* Update pipeline.yml for Azure Pipelines

* Update pipeline.yml for Azure Pipelines

* temp update of self hosted agent name

* restablish self hosted agent name

* updated organization name

* added dependsOn to landing zone pipeline

* fixed module configuration names

* fixed missing pipeline property

* fixed yaml syntax

* fixed dependson

* fixed path

* fixed deployment name

* fixed parameter format

* set diagnostic storage access key as secured string

* removed service endpoint on storage account

* fixed output references

* fixed parameter name

* Moved phased wait log to write-debug

* fixed travis path

* set fontoso as testing org

* fixed adds api version

* updated adds vm name

* set context regardless if is validation or not

* return empty guid

* relax state information required parameters

* set resource states as optional parameter

* added validation parameter

* removed remote vnet peering

* fixed landing zone dependencies

* fixed key vault name
2019-07-07 23:33:31 -07:00
Kungumaraj Nachimuthu 6a76503f10 Ubuntu Agent for Azure DevOps (#74)
* Packer image build for azdo self hosted agent
* Readme updated
2019-07-07 18:16:25 -07:00
Jorge Cotillo 9c1cb5fc22 updated organization reference to use tokens 2019-07-06 17:21:44 -07:00
Christopher Bennage 719bfca183 adding explicit triggers for CI (#72) 2019-07-06 14:09:37 -07:00
Jorge Cotillo 7a33fbccc5
ASE/SQL DB pipeline (#73)
* moved hardcoded parameters to reference tokens

* updated org name

* added missing location

* downgrade api versions - adds

* updated adds vm name

* Update pipeline.yml for Azure Pipelines

* Update pipeline.yml for Azure Pipelines

* temp update of self hosted agent name

* restablish self hosted agent name

* updated organization name

* added dependsOn to landing zone pipeline

* fixed module configuration names

* fixed missing pipeline property

* fixed yaml syntax

* fixed dependson

* fixed path

* fixed deployment name

* fixed parameter format

* set diagnostic storage access key as secured string

* removed service endpoint on storage account

* fixed output references

* fixed parameter name

* Moved phased wait log to write-debug

* fixed travis path
2019-07-06 14:08:46 -07:00
Jorge Cotillo fc1327053c
ASE sql archetype (#71)
* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* Fixes to pester tests applied

* added baseline archetype

* added Nist controls

* added new NIST policies

* update settings

* fixed repeated policy display name

* Update Archetype Instance Json with Script Output (#65)

* Completed the implementation of the archetype instance update with script outpout

* Created script to create / use a subscription and associate it to a new / existing management group

* SQL database  (#64)

* Add files via upload

* Delete _README.md

* Add files via upload

* Delete sql.database.deploy.json

* Delete sql.database.parameters.json

* Add files via upload

* Delete sql.database.azuredevops.ci.yaml

* Add files via upload

* Add files via upload

* Delete git_placeholder.md

* Update module.tests.ps1

* Update module.tests.ps1

* added new NIST policies

* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* Fixes to pester tests applied

* added baseline archetype

* Completed the implementation of the archetype instance update with script outpout

* Created script to create / use a subscription and associate it to a new / existing management group

* update settings

* fixed repeated policy display name

* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* Fixes to pester tests applied

* added baseline archetype

* Completed the implementation of the archetype instance update with script outpout

* Created script to create / use a subscription and associate it to a new / existing management group

* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* Completed the implementation of the archetype instance update with script outpout

* Completed the implementation of the archetype instance update with script outpout

* Created script to create / use a subscription and associate it to a new / existing management group

* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* added baseline archetype

* Completed the implementation of the archetype instance update with script outpout

* initial commit that creates the new archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* initial commit that creates the new archetype

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* added infra baseline to ASE/SQL deployment

* added vnet peering module configurations

* set app service plan and webapp as generic modules, added ASE orchestration modules to archetype

* Completed the implementation of the archetype instance update with script outpout

* Resolved a conflict

* removed subscription verification

* running custom script

* cleaned up variables

* Tested custom script execution

* Updated the subscription name for testing

* Check for null subscript and tenant id added

* Added debug for pipeline failures

* Updated Add-SubscriptionAndTenantIds to run only for archetype configuration

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* Throw more information when script execution fails

* finished NIST Controls

* moved baseline configuration to ASE-SQL

* fixed common file path reference

* updated Shared Services pipeline

* updated file name - case sensitive issue

* updated validation rg creation

* Changed the tenant id and subscription id in New-AzureResourceManagerDeployment to string

* added workload baseline pipeline

* added ase sql pipeline

* fixed invalid subscription id saved to resource state

* updated variable name

* Reference Functions scope changed to Module Configuration Object (#66)

* Initial changes

* Completed the implementation

* Cleaned up prior to PR submission

* adding LandingZone

* updated pipeline paths

* updated pipeline paths

* updated parameters file

* correcting case

* removed folders

* placing files back

* delete files

* put files back

* Fix to resolving reference functions

* fixed casing

* fixed casing in code

* updated modules to Modules in pipeline.yml

* Updated config folder name

* Updated config folder name

* fixed casing

* added vpn shared key

* finished ASE SQLDB landing zone

* added ASE-SQL archetype

* replaced hardcoded resource group name

* fixed relative path

* fixed automation account alias

* fixed relative paths

* renamed ADDS to ActiveDirectoryDomainServices

* fixed onprem vgw name

* fixed artifacts storage account name

* fixed custom extensions casing

* enabled adds deployment

* updated on-premises AD information

* updated Key Vault name to pass deployment error

* fixed bug on resource group creation

* updated adds vm name and set pipeline timeout to 0

* updated ADDS address start

* updated ADDS name

* updated dockerignore

* Fixed the pester test failure
2019-07-05 14:33:50 -07:00
Telmo Sampaio 2f35aff1c5 Labvm (#70)
* Added labvm

* fixed readme file

* fixed lab file URI file
2019-07-05 10:25:27 -07:00
Telmo Sampaio a90604c52d Added labvm (#69)
* Added labvm

* fixed readme file
2019-07-03 16:21:47 -07:00
Chris Pietschmann 3b6def9359 vNext Documentation Updates (#56)
* updated file formatting documentation

added AsciiDoc VS Code extension link / mention, and mention that many doc files use Markdown too

* update documentation readme format w/ descriptions

* fix "contributing" link

* updated file names in toolkit-flow.svg

* fix broken links

* fix broken links

* fix broken links

* update links so they can be more easily copied to "root" /readme.md when updated

* update

* update lists of modules

* update for module changes in vNext

* fix broken link
2019-07-02 12:41:51 -07:00