You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@ var allTags = union(
102
102
tags
103
103
)
104
104
105
+
vareventHubTags = union(allTags, {
106
+
SecurityControl: 'Ignore'// Required to override MSFT subscription policy controls that enforce disableLocalAuth; local auth needed for Fabric SAS connection
0 commit comments