Skip to content

Commit

Permalink
Adjusted prices and thresholds at of May 26th 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Koos Goossens committed May 26, 2023
1 parent 1cb2f9a commit 538a79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file not shown.
10 changes: 5 additions & 5 deletions powershell-script/AzSentinelPricingOptimizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if ($updateArmParameters) {
$logAnalyticsPriceTable = @{
'PerGB2018' = [int] 0;
'100' = [int] 85;
'200' = [int] 193;
'200' = [int] 188;
'300' = [int] 293;
'400' = [int] 391;
'500' = [int] 491;
Expand All @@ -134,11 +134,11 @@ if ($updateArmParameters) {
$sentinelPriceTable = @{
'PerGB' = [int] 0;
'100' = [int] 50;
'200' = [int] 179;
'300' = [int] 290;
'400' = [int] 384;
'200' = [int] 180;
'300' = [int] 289;
'400' = [int] 385;
'500' = [int] 480;
'1000' = [int] 974;
'1000' = [int] 975;
'2000' = [int] 1897;
'5000' = [int] 4730
}
Expand Down

0 comments on commit 538a79b

Please sign in to comment.