зеркало из
1
0
Форкнуть 0
Граф коммитов

222 Коммитов

Автор SHA1 Сообщение Дата
Guang Yang 12c735d39d Merge pull request #66 from guangyang/master
fix bug
2014-03-28 16:19:43 -07:00
guangyang f3af979a4b fix bug 2014-03-28 16:19:09 -07:00
Guang Yang 73b4f7a1c7 Merge pull request #62 from coreysa/master
Added Static VNET IP and fixed a bug.
2014-03-07 08:35:17 -08:00
coreysa ae0e7e970d Update AD-DCDeploy.ps1
Fixing dash
2014-03-06 16:37:16 -08:00
coreysa 5f57762798 Update ConfigureServiceAccounts.ps1
Fixing the incorrect dash.
2014-03-06 16:11:31 -08:00
coreysa 0cce566e1b Update ConfigureServiceAccounts.ps1 2014-03-06 15:31:00 -08:00
coreysa 60b00132d5 Update ConfigureServiceAccounts.ps1 2014-03-06 15:26:42 -08:00
coreysa d8e1c5494b Update ConfigureServiceAccounts.ps1
Fixing copy/paste issues.
2014-03-06 15:24:43 -08:00
coreysa 7cefd25d42 Update AD-DCDeploy.ps1
Fixing case.
2014-03-06 15:20:35 -08:00
coreysa ebab55d893 Update ConfigureServiceAccounts.ps1
This is a bug where $VM was used but was not defined by the function. If you were lucky enough to have $VM defined previously, it would still work. 

This is a bug in the SharePoint configure service accounts that doesn't exist in the SQL or AD configure scripts so the fix is only required here.
2014-03-02 01:02:37 -08:00
coreysa 3da6924dc8 Update AD-DCDeploy.ps1
Updated the DC deployment script to configure a static internal IP, using this newest networking feature. Once static, even if you stop the VM and restart it, you will acquire the same internal address, allowing AD/DNS to continue to function in the farm. 

You can later investigate this static IP later using the below command. 

Get-AzureVM -ServiceName $ServiceName -Name $VMName | Get-AzureStaticVNETIP

Corey
2014-03-01 17:39:22 -08:00
Guang Yang ede7d236e5 Merge pull request #58 from guangyang/master
fix SQL Server VM image name
2014-01-05 21:03:16 -08:00
guangyang a74c535318 fix SQL Server VM image name 2014-01-05 21:01:00 -08:00
Maxim Lukiyanov 2ccf9a9505 Updating description 2013-12-22 13:37:20 -08:00
Maxim Lukiyanov 08bde8c627 Updating description 2013-12-19 16:18:29 -08:00
Maxim Lukiyanov c6d967ba95 Updating name 2013-12-19 00:02:33 -08:00
Maxim Lukiyanov aaa31c20b9 Updating New-HDInsightCluster to use 0.7.2 version of Azure PowerShell 2013-12-16 23:26:35 -08:00
Maxim Lukiyanov 1704d53016 Adding reference to AzCopy and md file. 2013-12-16 22:45:41 -08:00
Maxim Lukiyanov cd7c3704da Added AnalyzeWebSiteApplicationLogs.ps1 - script to analyse azure web site application logs 2013-12-16 01:06:44 -08:00
Guang Yang 5d7b77eb93 Merge pull request #52 from northtyphoon/master
Update license for VisualStudio2013 scripts
2013-11-26 10:17:20 -08:00
bindu 677f6f6f44 Update license 2013-11-20 21:29:32 -08:00
Guang Yang b40fd79180 Merge pull request #50 from northtyphoon/master
Visual Studio 2013 Image remote provision/configure scripts
2013-11-07 16:52:57 -08:00
bindu 8638a37fe2 Visual Studio 2013 Image remote provision/configure scripts 2013-11-05 10:02:21 -08:00
Maxim Lukiyanov ac6ca18213 Updating to reflect changes in 1.0 version of the HDInsight cmdlets 2013-10-29 17:51:54 -07:00
Guang Yang 39c2185df9 Merge pull request #45 from xinzh/master
Fix encoding issue
2013-10-25 17:05:26 -07:00
xinzh 0bf11847e8 Merge branch 'master' of https://github.com/WindowsAzure/azure-sdk-tools-samples
Conflicts:
	solutions/infrastructure/New-AzureSqlDwIaasVM.ps1

