Skip to content

Commit 6c32389

Browse files
authored
Merge pull request #919 from anosov1960/master
Added clarification for unregistered cores re the execution time
2 parents fc72909 + b1d7fee commit 6c32389

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following resources are in scope for the license utilization analysis:
4242
> - For PaaS workloads, each vCore of Business Critical service tier is counted as one Enterprise vCore and each vCore of General Purpose service tier is counted as one Standard vCore.
4343
> - In the DTU-based purchasing model, the SQL license cost is built into the individual SKU prices. These resources are not eligible for Azure Hybrid Benefit or HADR benefit, and therefore are not in scope of the tool.
4444
> - You must be at least a *Reader* of each subscription you scan.
45-
> - To report unregistered vCores, you must be a subscription *Contributor* or *Owner*, otherwise this column will show a zero value.
45+
> - To report unregistered vCores, you must be a subscription *Contributor* or *Owner*, otherwise this column will show a zero value. Selecting this option will substantially increase the execution time, especially for the subscriptions with large numbers of virtual machines.
4646
> - The values AHB ECs and PAYG ECs are reserved for the future use and should be ignored
4747
4848
# Launching the script

samples/manage/azure-hybrid-benefit/sql-license-usage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ if ($SubId -like "*.csv") {
254254

255255
[bool] $useDatabase = $PSBoundParameters.ContainsKey("Server") -and $PSBoundParameters.ContainsKey("Cred") -and $PSBoundParameters.ContainsKey("Database")
256256

257-
# Initialize tables and arraystype
257+
# Initialize tables and arrays
258258

259259
if ($useDatabase){
260260

samples/manage/sql-license-usage.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)