Skip to content

Commit 35e6a90

Browse files
Merge pull request #276044 from TimShererWithAquent/052224OPBR
Address warnings in build.
2 parents dee281a + 333f5b7 commit 35e6a90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/mariadb/quickstart-create-mariadb-server-database-arm-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ An Azure account with an active subscription. [Create one for free](https://azur
4444
You create an Azure Database for MariaDB server with a defined set of compute and storage resources. To learn more, see [Azure Database for MariaDB pricing tiers](concepts-pricing-tiers.md). You create the server within an [Azure resource group](../azure-resource-manager/management/overview.md).
4545

4646
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/managed-mariadb-with-vnet/).
47-
47+
<!--
4848
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.dbformariadb/managed-mariadb-with-vnet/azuredeploy.json":::
49-
49+
-->
5050
The template defines five Azure resources:
5151

5252
* [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)

articles/mariadb/quickstart-create-mariadb-server-database-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You'll need an Azure account with an active subscription. [Create one for free](
2626
You create an Azure Database for MariaDB server with a defined set of compute and storage resources. To learn more, see [Azure Database for MariaDB pricing tiers](concepts-pricing-tiers.md). You create the server within an [Azure resource group](../azure-resource-manager/management/overview.md).
2727

2828
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/managed-mariadb-with-vnet/).
29-
29+
<!--
3030
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.dbformariadb/managed-mariadb-with-vnet/main.bicep":::
31-
31+
-->
3232
The Bicep file defines five Azure resources:
3333

3434
* [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)

0 commit comments

Comments
 (0)