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

950 Коммитов

Автор SHA1 Сообщение Дата
Karsten Bott ac169a3a00 Change VM Public IP to not contain RG Name (#313) 2018-01-29 16:52:47 -08:00
Vaibhav Patel 1d84aaa5e6 Minikube Template Pull Request (#325)
* iniitial commit minikube template

* changing script url

* fix script url to rawcontent, otherwise script download happens with html content

* adding auto yes option for apt-get commands

* Moving the template under different folder to follow the convention

* Update script.sh

* Create script1.sh

* Update script.sh

* Delete script1.sh

* Addressing code review comments

* adding default security rule for remote desktop

* removing older script call

* Create script1.sh

* Update script1.sh

* Create samples

* Add files via upload

* Update README.md

* Update README.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update README.md

* Update README.md

* Update README.md

* Update script.sh

* Delete script1.sh

* Update README.md

* Update README.md

* Update README.md

* Update azuredeploy.parameters.json

* Update README.md

* Update README.md

* Update README.md

* Create script1.sh

* Update script1.sh

* Delete script1.sh

* Update script.sh

* Update azuredeploy.json

* Update azuredeploy.parameters.json

* Update README.md

* Update README.md

* Update azuredeploy.json

removing 14.04 version from supported list

* Add files via upload

* Update README.md

* Update README.md
2018-01-29 10:29:37 -08:00
vikasnav 63471dae93
Adding License file 2018-01-28 17:23:08 -08:00
Nik Charlebois 4b8a827985 Fixed Deploy button link (#322)
* Fixed Deploy button link

* Use Win2016 DataCenter

* Removed CredSSP calls

* Updated DSC

* Updates Farm creds

* Final Fixes tested in local test branch
2018-01-08 15:36:25 -08:00
sumantshiv a3e2378c82 Add new param file for CentOS 7.4 (#324) 2018-01-08 15:36:11 -08:00
srimathiS 23154e094e
Merge pull request #323 from sumantshiv/master
Update exchange ISO URL.
2017-12-21 13:57:15 -08:00
Sumant Shiv ea71234862 Update exchange ISO url. 2017-12-20 12:12:36 -08:00
sumantshiv 4f2059d2b7
Merge pull request #23 from Azure/master
Merge from Azure:Master
2017-12-20 12:10:20 -08:00
vikasnav f5018ae138
Make windows server 2012 default for SQL 2014 (#321) 2017-12-17 23:25:46 -08:00
vikasnav 15761306f8
Adding sql 2014 deployment on Windows Server 2012 (#320) 2017-12-17 23:22:41 -08:00
Nik Charlebois b702e8e417 Added a new SharePoint 2016 Non-HA template (#319)
* Added the SharePoint 2016 Template

* Updated Package

* Last value change
2017-12-17 22:37:23 -08:00
Ned Bellavance 43c9e841a9 Remove capitalization in dnsNameForPublicIP (#310)
dnsNameForPublicIP doesn't allow capital letters.
2017-12-14 16:54:43 -08:00
Ned Bellavance bb488f1520 Remove vmExtensionScriptLocation value (#311)
The correct value is in the defaultValue for the parameters.  The value listed in this file is incorrect and causes the custom script to fail.  Refers to issue: https://github.com/Azure/AzureStack-QuickStart-Templates/issues/307
2017-12-14 16:54:09 -08:00
Karsten Bott 0baac580fc Update azuredeploy.json (#312) 2017-12-14 16:53:34 -08:00
Karsten Bott aa4d5e0b9b Azure Deploy for SQL Hosting Server API Update (#314)
* Azure Deploy for SQL Hosting Server API Update

Updated to 2017-08-28

* Create README.md

* Add WebApp Serviceplan

* azure app plan

* changed name to appname fro ms bug
2017-12-14 16:52:45 -08:00
Karsten Bott 4d6a3796ca changed inbound port from rdp to ssh (#315)
assuming we do need ssh and not rdp, so changing fwrule from 3899 t0 22
2017-12-14 16:48:27 -08:00
Radhika Gupta b6bc70c271 Product VHD for SUSE 12 SP3 changed in marketplace feed. (#318)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.

* VMSS Template Linux: Use an existing VNET and large scale.

* Fixing deleted file

* Make sure that installs are not waiting on user input.

* Market place VHD switched to use SUSE 12 SP3.

* Keep SUSE 12 SP2 for our runs.
2017-12-14 16:48:04 -08:00
sumantshiv 6c496bf23f
Merge pull request #22 from Azure/master
Merge from Azure:Master
2017-11-28 15:25:04 -08:00
Shriram Natarajan c59fb41e41 Merge pull request #308 from shriramnat/master
Update 2016-Datacenter-Core to 2016-Datacenter-Server-Core
2017-10-25 11:35:25 -07:00
Shriram Natarajan f3721f6b3e Update azuredeploy.json 2017-10-24 15:24:00 -07:00
Shriram Natarajan c2481b4c3d Update azuredeploy.json 2017-10-24 15:23:42 -07:00
Shriram Natarajan 8d4c683a08 Update azuredeploy.json 2017-10-24 15:23:25 -07:00
Shriram Natarajan 844dc478f6 Update azuredeploy.json 2017-10-24 15:22:52 -07:00
Shriram Natarajan 1ad354ac52 Update azuredeploy.json 2017-10-24 15:22:22 -07:00
pagariyaalok 1c23ec7d12 added domain name label (#306) 2017-10-17 11:03:23 -07:00
pagariyaalok c47c462809 Alpagari (#305)
* ARM template to create standalone file server

ARM template to create standalone file server which can be used during App Service deployment on Azure Stack.

* Script path updated

1) Script relative path updated
2) Readm me updated to include Azure deploy link
2017-10-16 16:32:42 -07:00
pagariyaalok 72d30ab9bb ARM template to create standalone file server (#304)
ARM template to create standalone file server which can be used during App Service deployment on Azure Stack.
2017-10-16 11:36:35 -07:00
sumantshiv c902bc48d5 Fix ps command not to use piped input as it does not work on cmd prompt. (#303)
* Multiple VMs Availability set quick start template - initial checkin.

* Add Parameters json file.

* Added Metadat json and readme files

* CR feedback addressed.

* Update DSC resource to have absolute data disk numbers.

* Updated xSqlPs DSC resource

* Using WS2012 R2 image for SQL VM because of corresponding DSC resource.

* Updated DSC resource for xSqlServerSetup

* Fixed SqlAsset location

* BugFix 12568338 - QuickStart Template<exchange-2016-non-ha> deployment has a failure on master run

* Update VM size for exchange VM to Standard_D2.

* Fix PSCommand to not to use piped input as it does not work from cmd prompt.

* Update command parameter
2017-10-08 14:03:27 -07:00
sumantshiv 3e400e9bfb Merge pull request #21 from Azure/master
Merge from Azure:Master
2017-10-07 14:14:34 -07:00
bganapa 74ef76d0b6 Adding a template with Api Profile, converted the 101-vm-windows-create to use api profile (#300)
* 101-vm-windows-create updating to the latest api-versions supported by azure stack

* Updating template to use api profile removing the api-versions
2017-10-05 18:57:48 -07:00
sumantshiv d7e56e74d9 Fix sql for new images (#301)
* Multiple VMs Availability set quick start template - initial checkin.

* Add Parameters json file.

* Added Metadat json and readme files

* CR feedback addressed.

* Update DSC resource to have absolute data disk numbers.

* Updated xSqlPs DSC resource

* Using WS2012 R2 image for SQL VM because of corresponding DSC resource.

* Updated DSC resource for xSqlServerSetup

* Fixed SqlAsset location

* BugFix 12568338 - QuickStart Template<exchange-2016-non-ha> deployment has a failure on master run

* Update VM size for exchange VM to Standard_D2.

* Add a step to install .Net3.5 in the DSC configuration.

* Use Get-NetAdapter instead of hardcoding Net adapter name

* Fix for not to use hardcoded name for net adapter.

* Fixed the command
2017-10-05 18:57:30 -07:00
Radhika Gupta e3c47206c3 Updating the Swarm and Swarm mode templates to latest ACS engine templates. (#302)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.

* VMSS Template Linux: Use an existing VNET and large scale.

* Fixing deleted file

* Make sure that installs are not waiting on user input.

* Updating the Swarm and Swarm mode templates to latest ACS engine templates.
2017-10-05 18:57:17 -07:00
sumantshiv 72d232b027 Removing periods from Diagnostics extension resource name. (#298)
* Multiple VMs Availability set quick start template - initial checkin.

* Add Parameters json file.

* Added Metadat json and readme files

* CR feedback addressed.

* Update DSC resource to have absolute data disk numbers.

* Updated xSqlPs DSC resource

* Using WS2012 R2 image for SQL VM because of corresponding DSC resource.

* Updated DSC resource for xSqlServerSetup

* Fixed SqlAsset location

* BugFix 12568338 - QuickStart Template<exchange-2016-non-ha> deployment has a failure on master run

* Update VM size for exchange VM to Standard_D2.

* Removing periods from Diagnostics extension resource name.
2017-09-26 16:02:35 -07:00
Radhika Gupta 65127bf175 Make sure that installs are not waiting on user input. (#299)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.

* VMSS Template Linux: Use an existing VNET and large scale.

* Fixing deleted file

* Make sure that installs are not waiting on user input.
2017-09-26 16:02:21 -07:00
sumantshiv f9702db5a0 Merge pull request #17 from Azure/master
Merge from Azure:Master
2017-09-26 14:35:25 -07:00
sumantshiv bb40f72ba5 Sql Always-On configuration deployment (#294)
* Sql Always On deployment as per Azure.

* OS disk changes for all the VMs.

* Updated Parameters name.

* Data disk sizes update.

* Update the AD DSC resources for WS2016

* Added NSG to the deployment.

* Update dependency.

* Setting nsgID on NICs.

* Update handler version.

* Updated Primary AD configuration with dns forwarders.

* Added xDNS DSC resource.

* updating resource names.

* updated variable.

* Updating Sql disk size.

* Adding public IP for witness share VM

* Updated dependency

* Undo public IP for witness changes.

* Remove Backend AD occurances.

* Increase SQL VM disk sizes to 1TB

* Updated Sql DSC resource to look for correct storage subsystem.

* Update to DSC configuration dependency chain

* Updated Sql DSC config and dependency chain.

* Update publisher name.

* Update publisher to 'MicrosoftWindowsServer'

* Sql Always on changes wrt Azure template.

* fixed syntax error in VM2 template.

* fixed syntax error in diagnostic uri.

* Fixed braces in VM2

* Drive letter updates for the Sql configuration.

* Update drive letter for Sql configuration

* Update drive letters logic for DSC configuration.

* Update drive letter variable in dsc configuration.

* Fixed the starting drive letter as f:

* Updated drive letter in DSC config to F: as thats expected everywhere.

* Multiple VMs Availability set quick start template - initial checkin.

* Add Parameters json file.

* Added Metadat json and readme files

* CR feedback addressed.

* Set defaults.

* Update DSC resource to have absolute data disk numbers.

* Updated xSqlPs DSC resource

* Using WS2012 R2 image for SQL VM because of corresponding DSC resource.

* Updated DSC resource for xSqlServerSetup

* Fixed SqlAsset location

* Parameters.json, metadata.json and readme added.

* Deffering SQL NIC creation after AD deployment.

* Removed unwanted parameter.

* Added required parameter.

* Updated NIC configuration.

* Enable public Load balancer

* Updated variable issue.

* Removed subnet from LBFE because of public IP.

* Reduced disk size from 1000GB to 128 GB.

* BugFix 12568338 - QuickStart Template<exchange-2016-non-ha> deployment has a failure on master run

* Making public IP address available to ConfigureAlwaysOn template input.

* Fix variable issues.

* Made IP Address static for Sql listener.

* Template cosmetic changes for github version.

* Update asset location.

* Updates to some variables and parameters.

* Added Standard_A2 VM size.

* Updated readme with configuration details.

* Readme update.

* Updated metadata.

* Updated Readme.

* Update asset location to Azure master

* Updated API versions.

* Update StorageAccounts API version to 2015-06-15

* Update StorageAccountsAPI version to 2016-01-01

* Add DNS names to SQL VMs.

* fixed error in variable name.

* update branch name after merge.

* Update branch name to Azure:Master

* Create public IP for the File share witness VM.

* Adding reverseFQDN property to public IPs

* Auto upgrade minor version for DSC extension set to true.

* Update DSC extesnsion autoUpgradeMinorVersion to true

* Enable Mixed mode SQL setup

* Update artifacts path

* Allow SQL service account access on FSW share

* Updates to DSC resources.

* Update resource schema mof file.

* Updated user context in the DSC resource

* Enable contained DB using DSC configuration.

* Grant share access to sqlservice account

* Revert "Grant share access to sqlservice account"

This reverts commit 77d055a5ac.

* Updated Readme Content.

* File share access custom script

* GrantFileshareAccess template

* Added step to grant access to file share

* Minor fixes related to accessing variables.

* Removed public IP address for file share VM

* Updated branch Name

* Updated readme

* Pass VM data disk size as input parameter.

* Updated readme with required DSC extesnion version.

* Setting autoUpgradeMinorVersion to true.

* Fixed xSQL dsc resource for New-HadrEndpoint cmdlet.

* Fixes in xSqlServer DSC resource

* Revert "Fixes in xSqlServer DSC resource"

This reverts commit d7d0dc7a2b.

* Revert "Fixed xSQL dsc resource for New-HadrEndpoint cmdlet."

This reverts commit b5a64dd4a9.

* Removed GrantShareAccess step for public version.

* Update readme instructions.

* Update artifacts branch location

* Use -Path option for New-SqlHaDrEndpoint cmdlet instead of pipeline input.
2017-09-05 17:55:54 -07:00
Radhika Gupta 9f5a8a674e Adding more flavors of SUSE. (#292)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.

* VMSS Template Linux: Use an existing VNET and large scale.

* Fixing deleted file

* Adding more flavors of SUSE

* Add flavors of SUSE.

* Add new flavors of SUSE.
2017-08-29 11:43:32 -07:00
Jacob Buis e96e8822b0 Update README.md (#272) 2017-08-25 13:15:07 -07:00
Jacob Buis 120b7702b1 Update metadata.json (#273) 2017-08-25 13:14:46 -07:00
Jacob Buis 90256724d2 Update README.md (#274) 2017-08-25 13:14:29 -07:00
Jacob Buis 1b560606f8 Update metadata.json (#275) 2017-08-25 13:13:38 -07:00
Jacob Buis 28aeae17be Update README.md (#276) 2017-08-25 13:13:17 -07:00
Jacob Buis 0141245bd6 Update metadata.json (#277) 2017-08-25 13:12:42 -07:00
Jacob Buis 31e99e7bf4 Update README.md (#278) 2017-08-25 13:11:34 -07:00
Jacob Buis 8a1765b7e1 Update metadata.json (#279) 2017-08-25 13:11:10 -07:00
Jacob Buis 807e872353 Update metadata.json (#280) 2017-08-25 13:10:43 -07:00
Jacob Buis 30779fd07b Update metadata.json (#281) 2017-08-25 13:10:23 -07:00
Jacob Buis 841da66cdc Update README.md (#282) 2017-08-25 13:09:22 -07:00
Jacob Buis 3d03c4616f Update README.md (#283) 2017-08-25 13:08:47 -07:00
Jacob Buis ff7d762f9a Update metadata.json (#284) 2017-08-25 13:08:11 -07:00