Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaltireland committed Nov 1, 2024
1 parent 63a09fe commit 5f5114e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workload/bicep/modules/storageAzureFiles/deploy-arpah.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource avdWrklKeyVaultget 'Microsoft.KeyVault/vaults@2021-06-01-preview' exist
// Provision the storage account and Azure Files.
module storageAndFile '../../../../avm/1.0.0/res/storage/storage-account/main.bicep' = {
scope: resourceGroup('${workloadSubsId}', '${storageObjectsRgName}')
name: 'Storage-${storagePurpose}-${time}'
name: 'Storage-${storageAccountName}-${storagePurpose}-${time}'
params: {
name: storageAccountName
location: sessionHostLocation
Expand Down Expand Up @@ -201,7 +201,7 @@ module storageAndFile '../../../../avm/1.0.0/res/storage/storage-account/main.bi
// Custom Extension call in on the DSC script to join Azure storage account to domain.
module addShareToDomainScript './.bicep/azureFilesDomainJoin.bicep' = {
scope: resourceGroup('${workloadSubsId}', '${serviceObjectsRgName}')
name: 'Add-${storagePurpose}-Storage-Setup-${time}'
name: 'Add-${storageAccountName}-${storagePurpose}-Storage-Setup-${time}'
params: {
location: sessionHostLocation
virtualMachineName: managementVmName
Expand Down

0 comments on commit 5f5114e

Please sign in to comment.