Skip to content

Commit

Permalink
Merge pull request Azure#2156 from ninarn/master
Browse files Browse the repository at this point in the history
Updating SQL VM readme files
  • Loading branch information
Kay Singh authored Jun 22, 2016
2 parents 486cfc7 + 0676a74 commit 74102d3
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 69 deletions.
11 changes: 5 additions & 6 deletions 101-vm-sql-existing-autobackup-update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

## Solution overview

+ This template can be used for any Azure virtual machine running SQL Server 2014 Enterprise or Standard Edition.
This template can be used for any Azure virtual machine running **SQL Server 2014 Enterprise or Standard Edition**.

All resources used in this template must be ARM resources.

## Automated Backup

The Automated Backup feature can be used to configure an automated backup schedule for SQL databases on an Azure virtual machine running SQL Server. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-automated-backup/).

Expand All @@ -25,11 +29,6 @@ If you wish to disable Automated Backup, you must edit *azuredeploy.json* and ch
|sqlAutobackupStorageAccountName|The storage account where backups will be stored, Allowed values: any existing Standard_LRS storage account|myExistingBackupStoragAccountName|
|sqlAutobackupEncryptionPassword|The password which will be used to protect the encryption certificate which will be used to encrypt and decrypt your backups. This certificate will be automatically generated and storage on the storage account you provided for backups.|Password123|

## Requirements

+ All resources used in this template must be ARM resources.

## SQL Server IaaS Agent extension

Automated Backup is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Backup on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).

12 changes: 6 additions & 6 deletions 101-vm-sql-existing-autopatching-update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

## Solution overview

+ This template can be used for any Azure virtual machine, whether it is running SQL Server or not. If your virtual machine is running SQL Server, it must be SQL Server 2012 or newer.
This template can be used for any Azure virtual machine, whether it is running SQL Server or not. If your virtual machine is running SQL Server, it must be SQL Server 2012 or newer.

All resources used in this template must be ARM resources.

## Automated Patching

The Automated Patching feature can be used to schedule a patching window during which all Windows and SQL Server updates will take place. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-automated-patching/).

Expand All @@ -25,10 +29,6 @@ If you wish to disable Automated Patching, you must edit *azuredeploy.json* and
|sqlAutopatchingStartHour|The hour during the specified day(s) that patching can begin. This is based on your virtual machine's local time. Allowed values (24 hour clock): 0-23|22|
|sqlAutopatchingWindowDuration|Length of time following the start hour during which patching and restarts are allowed to take place. When this window ends, patching will stop and will not continue until the next patching window. Allowed values (in minutes): 30, 60, 90, 120, 180|60|

## Requirements

+ All resources used in this template must be ARM resources.

## SQL Server IaaS Agent extension

Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
14 changes: 7 additions & 7 deletions 101-vm-sql-existing-keyvault-update/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configure the Azure Key Vault Integration feature on setup Azure Key Vault on any existing Azure Virtual machine with SQL Server Enterprise edition.
# Configure the Azure Key Vault Integration feature on any existing Azure Virtual machine with SQL Server Enterprise edition.

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-vm-sql-existing-keyvault-update%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
Expand All @@ -9,7 +9,11 @@

## Solution overview

+ This template can be used for any Azure virtual machine running SQL Server 2012 or newer, Enterprise edition.
This template can be used for any Azure virtual machine running SQL Server 2012 or newer, Enterprise edition.

All resources used in this template must be ARM resources.

## Azure Key Vault Integration

The Azure Key Vault integration feature will configure your virtual machine to be able to connect to your Azure key vault. It achieves this by installing the latest version of the SQL Server Connector, configuring EKM provider to access Azure Key Vault, and creates the credential to allow you to access your vault. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-ps-sql-keyvault/).

Expand All @@ -26,10 +30,6 @@ If you wish to disable this feature, you must edit *azuredeploy.json* and change
|servicePrincipalName|Azure Active Directory service principal name. This is also referred to as the Client ID.|fde2b411-33d5-4e11-af04eb07b669ccf2|
|servicePrincipalSecret|Azure Active Directory service principal secret. This is also referred to as the Client Secret.|9VTJSQwzlFepD8XODnzy8n2V01Jd8dAjwm/azF1XDKM=|

## Requirements

+ All resources used in this template must be ARM resources.

## SQL Server IaaS Agent extension

Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
20 changes: 10 additions & 10 deletions 201-vm-sql-full-autobackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,11 @@ This template provisions a virtual machine with **SQL Server 2014 SP1 running on
This template will also create the following resources:

+ A Virtual Network
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ One public IP address
+ One network interface
+ One network security group

## Notable Parameters

