Skip to content

Commit cfb4ba2

Browse files
Add system-assigned managed identities to web site module configuration
1 parent 1330c9a commit cfb4ba2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/main_custom.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,9 @@ module webSite 'modules/web-sites.bicep' = {
15671567
location: location
15681568
kind: 'app,linux'
15691569
serverFarmResourceId: webServerFarm.?outputs.resourceId
1570+
managedIdentities: {
1571+
systemAssigned: true
1572+
}
15701573
siteConfig: {
15711574
//linuxFxVersion: 'DOCKER|${frontendContainerRegistryHostname}/${frontendContainerImageName}:${frontendContainerImageTag}'
15721575
minTlsVersion: '1.2'

0 commit comments

Comments
 (0)