Skip to content

Commit c904eb8

Browse files
Merge branch 'main' of github.com:PureStorage-OpenConnect/cbs-deploy-bicep
2 parents 153c1d6 + 49b7c6c commit c904eb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

02-cbs.bicepparam.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ param resourceName = 'my-resource-name'
88
param alertRecipients = 'my-email-address@contoso.dev'
99
param arrayName = 'my-array-name'
1010
param licenseKey = 'CBS-TRIAL-LICENSE'
11-
param cbsModelSku = 'V20MUR1'
11+
param cbsModelSku = 'V10MP2R2'
1212
param orgDomain = 'myorgdomain.dev'
1313
// replace with resource ID of the managed identity (e.g. from output of 01-deploy-prerequisities.sh)
1414
param managedUserIdentityId = '/subscriptions/<---MY SUBSCRITION ID--->/resourceGroups/<---RG NAME--->/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<---NAME OF USER MANAGED IDENTITY --->'
1515
// replace with vNET name (e.g. from output of 01-deploy-prerequisities.sh)
1616
param vnetName = 'my-vnet-name'
1717
param availabilityZone = 1
1818
// replace with an identity (user or group) within tenant, who would approve the JIT requests to manage CBS app resources.
19-
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}]
19+
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}]

quickstart-params.sh.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ arrayName="${resourceGroupName}-cbs"
3838
# the value 'CBS-TRIAL-LICENSE' is for 40-days trial license
3939
licenseKey='CBS-TRIAL-LICENSE'
4040

41-
# CBS array SKUs options: 'V10MUR1', 'V20MUR1', 'V20MP2R2'
41+
# CBS array SKUs options: 'V10MUR1', 'V10MP2R2', 'V20MUR1', 'V20MP2R2'
4242
cbsModelSku='V20MP2R2'
4343

4444
orgDomain='trialbicep.purestorage'
@@ -52,4 +52,4 @@ pureManagementUser='pureuser'
5252
pureManagementPassword='pureuser'
5353

5454
# test VM resource name
55-
virtualMachineName='test-win-vm'
55+
virtualMachineName='test-win-vm'

0 commit comments

Comments
 (0)