Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ module dts './app/dts.bicep' = {
}

// Allow access from durable function to storage account using a user assigned managed identity
module dtsRoleAssignment 'app/rbac/dts-Access.bicep' = {
module dtsRoleAssignment 'app/rbac/dts-access.bicep' = {
name: 'dtsRoleAssignment'
scope: rg
params: {
Expand All @@ -314,7 +314,7 @@ module dtsRoleAssignment 'app/rbac/dts-Access.bicep' = {
}
}

module dtsDashboardRoleAssignment 'app/rbac/dts-Access.bicep' = {
module dtsDashboardRoleAssignment 'app/rbac/dts-access.bicep' = {
name: 'dtsDashboardRoleAssignment'
scope: rg
params: {
Expand Down