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
Copy file name to clipboardExpand all lines: samples/manage/azure-hybrid-benefit/README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,21 @@ ms.date: 12/17/2020
8
8
9
9
# Overview
10
10
11
-
This script is provided to help you manage the SQL Server licenses that are consumed by the SQL Servers deployed to Azure. The script writes the results `sql-license-usage.csv` file with the consolidated SQL Server license usage by all SQL resources in the specific subscriptions or the entire account. If the file with this name already exists, the new results will be appended. The reports includes the following data for each scanned subscription and a total number of vCores in each category:
12
-
13
-
- Date and time of scan
14
-
- AHB Standard vCores
15
-
- AHB Enterprise vCores
16
-
- PAYG Standard vCores
17
-
- PAYG Enterprise vCores
18
-
- HADR Standard vCores
19
-
- HADR Enterprise vCores
20
-
- Developer vCores
21
-
- Express vCores
11
+
This script is provided to help you manage the SQL Server licenses that are consumed by the SQL Servers deployed to Azure. The script writes the results to a `sql-license-usage.csv` file. If the file with this name already exists, the new results will be appended to it. The report includes the following information for each scanned subscription as well as the totals for each category.
12
+
|**Category**|**Description**|
13
+
|:--|:--|
14
+
|Date|Date of the scan|
15
+
|Time|Time of the scan|
16
+
|Subscription name|The name of the subscription|
17
+
|Subscription ID|The unique subscription ID|
18
+
|AHB Std vCores|Total vCores used by General Purpose service tier or SQL Server Standard edition billed with AHB discount|
19
+
|AHB Ent vCores|Total vCores used by Business Critical service tier or SQL Server Enterprise edition billed with AHB discount|
20
+
|PAYG Std vCores|Total vCores used by General Purpose service tier or SQL Server Standard edition billed at full price|
21
+
|PAYG Ent vCores|Total vCores used by Business Critical service tier or SQL Server Enterprise edition billed at full price|
22
+
|HADR Std vCores|Total vCores used by HADR replicas running SQL Server Standard edition|
23
+
|HADR Ent vCores|Total vCores used by HADR replicas running SQL Server Enterprise edition|
24
+
|Developer vCores|Total vCores used by SQL Server Developer edition|
25
+
|Express vCores|Total vCores used by SQL Server Express edition|
22
26
23
27
>[!NOTE]
24
28
> - The usage data is a snapshot at the time of the script execution based on the size of the deployed SQL resources in vCores.
0 commit comments