Skip to content

Commit 095e943

Browse files
committed
move tip
1 parent c7316dd commit 095e943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/quick-create-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ In this quickstart, you use Bicep to create an Azure Application Gateway. Then y
2727

2828
This Bicep file creates a simple setup with a public frontend IP address, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines in the backend pool.
2929

30-
> [!TIP]
31-
> You can modify values of the `Name` and `Tier` parameters under `resource\applicationGateWay\properties\sku` to use a different SKU. For example: `Basic`.
32-
3330
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/ag-docs-qs/)
3431

3532
:::code language="bicep" source="~/quickstart-templates/demos/ag-docs-qs/main.bicep":::
3633

34+
> [!TIP]
35+
> You can modify values of the `Name` and `Tier` parameters under `resource\applicationGateWay\properties\sku` to use a different SKU. For example: `Basic`.
36+
3737
Multiple Azure resources are defined in the Bicep file:
3838

3939
- [**Microsoft.Network/applicationgateways**](/azure/templates/microsoft.network/applicationgateways)

0 commit comments

Comments
 (0)