Skip to content

Commit 97f7150

Browse files
committed
Increasing the quotas
1 parent c30f223 commit 97f7150

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CanaryValidator/Canary.Utilities.psm1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ function NewStorageQuota
331331
)
332332

333333
$quotaName = "ascanarystoragequota"
334-
$capacityInGb = 100
335-
$numberOfStorageAccounts = 20
334+
$capacityInGb = 1000
335+
$numberOfStorageAccounts = 200
336336
$ApiVersion = "2015-12-01-preview"
337337

338338
$uri = "{0}/subscriptions/{1}/providers/Microsoft.Storage.Admin/locations/{2}/quotas/{3}?api-version={4}" -f $AdminUri, $SubscriptionId, $ArmLocation, $quotaName, $ApiVersion
@@ -371,9 +371,9 @@ function NewComputeQuota
371371
)
372372

373373
$quotaName = "ascanarycomputequota"
374-
$vmCount = 10
375-
$memoryLimitMB = 10240
376-
$coresLimit = 10
374+
$vmCount = 100
375+
$memoryLimitMB = 102400
376+
$coresLimit = 100
377377
$ApiVersion = "2015-12-01-preview"
378378

379379
$uri = "{0}/subscriptions/{1}/providers/Microsoft.Compute.Admin/locations/{2}/quotas/{3}?api-version={4}" -f $AdminUri, $SubscriptionId, $ArmLocation, $quotaName, $ApiVersion

0 commit comments

Comments
 (0)