diff --git a/02-cbs.bicepparam.example b/02-cbs.bicepparam.example index 43eff14..2465301 100644 --- a/02-cbs.bicepparam.example +++ b/02-cbs.bicepparam.example @@ -8,7 +8,7 @@ param resourceName = 'my-resource-name' param alertRecipients = 'my-email-address@contoso.dev' 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 --->' @@ -16,4 +16,4 @@ param managedUserIdentityId = '/subscriptions/<---MY SUBSCRITION ID--->/resource 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'--->'}] \ No newline at end of file +param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}] diff --git a/quickstart-params.sh.example b/quickstart-params.sh.example index f0cdcc1..5bf997b 100644 --- a/quickstart-params.sh.example +++ b/quickstart-params.sh.example @@ -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' @@ -52,4 +52,4 @@ pureManagementUser='pureuser' pureManagementPassword='pureuser' # test VM resource name -virtualMachineName='test-win-vm' \ No newline at end of file +virtualMachineName='test-win-vm'