diff --git a/infra/main.bicep b/infra/main.bicep index 58d85bd..d61c0c9 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -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: { @@ -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: {