Skip to content

Commit d50aee3

Browse files
newfile01
1 parent a24cf45 commit d50aee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main_custom.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
150150
...tags
151151
TemplateName: 'Research Assistant'
152152
CreatedBy: createdBy
153+
SecurityControl: 'Ignore'
153154
}
154155
}
155156
}
@@ -1040,7 +1041,7 @@ module webSite 'modules/web-sites.bicep' = {
10401041
userAssignedIdentity.outputs.resourceId
10411042
]
10421043
}
1043-
tags: union(tags, { 'azd-service-name': 'webapp' })
1044+
tags: tags
10441045
location: location
10451046
kind: 'app,linux,container'
10461047
serverFarmResourceId: webServerFarm.?outputs.resourceId

0 commit comments

Comments
 (0)