Skip to content

Commit

Permalink
Align logic deployment names (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: Erika Gressi <erikag.microsoft.com>
  • Loading branch information
eriqua authored Dec 4, 2021
1 parent 8e5ed44 commit e57c5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/Microsoft.Logic/workflows/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ resource logicApp_diagnosticSettings 'Microsoft.Insights/diagnosticsettings@2017
}

module logicApp_rbac '.bicep/nested_rbac.bicep' = [for (roleAssignment, index) in roleAssignments: {
name: '${deployment().name}-rbac-${index}'
name: '${uniqueString(deployment().name, location)}-LogicApp-Rbac-${index}'
params: {
principalIds: roleAssignment.principalIds
roleDefinitionIdOrName: roleAssignment.roleDefinitionIdOrName
Expand Down

0 comments on commit e57c5cd

Please # to comment.