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
@@ -185,7 +185,7 @@ The output from the preceding example with the default values is:
185
185
| arrayTrue | Bool | True |
186
186
| arrayFalse | Bool | False |
187
187
188
-
### Quickstart example
188
+
### Quickstart examples
189
189
190
190
The following sample is extracted from a quickstart template, [Application Gateway with WAF and firewall policy](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/application-gateway-waf-firewall-policy):
191
191
@@ -207,7 +207,7 @@ backendHttpSettingsCollection: [for backendHttpSetting in backendHttpSettings: {
207
207
}]
208
208
```
209
209
210
-
More samples can be found in these quickstart Bicep files:
210
+
More examples can be found in these quickstart Bicep files:
211
211
212
212
-[Route table with routes](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/route-table-create)
213
213
-[Virtual Network with diagnostic logs](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-create-with-diagnostic-logs)
0 commit comments