Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PureStorage-OpenConnect/cbs-deploy-…
Browse files Browse the repository at this point in the history
…bicep
  • Loading branch information
vjirovsky-pure committed Sep 20, 2024
2 parents 153c1d6 + 49b7c6c commit c904eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 02-cbs.bicepparam.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ param resourceName = 'my-resource-name'
param alertRecipients = '[email protected]'
param arrayName = 'my-array-name'
param licenseKey = 'CBS-TRIAL-LICENSE'
param cbsModelSku = 'V20MUR1'
param cbsModelSku = 'V10MP2R2'
param orgDomain = 'myorgdomain.dev'
// replace with resource ID of the managed identity (e.g. from output of 01-deploy-prerequisities.sh)
param managedUserIdentityId = '/subscriptions/<---MY SUBSCRITION ID--->/resourceGroups/<---RG NAME--->/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<---NAME OF USER MANAGED IDENTITY --->'
// replace with vNET name (e.g. from output of 01-deploy-prerequisities.sh)
param vnetName = 'my-vnet-name'
param availabilityZone = 1
// replace with an identity (user or group) within tenant, who would approve the JIT requests to manage CBS app resources.
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}]
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}]
4 changes: 2 additions & 2 deletions quickstart-params.sh.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ arrayName="${resourceGroupName}-cbs"
# the value 'CBS-TRIAL-LICENSE' is for 40-days trial license
licenseKey='CBS-TRIAL-LICENSE'

# CBS array SKUs options: 'V10MUR1', 'V20MUR1', 'V20MP2R2'
# CBS array SKUs options: 'V10MUR1', 'V10MP2R2', 'V20MUR1', 'V20MP2R2'
cbsModelSku='V20MP2R2'

orgDomain='trialbicep.purestorage'
Expand All @@ -52,4 +52,4 @@ pureManagementUser='pureuser'
pureManagementPassword='pureuser'

# test VM resource name
virtualMachineName='test-win-vm'
virtualMachineName='test-win-vm'

0 comments on commit c904eb8

Please sign in to comment.