Ignore the parent revert change, and keep the correct fix with UTF8 by adding the BOM.
2013-10-25 16:46:44 -07:00
Guang Yang b73a4b907c Merge pull request #44 from guangyang/master
Revert "fixing format issue to make technet upload tool works"
2013-10-25 14:17:24 -07:00
Guang Yang b3790e1059 Revert "fixing format issue to make technet upload tool works"
This reverts commit 3b1e13d341.
2013-10-25 14:14:51 -07:00
xinzh cb30053dc6 Fix the encoding from "UTF8 without BOM" to "UTF" 2013-10-23 17:48:56 -07:00
xinzh 865d1cb429 Merge pull request #1 from WindowsAzure/master
pull latest changes
2013-10-23 14:53:12 -07:00
Guang Yang dacdf790d9 Delete place-holder.txt 2013-10-09 18:35:24 -07:00
Guang Yang 8f244cfb97 Rename readme.md to _New-HDInsightCluster.md 2013-10-09 18:34:58 -07:00
Maxim Lukiyanov 5c915f2b9f Updated to use version 0.10 of HDInsight cmdlets 2013-10-08 09:25:36 -07:00
Guang Yang 11ce92306a Merge pull request #43 from guangyang/master
fixing format issue to make technet upload tool works
2013-10-07 18:49:43 -07:00
unknown 3b1e13d341 fixing format issue to make technet upload tool works 2013-10-07 18:48:15 -07:00
Guang Yang de6d760c45 Merge pull request #41 from MostafaMokhtar/master
Update New-AzureSqlDwIaasVM.ps1
2013-10-04 16:30:43 -07:00
Guang Yang c9f4f92676 Merge pull request #42 from MostafaMokhtar/patch-1
Update New-AzureSqlDwIaasVM.ps1
2013-10-04 16:30:33 -07:00
MostafaMokhtar 482a3cc6fa Update New-AzureSqlDwIaasVM.ps1 2013-10-04 16:19:45 -07:00
MostafaMokhtar 3332e9cbac Update New-AzureSqlDwIaasVM.ps1 2013-10-04 16:18:43 -07:00
MostafaMokhtar 90cff3b6ca Update New-AzureSqlDwIaasVM.ps1
Fix XML file name
2013-10-02 19:03:15 -07:00
Guang Yang 5bbdd2b34a Merge pull request #40 from MostafaMokhtar/master
New-AzureSqlDwIaasVM.ps1 is used to deploy a SQL IAAS VM optimized for Data warehousing. Additionally it will attach empty Azure disks to the VM.
2013-10-02 16:25:54 -07:00
MostafaMokhtar 4b5de0d10e Update New-AzureSqlDwIaasVM.ps1 2013-10-02 16:15:53 -07:00
MostafaMokhtar 85a94ad6a4 Update _New-AzureSqlDwIaasVM.md 2013-10-02 16:10:58 -07:00
MostafaMokhtar 646468ecc1 Update _New-AzureSqlDwIaasVM.md 2013-10-02 16:07:40 -07:00
MostafaMokhtar fb41020d71 Update New-AzureSqlDwIaasVM.ps1 2013-10-02 16:06:50 -07:00
MostafaMokhtar 1e8d587565 Rename _ProvisionSQLDwIaasVM.md to _New-AzureSqlDwIaasVM.md 2013-10-02 15:29:05 -07:00
MostafaMokhtar 015a3515ce Rename ProvisionSQLDwIaasVM_DwIaasConfigGeneral.xml to New-AzureSqlDwIaasVM_DwIaasConfigGeneral.xml 2013-10-02 15:28:40 -07:00
MostafaMokhtar dfa9942346 Rename ProvisionSQLDwIaasVM.ps1 to New-AzureSqlDwIaasVM.ps1
Changing file name.
2013-10-02 15:28:12 -07:00
MostafaMokhtar 4887133a20 Create _ProvisionSQLDwIaasVM.md 2013-10-02 12:20:44 -07:00
MostafaMokhtar d7c8b5647e Create ProvisionSQLDwIaasVM_DwIaasConfigGeneral.xml
XML file used by ProvisionSQLDwIaasVM.ps1.
Has the number of disks to instance size mapping.
2013-10-02 12:19:35 -07:00