Azure ARM模板-Appication Gateway Web应用程序防火墙配置SelectorMatchOperator语法

时间:2020-09-25 17:41:05

标签: azure arm-template web-application-firewall

我正在使用ARM模板在Azure中创建应用程序网关。创建Web应用程序防火墙配置部分时,我在防火墙中添加了排除项。我尝试添加的排除项之一具有“等于任何”运算符。我知道.fancybox-slide--iframe .fancybox-content { width : 100% !important; height : 100% !important; max-width : 100%; max-height : 100%; margin: 0px !important; EqualscontainsStartsWith的语法,但是我无法弄清楚“等于任何”的含义。

我尝试了以下示例,但是由于EndsWith不受支持,因此ARM模板对其验证失败。如果有人知道ARM模板中“等于”的语法,我将不胜感激。谢谢。

SelectorMatchOperator

1 个答案:

答案 0 :(得分:0)

对于任何其他对此感兴趣的人。排除对象需要按如下所示进行设置,以具有“等于任意”排除对象。

<form method="POST" action="{% url 'delete_employee' i.id %}">
{% csrf_token %}
<button class="deletebtn show-form-delete" type="submit" value="DELETE" onclick="return confirm('Are you sure do you want to delete {{i.name}}')">
    <i class="fa fa-trash-o"></i>
    Delete</button>
</form>