You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
15
15
16
Azure portal SQL Server Configuration allows you to perform the following management tasks:
16
17
@@ -49,6 +50,7 @@ Run:
49
50
az provider register --namespace 'Microsoft.AzureArcData'
50
51
```
51
52
53
+
52
54
---
53
55
54
56
## License types
@@ -95,7 +97,6 @@ The billing granularity is one hour. Pay-as-you-go charges are calculated based
95
97
* If two or more instances of the same edition are installed, the first instance in alphabetical order is billed.
96
98
* The combination of the **Host License Type** and the winning SQL Server edition defines which billing meters will be sent every hour.
97
99
98
-
99
100
The next table shows the meter SKUs that are used for different license types and SQL Server editions:
100
101
101
102
| 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
137
138
138
139
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).
139
140
140
-
## Modifying SQL Server Configuration
141
+
## Modify SQL Server configuration
141
142
142
143
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.
143
144
@@ -147,6 +148,7 @@ To modify the SQL Server Configuration for a larger scope, such as a resource gr
147
148
> 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).
148
149
149
150
151
+
150
152
### [Azure portal](#tab/azure)
151
153
152
154
There are two ways to configure the SQL Server host in Azure portal.
> - 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.
219
223
> - 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.
220
224
225
+
221
226
---
222
227
223
228
224
-
## Query SQL Server Configuration
225
229
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.
227
233
228
234
### Count by license type
229
235
@@ -280,3 +286,4 @@ For more examples of Azure Resource Graph Queries, see [Starter Resource Graph q
280
286
-[Frequently asked questions](faq.yml#billing)
281
287
-[Configure automated patching for Arc-enabled SQL Servers](patch.md)
0 commit comments