Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Jan 8, 2024
1 parent b963c58 commit abe3398
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workload/arm/deploy-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "919720738992048340"
"templateHash": "6617389939059997782"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline"
Expand Down Expand Up @@ -351,7 +351,7 @@
"type": "bool",
"defaultValue": false,
"metadata": {
"description": "Deploy VM GPU extension policies. (Default: true)"
"description": "Deploy VM GPU extension policies. (Default: false)"
}
},
"avdDeployMonitoring": {
Expand Down
2 changes: 1 addition & 1 deletion workload/bicep/deploy-baseline.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ param msixFileShareQuotaSize int = 1
@sys.description('Deploy new session hosts. (Default: true)')
param avdDeploySessionHosts bool = true

@sys.description('Deploy VM GPU extension policies. (Default: true)')
@sys.description('Deploy VM GPU extension policies. (Default: false)')
param deployGpuPolicies bool = false

@sys.description('Deploy AVD monitoring resources and setings. (Default: false)')
Expand Down
10 changes: 9 additions & 1 deletion workload/portal-ui/portal-ui-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,13 @@
"defaultValue": true,
"toolTip": "Enables low latency and high throughput on the network interface."
},
{
"name": "gpuExtensionPolicy",
"type": "Microsoft.Common.CheckBox",
"label": "Deploy GPU extension policies (AMD and Nvidia)",
"defaultValue": false,
"toolTip": "Deploy policies and assign policies at pool compute resource group to automatically apply GPU extension policies for AMD and/or Nvidia SKUs."
},
{
"name": "warningAcceleratedNetworkingSupport",
"type": "Microsoft.Common.InfoBox",
Expand Down Expand Up @@ -2408,7 +2415,8 @@
"avdAlaWorkspaceCustomName": "[if(equals(steps('resourceNaming').resourceNamingSelection, true), steps('resourceNaming').resourceNamingMonitoring.monitoringLogAnalyticsWorkspaceName, 'no')]",
"ztDiskEncryptionSetCustomNamePrefix": "[steps('resourceNaming').resourceNamingZeroTrust.zeroTrustObjectsDiskEncryptionSetCustomName]",
"ztKvPrefixCustomName ": "[steps('resourceNaming').resourceNamingZeroTrust.zeroTrustObjectsKeyVaultCustomPrefix]",
"ztManagedIdentityCustomName": "[steps('resourceNaming').resourceNamingZeroTrust.zeroTrustObjectsManagedIdentityCustomName]"
"ztManagedIdentityCustomName": "[steps('resourceNaming').resourceNamingZeroTrust.zeroTrustObjectsManagedIdentityCustomName]",
"deployGpuPolicies": "[steps('sessionHosts').sessionHostsSettingsSection.gpuExtensionPolicy]"
},
"kind": "Subscription",
"location": "[steps('basics').resourceScope.location.name]",
Expand Down

0 comments on commit abe3398

Please sign in to comment.