|Name|Description|Example|
|:---|:---------------------|:---------------|
|sqlAutobackupRetentionPeriod|Backup retention period in days, 1-30 days|20|
|sqlAutobackupStorageAccountName|What storage account to use for backups|myExistingBackupStoragAccountName|
|sqlAutobackupEncryptionPassword|a password which will be used to protect the encryption certificates used for encrypting and decrypting your backups|Password123|

## Automated Backup

The Automated Backup feature can be used to configure an automated backup schedule for SQL databases on an Azure virtual machine running SQL Server. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-automated-backup/).
Expand All @@ -37,6 +29,14 @@ This template can be used to enable or change the configuration of Automated Bac

If you wish to disable Automated Backup, you must edit *azuredeploy.json* and change "Enable" to be false.

## Notable Parameters

|Name|Description|Example|
|:---|:---------------------|:---------------|
|sqlAutobackupRetentionPeriod|Backup retention period in days, 1-30 days|20|
|sqlAutobackupStorageAccountName|What storage account to use for backups|myExistingBackupStoragAccountName|
|sqlAutobackupEncryptionPassword|a password which will be used to protect the encryption certificates used for encrypting and decrypting your backups|Password123|

## SQL Server IaaS Agent extension

Automated Backup is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Backup on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Automated Backup is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Backup on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
19 changes: 10 additions & 9 deletions 201-vm-sql-full-autopatching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ This template provisions a virtual machine with **SQL Server 2014 SP1 running on
This template will also create the following resources:

+ A Virtual Network
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ One public IP address
+ One network interface
+ One network security group

## Auto Patching

The Automated Patching feature can be used to schedule a patching window during which all Windows and SQL Server updates will take place. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-automated-patching/).

This template can be used to enable or change the configuration of Automated Patching.

If you wish to disable Automated Patching, you must edit *azuredeploy.json* and change "Enable" to be false.

## Notable Parameters

|Name|Description|Example|
Expand All @@ -29,14 +37,7 @@ This template will also create the following resources:
|sqlAutopatchingStartHour|Begin updates hour|22|
|sqlAutopatchingWindowDuration|Patches must be installed within this duration minutes.|60|

## Auto Patching

The Automated Patching feature can be used to schedule a patching window during which all Windows and SQL Server updates will take place. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-automated-patching/).

This template can be used to enable or change the configuration of Automated Patching.

If you wish to disable Automated Patching, you must edit *azuredeploy.json* and change "Enable" to be false.

## SQL Server IaaS Agent extension

Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
20 changes: 10 additions & 10 deletions 201-vm-sql-full-keyvault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ This template provisions a virtual machine with **SQL Server 2014 SP1 running on
This template will also create the following resources:

+ A Virtual Network
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ Two Storage Accounts one is used for SQL Server VM, one for SQL Server VM Autobackup
+ One public IP address
+ One network interface
+ One network security group

## Azure Key Vault Integration

The Azure Key Vault integration feature will configure your virtual machine to be able to connect to your Azure key vault. It achieves this by installing the latest version of the SQL Server Connector, configuring EKM provider to access Azure Key Vault, and creates the credential to allow you to access your vault. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-ps-sql-keyvault/).

This template can be used to enable or change the configuration of Azure Key Vault Integration.

If you wish to disable this feature, you must edit *azuredeploy.json* and change "Enable" to be false.

## Notable Parameters

|Name|Description|Example|
Expand All @@ -30,14 +38,6 @@ This template will also create the following resources:
|servicePrincipalName|Azure Active Directory service principal name. This is also referred to as the Client ID.|fde2b411-33d5-4e11-af04eb07b669ccf2|
|servicePrincipalSecret|Azure Active Directory service principal secret. This is also referred to as the Client Secret.|9VTJSQwzlFepD8XODnzy8n2V01Jd8dAjwm/azF1XDKM=|

## Azure Key Vault Integration

The Azure Key Vault integration feature will configure your virtual machine to be able to connect to your Azure key vault. It achieves this by installing the latest version of the SQL Server Connector, configuring EKM provider to access Azure Key Vault, and creates the credential to allow you to access your vault. More information on this feature can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-ps-sql-keyvault/).

This template can be used to enable or change the configuration of Azure Key Vault Integration.

If you wish to disable this feature, you must edit *azuredeploy.json* and change "Enable" to be false.

## SQL Server IaaS Agent extension

Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Automated Patching is supported in your virtual machine through the SQL Server IaaS Agent extension. This extension must be installed on the VM to be able to use this feature. When you enable Automated Patching on your virtual machine, the extension will be automatically installed. This extension will also report back the latest status of this feature to you. More information on this extension can be found [here](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sql-server-agent-extension/).
Loading

0 comments on commit 74102d3

Please sign in to comment.