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: website/docs/r/logic_app_standard.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,11 +203,11 @@ The `site_config` block supports the following:
203
203
204
204
-> **Note:** User has to explicitly set `ip_restriction` to empty slice (`[]`) to remove it.
205
205
206
-
*`scm_ip_restriction` - (Optional) A list of `scm_ip_restriction` objects representing SCM IP restrictions as defined below.
206
+
*`scm_ip_restriction` - (Optional) A list of `scm_ip_restriction` objects representing SCM IP restrictions as defined below. Possible values are `Allow` and `Deny`.
207
207
208
208
-> **Note:** User has to explicitly set `scm_ip_restriction` to empty slice (`[]`) to remove it.
209
209
210
-
*`scm_ip_restriction_default_action` - (Optional) Default action for main access restriction if no rules are matched.
210
+
*`scm_ip_restriction_default_action` - (Optional) Default action for main access restriction if no `scm_ip_restriction`rules are matched.
211
211
212
212
*`scm_use_main_ip_restriction` - (Optional) Should the Logic App `ip_restriction` configuration be used for the SCM too. Defaults to `false`.
0 commit comments