Skip to content

Commit 36ecb07

Browse files
Merge pull request #28357 from MikeRayMSFT/docs-editor/manage-configuration-1694624667
Typographical standardization
2 parents ac7c9cb + c776bcb commit 36ecb07

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

docs/sql-server/azure-arc/manage-configuration.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ ms.reviewer: mikeray, randolphwest
88
ms.date: 09/12/2023
99
ms.topic: conceptual
1010
---
11+
1112
# Configure Azure Arc-enabled SQL Server
1213

13-
Each Azure Arc-enabled server includes a set of properties that apply to all SQL Server instances installed in that server. You can configure these properties after the Azure extension for SQL Server is installed on the machine. However, the properties only take effect if a SQL Server instance or instances are installed. The Azure Arc-enabled SQL Server **Overview** reflects how the SQL Server Configuration effects a particular instance.
14+
Each Azure Arc-enabled server includes a set of properties that apply to all SQL Server instances installed in that server. You can configure these properties after the Azure extension for SQL Server is installed on the machine. However, the properties only take effect if a SQL Server instance or instances are installed. In Azure portal, the Azure Arc-enabled SQL Server **Overview** reflects how the SQL Server Configuration effects a particular instance.
1415

1516
Azure portal SQL Server Configuration allows you to perform the following management tasks:
1617

@@ -49,6 +50,7 @@ Run:
4950
az provider register --namespace 'Microsoft.AzureArcData'
5051
```
5152

53+
5254
---
5355

5456
## License types
@@ -95,7 +97,6 @@ The billing granularity is one hour. Pay-as-you-go charges are calculated based
9597
* If two or more instances of the same edition are installed, the first instance in alphabetical order is billed.
9698
* The combination of the **Host License Type** and the winning SQL Server edition defines which billing meters will be sent every hour.
9799

98-
99100
The next table shows the meter SKUs that are used for different license types and SQL Server editions:
100101

101102
| Installed edition | Projected edition | License type | AG replica | Meter SKU |
@@ -137,7 +138,7 @@ Extended Security Updates (ESU) is available for qualified SQL Server instances
137138

138139
You can exclude certain instances from the at-scale onboarding operations driven by Azure policy or by automatic onboarding processes. To exclude specific instances from these operations, add the instance names to the **Skip Instances** list. For details about at-scale onboarding options, see [Alternate deployment options for Azure Arc-enabled SQL Server](deployment-options.md).
139140

140-
## Modifying SQL Server Configuration
141+
## Modify SQL Server configuration
141142

142143
You can use Azure portal, PowerShell or CLI to change all or some configuration settings on a specific Arc-enabled server to the desired state.
143144

@@ -147,6 +148,7 @@ To modify the SQL Server Configuration for a larger scope, such as a resource gr
147148
> Run the script from Azure Cloud shell as it has the required Azure PowerShell modules pre-installed and you will be automatically authenticated. For details, see [Running the script using Cloud Shell](https://github.com/microsoft/sql-server-samples/tree/master/samples/manage/azure-arc-enabled-sql-server/modify-license-type#running-the-script-using-cloud-shell).
148149
149150

151+
150152
### [Azure portal](#tab/azure)
151153

152154
There are two ways to configure the SQL Server host in Azure portal.
@@ -207,6 +209,8 @@ New-AzConnectedMachineExtension -Name "WindowsAgent.SqlServer" -ResourceGroupNam
207209
208210

209211

212+
213+
210214
### [Azure CLI](#tab/az)
211215

212216
The following command will set the license type to "PAYG":
@@ -218,12 +222,14 @@ az connectedmachine extension update --machine-name "simple-vm" -g "<resource-gr
218222
> - The update command overwrites all settings. If your extension settings have a list of excluded SQL Server instances, make sure to specify the full exclusion list with the update command.
219223
> - If you already have an older version of the Azure extension installed, make sure to upgrade it first, and then use one the modify methods to set the correct license type. For details, see [How to upgrade a machine extension](/azure/azure-arc/servers/manage-automatic-vm-extension-upgrade) for details.
220224
225+
221226
---
222227

223228

224-
## Query SQL Server Configuration
225229

226-
You can use [Azure Resource Graph](/azure/governance/resource-graph/overview) to query the SQL Server Configuration settings within a selected scope. See the following examples.
230+
## Query SQL Server configuration
231+
232+
You can use [Azure Resource Graph](/azure/governance/resource-graph/overview) to query the SQL Server configuration settings within a selected scope. See the following examples.
227233

228234
### Count by license type
229235

@@ -280,3 +286,4 @@ For more examples of Azure Resource Graph Queries, see [Starter Resource Graph q
280286
- [Frequently asked questions](faq.yml#billing)
281287
- [Configure automated patching for Arc-enabled SQL Servers](patch.md)
282288

289+

0 commit comments

Comments
 (0)