Skip to content

Commit c5a36ee

Browse files
resolve review
1 parent 798224a commit c5a36ee

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

infra/core/signalr/signalr.bicep

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,8 @@ resource signalR 'Microsoft.SignalRService/signalR@2023-08-01-preview' = {
1616
location: location
1717
tags: tags
1818
sku: sku
19-
identity: {
20-
type: 'SystemAssigned'
21-
}
2219
properties: {
23-
features: [
24-
{
25-
flag: 'ServiceMode'
26-
value: 'Default'
27-
}
28-
]
2920
disableLocalAuth: disableLocalAuth
30-
publicNetworkAccess: 'Enabled'
3121
}
3222
}
3323

0 commit comments

Comments
 (0)