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
@@ -183,6 +185,34 @@ The output from the preceding example with the default values is:
183
185
| arrayTrue | Bool | True |
184
186
| arrayFalse | Bool | False |
185
187
188
+
### Quickstart samples
189
+
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
+
192
+
```bicep
193
+
backendHttpSettingsCollection: [for backendHttpSetting in backendHttpSettings: {
More samples can be found in these quickstart Bicep files:
211
+
212
+
-[Route table with routes](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/route-table-create)
213
+
-[Virtual Network with diagnostic logs](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-create-with-diagnostic-logs)
214
+
-[App Service Quickstart - Linux App](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-docs-linux)
0 commit comments