Skip to content

Commit 28379e7

Browse files
authored
Update register.md
1 parent 663a0e3 commit 28379e7

File tree

1 file changed

+4
-7
lines changed
  • samples/manage/sql-server-extended-security-updates

1 file changed

+4
-7
lines changed

samples/manage/sql-server-extended-security-updates/register.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
## <a name="RegSingle"></a> Register a single SQL Server instance
1010
It's required that at least one SQL Server instance is registered in order to download an ESU package (if and when available).
1111

12-
> [!IMPORTANT]
13-
> It's not required to register a SQL Server instance for ESUs when running an Azure Virtual Machine that is configured for Automatic Updates. For more information, see [Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management).
12+
**Important**: It's not required to register a SQL Server instance for ESUs when running an Azure Virtual Machine that is configured for Automatic Updates. For more information, see [Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management).
1413

1514
### Steps to register an instance
1615
1. To register a new SQL Server instance, click the ***+ Register*** button in the top bar.
@@ -62,8 +61,7 @@ It's required that at least one SQL Server instance is registered in order to do
6261
## <a name="RegBulk"></a> Bulk register SQL Server instances
6362
Bulk registering SQL Server instances to download an ESU package (if and when available) is done through uploading a CSV file.
6463

65-
> [!IMPORTANT]
66-
> It's not required to register SQL Server instances for ESUs when running Azure Virtual Machines that are configured for Automatic Updates. For more information, see [Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management).
64+
**Important**: It's not required to register SQL Server instances for ESUs when running Azure Virtual Machines that are configured for Automatic Updates. For more information, see [Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management).
6765

6866
Customers that already have an inventory application that holds the required registration information can generate a CSV file from that inventory, following the the [CSV formatting requirements](#csv) later in this page.
6967

@@ -102,8 +100,7 @@ The CSV file **must** be generated with the following format:
102100

103101
<sup>1</sup> Only for Azure Virtual Machine registrations
104102

105-
> [!TIP]
106-
> For example Powershell scripts that can generate the required SQL Server instance registration information into a CSV file, see [ESU registration script examples](scripts.md).
103+
**Tip**: For example Powershell scripts that can generate the required SQL Server instance registration information into a CSV file, see [ESU registration script examples](scripts.md).
107104

108105
### CSV Example 1 - on-premises
109106

@@ -129,4 +126,4 @@ ServerUS2\SQL02,2008,Enterprise,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-
129126
SalesServer\SQLProdSales,2008 R2,Developer,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM3,2008 R2
130127
```
131128

132-
Refer to [MyAzureVMs.csv](./scripts/MyAzureVMs.csv) for an Azure VM targetted CSV file example.
129+
Refer to [MyAzureVMs.csv](./scripts/MyAzureVMs.csv) for an Azure VM targetted CSV file example.

0 commit comments

Comments
 (0)