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

167 Коммитов

Автор SHA1 Сообщение Дата
Ian Philpot 10b6054a51
Changes default create for rbac to false (#181) 2019-06-17 17:26:21 -04:00
Nicholas M. Iodice 883bcc58c6
This change updates the project dependencies for Go and Terraform (#172)
Go has been updated from v1.11 --> v1.12.5
Terraform has been udpated from v0.11.13 --> v0.12.1

The test harness has also been upgraded to perform a structural
comparison against the new terraform plan format introduced in v0.12.0
2019-06-14 18:37:54 -05:00
Ian Philpot 6468a73912 Adds module service-principal for azure provider (#171)
* Updates azuread provider to latest

* Adds tf module files for service principal generation/rbac

* Adds docs in module readme for service principal

* Adds scope variable to service principal role assingment

* Adds display name variable

* Updates readme and formats files

* Updates readme

* Apply suggestions from code review

Co-Authored-By: Nicholas M. Iodice <niiodice@microsoft.com>
Co-Authored-By: Dexter Williams <dexterwilliams04@gmail.com>

* Updates readme and main.locals per PR
2019-06-13 11:00:39 -05:00
Dexter Williams fc2eb523f2
Azure simple hw refactor (#162)
* refactored azure simple hw resources into module

update to gitignore

improve test automation for az hello-world; make access restriction optional

* updated naming schmea

* removed name var from tf.vars

* removed name variable from tfvars

* updated helloworld integ test to always expect eastus datacenter

* improved subnet conditional logic for azure simple module

* azure simple now passes subnet_names to app service module

* subnet creation now keys off of vnet name.

* added wildcard to vscode ignore line

* update app service variable (app storage; formatting)

* removed data dump line from unit test go file; updated http assertion in integ test go file

* removed duplicate local

* remove ref to 'enable storage' from azure simple hw template.'
2019-06-13 10:38:31 -05:00
Ian Philpot 93d2e37f34
Remove cli after move to orion repo (#125) 2019-06-09 20:18:44 -05:00
Nicholas M. Iodice f45b8ddb61
Defer terraform destroy prior to invoking terraform apply. This fixes an issue where destroy() was never called in the case that the apply() failed (#157) 2019-06-06 10:24:12 -05:00
Rachel Simone Weil 2cd0608d1b
Fix broken links (#158)
* Adds wireframe images

* Improves wireframe images.

* Modifies sample question.

* Fixes broken links and order of steps in "Example Usage."
2019-06-04 16:53:13 -05:00
Nicholas M. Iodice 7f432305bf
Update app-insights to use required variables from a recent breaking change (#160) 2019-06-04 17:43:03 -04:00
Nicholas M. Iodice a65bbe2214
Adding unit and integration tests for azure-simple template. (#142) 2019-06-04 11:24:52 -04:00
Amanda Kaufman 6a872abb9e Modifications to App Insights module and Readme (#131)
* Added more detailed descriptions for variables.  Removed default values to prompt for necessary information.

* Added more detail to README

* Hide sensitive instrumentation key from console output

* Addressing PR comments

* Minor change to kick off another build
2019-06-03 15:50:58 -06:00
ericpera-msft e0b3acc391
Erperall/features/acr terraform module (#150)
* Altered scripts to work on OSX

* Moved YAML template file to root

* Test

* Revert

* Removed YAML file from root

* Removed caching from docker build command

* Created ACR terraform module

* Added a readme for ACR and changed the service plan reference to a data connection.

* Added tags to module and changed naming scheme

* Fixed some issues pointed out by Erik

* Updated container registry documentation

* Formatted terraform files
2019-06-03 14:10:57 -06:00
Nicholas M. Iodice 0328e516bb
Improve documentation to clarify the steps needed to configure and (#148)
deploy azure-simple.
2019-06-02 07:21:08 -04:00
Dexter Williams 94ed5a8c56
Dexterw/features/app monitoring - follow up (#144)
* update readme; update app monitoring variables

* removed default e-mail alerts

* update readme; restored default e-mail configuration

* format variables.tf

update readme

Update Readme.md

Update README.md

Update README.md

Redesigned README.md

provide clarity regarding resourceIds and scaling dimensions

update README; remove comments

Update README.md and azure simple variables

added attributes section to README.md

* removed terraform plan
2019-05-31 07:30:29 -05:00
Dexter Williams 6aedc0f29b
Add Azure Monitoring Module to enable default alert criteria and notifications (#132)
* init app monitoring module; add module ref to azure simple template

added app monitoring readme; updated variable names

Added and integrated app monitoring into azure simple template

* update readme; update app monitoring variables

* removed default e-mail alerts

* update readme; restored default e-mail configuration

* removed line from azure simple readme; removed tfplan binary file

* format variables.tf

update readme

Update Readme.md

Update README.md

Update README.md

Redesigned README.md

provide clarity regarding resourceIds and scaling dimensions

update README; remove comments

Update README.md and azure simple variables

added attributes section to README.md

* added time frequency and time period variables

* made time frequency and time period optional
2019-05-30 10:29:46 -05:00
Nicholas M. Iodice 4c7add3872
Implement integration test suite + fix to go mods for dockerized test (#129)
Also fixed some formatting in the unit test for azure-simple-hw to
normalize casing on variable names.
2019-05-30 08:13:01 -04:00
Erik Schlegel 54ca74c686
Azure simple template updates to support SSL termination and app service auto scale (#136)
* Adding azure keyvault module

* initial commit

* Adding keyvault access policy modulee

* second batch of changes after confirming that azure-simple was able to succesfully deploy

* updating readmes for keyvault resources

* Added readmes

* Ran terraform fmt

* adding documentation for guidance on how to create and/or select to a target terraform workspace

* Added a TODO for converting over to number types once we're migrated to TF12

* Updating readme

* Updating readme

* Updating readme

* Fixing keyvault name length issue

* Fixing naming convention issue

* adding destrpy fix
2019-05-28 11:54:56 -05:00
ericpera-msft 82ed42f150
Erperall/bugfix/fixes for zsh (#138)
* Altered scripts to work on OSX

* Moved YAML template file to root

* Test

* Revert

* Removed YAML file from root

* Removed caching from docker build command

* Removed YAML file from root

* Removed bash profile check/load and replaced it with a variable that references the gnu-getopt installation location if it exists. If not, it will get picked up after the user is prompted for and installs gnu-getopt.

* Removed bash profile check/load and replaced it with a variable that references the gnu-getopt installation location if it exists. If not, it will get picked up after the user is prompted for and installs gnu-getopt.

* Removed echoing the getopt install location into the bash_profile. This is no longer needed now that gnu-getopt is being forced by the export at the top of the file.

* Removed the explicit export that checks for gnu-getopt installation

* Removed export that I missed initially
2019-05-24 12:16:44 -06:00
ericpera-msft a5a5707290
Cosmos DB Terraform Module (#133)
* Altered scripts to work on OSX

* Moved YAML template file to root

* Test

* Revert

* Created cosmosdb module

* Removed YAML file from root

* Fixed Terraform data reference in cosmosdb module

* Removed changes to test-harness scripts

* Reverted test-harness scripts

* Marking primary access key output as sensitive

* Added CosmosDB connection strings to output and updated documentation
2019-05-24 10:08:30 -06:00
Nicholas M. Iodice 6738154e21
Adding .gitattributes file to handle issue with CRLF vs LF line endings (#127) 2019-05-23 10:29:41 -05:00
Nicholas M. Iodice 50eb07231c
Migrate package management from dep to go mod (#124)
This change migrates the test harness codebase to leverage Go Modules.
This brings the repository up to date with the latest Go packaging
guidance.

More information on Go Modules can be found here:
https://github.com/golang/go/wiki/Modules
2019-05-22 12:05:36 -05:00
Rachel Simone Weil 314d90f7ab
Adds documentation website wireframes to design-reference folder (#111)
* Adds wireframe images

* Improves wireframe images.

* Modifies sample question.
2019-05-21 08:53:53 -05:00
Ian Philpot bca91d0dca
CLI app project structure (#99)
* Simple cli structure

* Simple Makefile to start us out

* Simple readme

* Sample commands -- waiting on consensus

* Updated with MSFT approved commands; closes #93

* Removed bin file...ops

* Updated viper config error

* Fixing per PR review

* Update pipeline file
2019-05-20 07:20:24 -04:00
Nicholas M. Iodice 72ae69fb0b
This change aims to make the test harness more generic and enforces (#105)
stronger linting rules during test runs.

More specifically, the following has been done:

- Fail build if any *.go files for changed modules/templates do not
   follow the linting standards set by `go fmt`
- Fail build if any terraform files for changed modules/templates do not
  follow the linting standards set by `terraform fmt`
- Add unit test fixture code that vastly simplifies writing unit tests
  for terraform files
- Update Azure Pipelines yml file to work better with fork PRs

This change sets a pattern for genericizing integration tests, but it
does not implement this pattern.
2019-05-17 16:24:27 -04:00
Erik Schlegel 9c9c3b89b7
Azure Simple Baseline Template (#101)
* Add API management using Azure to Terraform

* Update documentation for API Manager

* Add App Service to Azure using Terraform Templates

* Add App Service under App Service Plan module

* Remove additional files for app-service created

* Add public Ip and load balancer to app service

* Add Application Gateway using Terraform on Azure

* Update documentation for App Gateway

* Scafolding

* Scafolding

* Added local provider

* variables and modules integration

* Update api-mgr resources and documentation

* Resolve merge issues with master

* First Apply

* Add resource tags to app gateway module

* Integrate comments for naming of api manager

* First Apply

* Scafolding

* Scafolding

* Added local provider

* variables and modules integration

* First Apply

* First Apply

* Add App Insights to azure using terraform

* Remove Optional and Required from variables.tf

* Update variables.tf

* Update variables.tf for api manager

* App service acts as load balancer

* ready-up for svc-plan

* Create separate module for App Insights

* Remove App Insight from AI mgmt module

* Scafolding

* Add App Service as an independent module

* Fix Merge conflicts

* Update documentation related to app-gateway

* adding more tags

* Update variable names in variables.tf

* Adding API Gateway

* Wiring app-svc

* adding vault

* Integrate review comments

* Integrate review comments for data blocks

* Update variables.tf with new variables

* Update usage documentation for API Manager and App Insights

* Update Usage documentation for App Gateway

* Update dependency documentation for Api mgmt and app insights

* Add svc plan module link

* Remove API from API manager module.

* Add API in API manager module

* Add API changes and update documentation for usage

* Add app insights to API manager

* Integrate review comments

* Update for Accepted App-Service PR

* Add source to documentation for app gateway

* Add source to documentation

* Add app insights to app service.

* Add Public IP as an optional variable instead of required

* Added App-Insight

* Update Output ID's

* Variables for template, app-insights, api-mgmt

* Add ARM deployment for API mgr inside VNET

* Merge updated Api-mgmt

* removed updated cobalt

* initial commit of azure simple

* working version of azure simple

* splitting out network components

* updating readme

* Adding ip restriction to app service

* removing APIM terraform templates from an earlier commit

* Adding app service resource ids to module output:

* added backend.tf file and merged traffifc manager profile and endpoint modules
2019-05-16 12:47:42 -05:00
Erik Schlegel d72b1fbca9
Bashwizard integration + docker-free test runner (#81)
* Integrated bashwizard to project

* applying bashwozard changes

* Adding support for a docker-free test runner option

* removing terraform plan files

* restoring provider

* removing ignored files

* Updating readme

* Adding terminal set

* updated the readme to point to the latest base image

* updating readme

* ran dos2unix on .env and .sh files

* stashing changes

* Adding tf state env vars

* adding more logging for remote state

* adding more logging for remote state

* adding more logging for remote state

* removing debug logging
2019-05-14 17:30:29 -05:00
Nicholas M. Iodice ec2b15ce67
Ran `terraform fmt` on all terraform packages (#98) 2019-05-13 17:24:04 -04:00
Nicholas M. Iodice 46ad926084
Fixed some typos in README and clarified some sentences as well. (#83) 2019-05-13 15:51:14 -04:00
manojvazirani a2d24b7066
Configure and deploy an Azure Application Gateway (#77)
* Add Application Gateway using Terraform on Azure

* Update documentation for App Gateway

* Add resource tags to app gateway module

* Update documentation related to app-gateway

* Update variable names in variables.tf

* Integrate review comments for data blocks

* Update variables.tf with new variables

* Update Usage documentation for App Gateway

* Integrate review comments

* Add source to documentation for app gateway

* Add Public IP as an optional variable instead of required

* Update documentation for App Gateway

* Add variable for subnet ID in  frontend_ip_configuration
2019-05-07 10:03:49 -04:00
manojvazirani 410545e66f
Fixes for Usage documentation in service plan module (#80)
* Fixes for documentation in service plan module

* Add source to documentation
2019-05-02 12:47:47 -04:00
manojvazirani 2c993abfa8
Configure and deploy an Azure App Service (#74)
* Add App Service to Azure using Terraform Templates

* Add App Service under App Service Plan module

* Remove additional files for app-service created

* Add public Ip and load balancer to app service

* Resolve merge issues with master

* Remove Optional and Required from variables.tf

* Update variables.tf

* App service acts as load balancer

* Add App Service as an independent module

* Fix Merge conflicts

* Add multiple App Service Deployment Changes

* Add type for every variable in variables.tf

* Update to documentation for usage

* Integrate review comments for Docker credentials

* Create app service map with image tags
2019-05-01 10:30:06 -04:00
Erik Schlegel 0de406e76c
Update main project readme (#79)
* # This is a combination of 99 commits.
# This is the 1st commit message:

Adding docker test base image

# This is the commit message #2:

Adding test files

# This is the commit message #3:

testing

# This is the commit message #4:

Added folder

# This is the commit message #5:

Added folder

# This is the commit message #6:

Azure Devops CI Build Pipeline (#67)

* Adding azure devops build pipeline

* Adding README

* Adding azure build badge

# This is the commit message #7:

saving latest tests

# This is the commit message #8:

Adding docker test base image (#68)


# This is the commit message #9:

EOD checkin

# This is the commit message #10:

posting latest

# This is the commit message #11:

eod commits

# This is the commit message #12:

eod commit

# This is the commit message #13:

refactored test directory structure

# This is the commit message #14:

Refactored build

# This is the commit message #15:

Adding hello world azure simple app

# This is the commit message #16:

Adding hello world azure simple app

# This is the commit message #17:

refactoring test harness

# This is the commit message #18:

refactoring test harness

# This is the commit message #19:

checking latest

# This is the commit message #20:

committing latest

# This is the commit message #21:

checking in latest changes

# This is the commit message #22:

Checking in latest progress

# This is the commit message #23:

applying final touches before PR submission

# This is the commit message #24:

updating azure keyvault secret names

# This is the commit message #25:

Checking in latest progress

# This is the commit message #26:

pushing latest pipeline definition

# This is the commit message #27:

updating build pipeline variable format

# This is the commit message #28:

updating build pipeline variable format

# This is the commit message #29:

cleaning up build variables

# This is the commit message #30:

adding minor changes to azure build pipeline

# This is the commit message #31:

updating azure keyvault secret names

# This is the commit message #32:

updating azure keyvault secret names

# This is the commit message #33:

fixing docker login azdo step

# This is the commit message #34:

fixing docker login azdo step

# This is the commit message #35:

fixing docker login azdo step

# This is the commit message #36:

fixing docker login azdo step

# This is the commit message #37:

updating build pipeline variables

# This is the commit message #38:

updating build pipeline variables

# This is the commit message #39:

updating build pipeline variables

# This is the commit message #40:

updating build pipeline variables

# This is the commit message #41:

updating build pipeline variables

# This is the commit message #42:

updating build pipeline variables

# This is the commit message #43:

applying fix to git diff script

# This is the commit message #44:

applying fix to git diff script

# This is the commit message #45:

applying fix to git diff script

# This is the commit message #46:

applying fix to git diff script

# This is the commit message #47:

applying fix to git diff script

# This is the commit message #48:

resolving pipeline bug

# This is the commit message #49:

fixing build error

# This is the commit message #50:

fixing build error

# This is the commit message #51:

fixing build error

# This is the commit message #52:

fixing build error

# This is the commit message #53:

fixing build error

# This is the commit message #54:

fixing build error

# This is the commit message #55:

fixing build error

# This is the commit message #56:

fixing build error

# This is the commit message #57:

fixing build error

# This is the commit message #58:

fixing build error

# This is the commit message #59:

fixing build error

# This is the commit message #60:

fixing build error

# This is the commit message #61:

fixing build error

# This is the commit message #62:

fixing build error

# This is the commit message #63:

fixing build error

# This is the commit message #64:

fixing build error

# This is the commit message #65:

fixing build error

# This is the commit message #66:

fixing build error

# This is the commit message #67:

fixing build error

# This is the commit message #68:

fixing build error

# This is the commit message #69:

fixing build error

# This is the commit message #70:

fixing build error

# This is the commit message #71:

fixing build error

# This is the commit message #72:

fixing build error

# This is the commit message #73:

trying acr fix

# This is the commit message #74:

latest changes

# This is the commit message #75:

removing docker dependency on azure devops pipeline

# This is the commit message #76:

removing docker dependency on azure devops pipeline

# This is the commit message #77:

removing docker dependency on azure devops pipeline

# This is the commit message #78:

removing docker dependency on azure devops pipeline

# This is the commit message #79:

removing docker dependency on azure devops pipeline

# This is the commit message #80:

removing docker dependency on azure devops pipeline

# This is the commit message #81:

removing docker dependency on azure devops pipeline

# This is the commit message #82:

removing docker dependency on azure devops pipeline

# This is the commit message #83:

removing docker dependency on azure devops pipeline

# This is the commit message #84:

removing docker dependency on azure devops pipeline

# This is the commit message #85:

removing docker dependency on azure devops pipeline

# This is the commit message #86:

removing docker dependency on azure devops pipeline

# This is the commit message #87:

removing docker dependency on azure devops pipeline

# This is the commit message #88:

removing docker dependency on azure devops pipeline

# This is the commit message #89:

removing docker dependency on azure devops pipeline

# This is the commit message #90:

removing docker dependency on azure devops pipeline

# This is the commit message #91:

removing docker dependency on azure devops pipeline

# This is the commit message #92:

removing docker dependency on azure devops pipeline

# This is the commit message #93:

removing docker dependency on azure devops pipeline

# This is the commit message #94:

removing docker dependency on azure devops pipeline

# This is the commit message #95:

removing docker dependency on azure devops pipeline

# This is the commit message #96:

removing docker dependency on azure devops pipeline

# This is the commit message #97:

removing docker dependency on azure devops pipeline

# This is the commit message #98:

final commit including resource name randomization

# This is the commit message #99:

Add provider to configure az infra for Terraform

* resolving merge conflicts for squash

Updated documentation based on review comments

Integrate review comments for documentation.

Add usage example for each of the providers

Adding environment template descriptions

removing go version var from azdo pipeline as it's unused

removing unused setup folder

adding more verbose logging for azure devops failure

fixing pull request branch name resolution bug

fixing pull request branch name resolution bug

addressing nick's pr comments

documenting script and docker images

cleaning up required env var check

fixing base branch bug

Added service plan terraform templates to Azure

Adding tags for resources

Integrate review comments to add random id to name

Add tags, capacity and reserved for service plan

Minor Fixes for documentation

Integrate review comments related to resource naming

Remove Optional and Required in variables.tf

Update variables.tf

Update Service Plan Tier to Isolated

squaching commits

applied base image suggestions from nick

* squashing commits and slimming down the build image

* removing go* path from azure devops pipeline as we removed go mods

* refactoring our azure devops pipeline so it's aligned with the local test runner

* fixing azure devops pipeline bug

* fixing base image build variable reference bug

* Addressing nick's PR comments

* resolving issue with failed builds after completing branches merges

* addressing a bug where test harness directory changes were not getting picked up by the harness

* removing local echo statement

* Adding directory exists check and app service container command variable

* addressing nick's PR comments

* adding git diff extension whitelist filter

* Overhauling main project readme

* Adding james to the readme

* Update README.md

* Updating readme from the test-harness directory
2019-04-30 17:41:53 -04:00
Erik Schlegel e6cdf65ae3
Integration test fix for branch merges (#78)
* # This is a combination of 99 commits.
# This is the 1st commit message:

Adding docker test base image

# This is the commit message #2:

Adding test files

# This is the commit message #3:

testing

# This is the commit message #4:

Added folder

# This is the commit message #5:

Added folder

# This is the commit message #6:

Azure Devops CI Build Pipeline (#67)

* Adding azure devops build pipeline

* Adding README

* Adding azure build badge

# This is the commit message #7:

saving latest tests

# This is the commit message #8:

Adding docker test base image (#68)


# This is the commit message #9:

EOD checkin

# This is the commit message #10:

posting latest

# This is the commit message #11:

eod commits

# This is the commit message #12:

eod commit

# This is the commit message #13:

refactored test directory structure

# This is the commit message #14:

Refactored build

# This is the commit message #15:

Adding hello world azure simple app

# This is the commit message #16:

Adding hello world azure simple app

# This is the commit message #17:

refactoring test harness

# This is the commit message #18:

refactoring test harness

# This is the commit message #19:

checking latest

# This is the commit message #20:

committing latest

# This is the commit message #21:

checking in latest changes

# This is the commit message #22:

Checking in latest progress

# This is the commit message #23:

applying final touches before PR submission

# This is the commit message #24:

updating azure keyvault secret names

# This is the commit message #25:

Checking in latest progress

# This is the commit message #26:

pushing latest pipeline definition

# This is the commit message #27:

updating build pipeline variable format

# This is the commit message #28:

updating build pipeline variable format

# This is the commit message #29:

cleaning up build variables

# This is the commit message #30:

adding minor changes to azure build pipeline

# This is the commit message #31:

updating azure keyvault secret names

# This is the commit message #32:

updating azure keyvault secret names

# This is the commit message #33:

fixing docker login azdo step

# This is the commit message #34:

fixing docker login azdo step

# This is the commit message #35:

fixing docker login azdo step

# This is the commit message #36:

fixing docker login azdo step

# This is the commit message #37:

updating build pipeline variables

# This is the commit message #38:

updating build pipeline variables

# This is the commit message #39:

updating build pipeline variables

# This is the commit message #40:

updating build pipeline variables

# This is the commit message #41:

updating build pipeline variables

# This is the commit message #42:

updating build pipeline variables

# This is the commit message #43:

applying fix to git diff script

# This is the commit message #44:

applying fix to git diff script

# This is the commit message #45:

applying fix to git diff script

# This is the commit message #46:

applying fix to git diff script

# This is the commit message #47:

applying fix to git diff script

# This is the commit message #48:

resolving pipeline bug

# This is the commit message #49:

fixing build error

# This is the commit message #50:

fixing build error

# This is the commit message #51:

fixing build error

# This is the commit message #52:

fixing build error

# This is the commit message #53:

fixing build error

# This is the commit message #54:

fixing build error

# This is the commit message #55:

fixing build error

# This is the commit message #56:

fixing build error

# This is the commit message #57:

fixing build error

# This is the commit message #58:

fixing build error

# This is the commit message #59:

fixing build error

# This is the commit message #60:

fixing build error

# This is the commit message #61:

fixing build error

# This is the commit message #62:

fixing build error

# This is the commit message #63:

fixing build error

# This is the commit message #64:

fixing build error

# This is the commit message #65:

fixing build error

# This is the commit message #66:

fixing build error

# This is the commit message #67:

fixing build error

# This is the commit message #68:

fixing build error

# This is the commit message #69:

fixing build error

# This is the commit message #70:

fixing build error

# This is the commit message #71:

fixing build error

# This is the commit message #72:

fixing build error

# This is the commit message #73:

trying acr fix

# This is the commit message #74:

latest changes

# This is the commit message #75:

removing docker dependency on azure devops pipeline

# This is the commit message #76:

removing docker dependency on azure devops pipeline

# This is the commit message #77:

removing docker dependency on azure devops pipeline

# This is the commit message #78:

removing docker dependency on azure devops pipeline

# This is the commit message #79:

removing docker dependency on azure devops pipeline

# This is the commit message #80:

removing docker dependency on azure devops pipeline

# This is the commit message #81:

removing docker dependency on azure devops pipeline

# This is the commit message #82:

removing docker dependency on azure devops pipeline

# This is the commit message #83:

removing docker dependency on azure devops pipeline

# This is the commit message #84:

removing docker dependency on azure devops pipeline

# This is the commit message #85:

removing docker dependency on azure devops pipeline

# This is the commit message #86:

removing docker dependency on azure devops pipeline

# This is the commit message #87:

removing docker dependency on azure devops pipeline

# This is the commit message #88:

removing docker dependency on azure devops pipeline

# This is the commit message #89:

removing docker dependency on azure devops pipeline

# This is the commit message #90:

removing docker dependency on azure devops pipeline

# This is the commit message #91:

removing docker dependency on azure devops pipeline

# This is the commit message #92:

removing docker dependency on azure devops pipeline

# This is the commit message #93:

removing docker dependency on azure devops pipeline

# This is the commit message #94:

removing docker dependency on azure devops pipeline

# This is the commit message #95:

removing docker dependency on azure devops pipeline

# This is the commit message #96:

removing docker dependency on azure devops pipeline

# This is the commit message #97:

removing docker dependency on azure devops pipeline

# This is the commit message #98:

final commit including resource name randomization

# This is the commit message #99:

Add provider to configure az infra for Terraform

* resolving merge conflicts for squash

Updated documentation based on review comments

Integrate review comments for documentation.

Add usage example for each of the providers

Adding environment template descriptions

removing go version var from azdo pipeline as it's unused

removing unused setup folder

adding more verbose logging for azure devops failure

fixing pull request branch name resolution bug

fixing pull request branch name resolution bug

addressing nick's pr comments

documenting script and docker images

cleaning up required env var check

fixing base branch bug

Added service plan terraform templates to Azure

Adding tags for resources

Integrate review comments to add random id to name

Add tags, capacity and reserved for service plan

Minor Fixes for documentation

Integrate review comments related to resource naming

Remove Optional and Required in variables.tf

Update variables.tf

Update Service Plan Tier to Isolated

squaching commits

applied base image suggestions from nick

* squashing commits and slimming down the build image

* removing go* path from azure devops pipeline as we removed go mods

* refactoring our azure devops pipeline so it's aligned with the local test runner

* fixing azure devops pipeline bug

* fixing base image build variable reference bug

* Addressing nick's PR comments

* resolving issue with failed builds after completing branches merges

* addressing a bug where test harness directory changes were not getting picked up by the harness

* removing local echo statement

* Adding directory exists check and app service container command variable

* addressing nick's PR comments

* adding git diff extension whitelist filter
2019-04-26 18:26:27 -05:00
Erik Schlegel 5070b6628e
Erisch/features/devops/integration tests (#75)
* # This is a combination of 99 commits.
# This is the 1st commit message:

Adding docker test base image

# This is the commit message #2:

Adding test files

# This is the commit message #3:

testing

# This is the commit message #4:

Added folder

# This is the commit message #5:

Added folder

# This is the commit message #6:

Azure Devops CI Build Pipeline (#67)

* Adding azure devops build pipeline

* Adding README

* Adding azure build badge

# This is the commit message #7:

saving latest tests

# This is the commit message #8:

Adding docker test base image (#68)


# This is the commit message #9:

EOD checkin

# This is the commit message #10:

posting latest

# This is the commit message #11:

eod commits

# This is the commit message #12:

eod commit

# This is the commit message #13:

refactored test directory structure

# This is the commit message #14:

Refactored build

# This is the commit message #15:

Adding hello world azure simple app

# This is the commit message #16:

Adding hello world azure simple app

# This is the commit message #17:

refactoring test harness

# This is the commit message #18:

refactoring test harness

# This is the commit message #19:

checking latest

# This is the commit message #20:

committing latest

# This is the commit message #21:

checking in latest changes

# This is the commit message #22:

Checking in latest progress

# This is the commit message #23:

applying final touches before PR submission

# This is the commit message #24:

updating azure keyvault secret names

# This is the commit message #25:

Checking in latest progress

# This is the commit message #26:

pushing latest pipeline definition

# This is the commit message #27:

updating build pipeline variable format

# This is the commit message #28:

updating build pipeline variable format

# This is the commit message #29:

cleaning up build variables

# This is the commit message #30:

adding minor changes to azure build pipeline

# This is the commit message #31:

updating azure keyvault secret names

# This is the commit message #32:

updating azure keyvault secret names

# This is the commit message #33:

fixing docker login azdo step

# This is the commit message #34:

fixing docker login azdo step

# This is the commit message #35:

fixing docker login azdo step

# This is the commit message #36:

fixing docker login azdo step

# This is the commit message #37:

updating build pipeline variables

# This is the commit message #38:

updating build pipeline variables

# This is the commit message #39:

updating build pipeline variables

# This is the commit message #40:

updating build pipeline variables

# This is the commit message #41:

updating build pipeline variables

# This is the commit message #42:

updating build pipeline variables

# This is the commit message #43:

applying fix to git diff script

# This is the commit message #44:

applying fix to git diff script

# This is the commit message #45:

applying fix to git diff script

# This is the commit message #46:

applying fix to git diff script

# This is the commit message #47:

applying fix to git diff script

# This is the commit message #48:

resolving pipeline bug

# This is the commit message #49:

fixing build error

# This is the commit message #50:

fixing build error

# This is the commit message #51:

fixing build error

# This is the commit message #52:

fixing build error

# This is the commit message #53:

fixing build error

# This is the commit message #54:

fixing build error

# This is the commit message #55:

fixing build error

# This is the commit message #56:

fixing build error

# This is the commit message #57:

fixing build error

# This is the commit message #58:

fixing build error

# This is the commit message #59:

fixing build error

# This is the commit message #60:

fixing build error

# This is the commit message #61:

fixing build error

# This is the commit message #62:

fixing build error

# This is the commit message #63:

fixing build error

# This is the commit message #64:

fixing build error

# This is the commit message #65:

fixing build error

# This is the commit message #66:

fixing build error

# This is the commit message #67:

fixing build error

# This is the commit message #68:

fixing build error

# This is the commit message #69:

fixing build error

# This is the commit message #70:

fixing build error

# This is the commit message #71:

fixing build error

# This is the commit message #72:

fixing build error

# This is the commit message #73:

trying acr fix

# This is the commit message #74:

latest changes

# This is the commit message #75:

removing docker dependency on azure devops pipeline

# This is the commit message #76:

removing docker dependency on azure devops pipeline

# This is the commit message #77:

removing docker dependency on azure devops pipeline

# This is the commit message #78:

removing docker dependency on azure devops pipeline

# This is the commit message #79:

removing docker dependency on azure devops pipeline

# This is the commit message #80:

removing docker dependency on azure devops pipeline

# This is the commit message #81:

removing docker dependency on azure devops pipeline

# This is the commit message #82:

removing docker dependency on azure devops pipeline

# This is the commit message #83:

removing docker dependency on azure devops pipeline

# This is the commit message #84:

removing docker dependency on azure devops pipeline

# This is the commit message #85:

removing docker dependency on azure devops pipeline

# This is the commit message #86:

removing docker dependency on azure devops pipeline

# This is the commit message #87:

removing docker dependency on azure devops pipeline

# This is the commit message #88:

removing docker dependency on azure devops pipeline

# This is the commit message #89:

removing docker dependency on azure devops pipeline

# This is the commit message #90:

removing docker dependency on azure devops pipeline

# This is the commit message #91:

removing docker dependency on azure devops pipeline

# This is the commit message #92:

removing docker dependency on azure devops pipeline

# This is the commit message #93:

removing docker dependency on azure devops pipeline

# This is the commit message #94:

removing docker dependency on azure devops pipeline

# This is the commit message #95:

removing docker dependency on azure devops pipeline

# This is the commit message #96:

removing docker dependency on azure devops pipeline

# This is the commit message #97:

removing docker dependency on azure devops pipeline

# This is the commit message #98:

final commit including resource name randomization

# This is the commit message #99:

Add provider to configure az infra for Terraform

* resolving merge conflicts for squash

Updated documentation based on review comments

Integrate review comments for documentation.

Add usage example for each of the providers

Adding environment template descriptions

removing go version var from azdo pipeline as it's unused

removing unused setup folder

adding more verbose logging for azure devops failure

fixing pull request branch name resolution bug

fixing pull request branch name resolution bug

addressing nick's pr comments

documenting script and docker images

cleaning up required env var check

fixing base branch bug

Added service plan terraform templates to Azure

Adding tags for resources

Integrate review comments to add random id to name

Add tags, capacity and reserved for service plan

Minor Fixes for documentation

Integrate review comments related to resource naming

Remove Optional and Required in variables.tf

Update variables.tf

Update Service Plan Tier to Isolated

squaching commits

applied base image suggestions from nick

* squashing commits and slimming down the build image

* removing go* path from azure devops pipeline as we removed go mods

* refactoring our azure devops pipeline so it's aligned with the local test runner

* fixing azure devops pipeline bug

* fixing base image build variable reference bug

* Addressing nick's PR comments
2019-04-25 16:22:25 -05:00
manojvazirani 8dfab58261
Merge pull request #72 from Microsoft/mavazira/features/svcplan
Configure and deploy an Azure Service Plan
2019-04-24 15:17:57 -04:00
manojvazirani c8a0b9d50c Update Service Plan Tier to Isolated 2019-04-24 14:28:49 -04:00
manojvazirani 82159539eb
Update variables.tf 2019-04-24 12:33:34 -04:00
manojvazirani 4923ef62f2
Remove Optional and Required in variables.tf 2019-04-24 12:24:07 -04:00
manojvazirani beaaba9911 Integrate review comments related to resource naming 2019-04-23 16:47:39 -04:00
manojvazirani 12fc4e2257 Merge branch 'master' of github.com:Microsoft/entref-appservice-containers into mavazira/features/svcplan 2019-04-23 10:53:29 -04:00
manojvazirani bfb2f4eba8
Merge pull request #69 from Microsoft/mavazira/features/provider
Add Provider that configures Azure infrastructure for Terraform
2019-04-23 10:05:45 -04:00
manojvazirani 4419a94fac Minor Fixes for documentation 2019-04-22 12:23:42 -04:00
manojvazirani 161794d7b6 Add tags, capacity and reserved for service plan 2019-04-22 11:53:53 -04:00
manojvazirani 7b509d5bc9 Integrate review comments to add random id to name 2019-04-18 17:08:41 -04:00
manojvazirani 9e85993225 Merge branch 'master' of github.com:Microsoft/entref-appservice-containers into mavazira/features/provider 2019-04-18 15:12:09 -04:00
manojvazirani 28cfe654a3 Add usage example for each of the providers 2019-04-18 14:11:27 -04:00
manojvazirani 68fe2875f5 Adding tags for resources 2019-04-18 12:29:08 -04:00
manojvazirani cd7f229373 Remove provider file changes for service plan 2019-04-17 11:41:34 -04:00
manojvazirani 35bc475a7d Integrate review comments for documentation. 2019-04-17 11:32:18 -04:00
manojvazirani 836dd9d659 Updated documentation based on review comments 2019-04-16 13:01:17 -04:00
Erik Schlegel 7bb513f4bc
Adding docker test base image (#68) 2019-04-16 07:54:17 -05:00