Skip to content

Commit 0f33b19

Browse files
authored
Merge pull request #862 from anosov1960/master
Added the repport description
2 parents bde828e + 1d03b12 commit 0f33b19

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

samples/manage/azure-hybrid-benefit/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ ms.date: 12/17/2020
88

99
# Overview
1010

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|
2226

2327
>[!NOTE]
2428
> - 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

Comments
 (0)