From 62a328f90679b09b97d7df6023897edd287102b0 Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Thu, 17 Aug 2023 11:50:47 -0700 Subject: [PATCH] update section headers --- templates/todo/projects/csharp-cosmos-sql/README.md | 2 +- templates/todo/projects/csharp-sql-swa-func/README.md | 2 +- templates/todo/projects/csharp-sql/README.md | 2 +- templates/todo/projects/java-mongo-aca/README.md | 2 +- templates/todo/projects/java-mongo/README.md | 2 +- templates/todo/projects/java-postgresql/README.md | 2 +- templates/todo/projects/nodejs-mongo-aca/README.md | 2 +- templates/todo/projects/nodejs-mongo-aks/README.md | 2 +- templates/todo/projects/nodejs-mongo-swa-func/README.md | 2 +- templates/todo/projects/python-mongo-aca/README.md | 2 +- templates/todo/projects/python-mongo-swa-func/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/todo/projects/csharp-cosmos-sql/README.md b/templates/todo/projects/csharp-cosmos-sql/README.md index 77a5a019f99..391b270012b 100644 --- a/templates/todo/projects/csharp-cosmos-sql/README.md +++ b/templates/todo/projects/csharp-cosmos-sql/README.md @@ -72,7 +72,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/csharp-sql-swa-func/README.md b/templates/todo/projects/csharp-sql-swa-func/README.md index 0c2bf18757c..d7c11708664 100644 --- a/templates/todo/projects/csharp-sql-swa-func/README.md +++ b/templates/todo/projects/csharp-sql-swa-func/README.md @@ -74,7 +74,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/csharp-sql/README.md b/templates/todo/projects/csharp-sql/README.md index 7e05b10c67f..0f529399cb3 100644 --- a/templates/todo/projects/csharp-sql/README.md +++ b/templates/todo/projects/csharp-sql/README.md @@ -71,7 +71,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/java-mongo-aca/README.md b/templates/todo/projects/java-mongo-aca/README.md index 58ad3f3742d..b18113c81b9 100644 --- a/templates/todo/projects/java-mongo-aca/README.md +++ b/templates/todo/projects/java-mongo-aca/README.md @@ -93,7 +93,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/java-mongo/README.md b/templates/todo/projects/java-mongo/README.md index d531d2e7bea..71dade95f67 100644 --- a/templates/todo/projects/java-mongo/README.md +++ b/templates/todo/projects/java-mongo/README.md @@ -70,7 +70,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/java-postgresql/README.md b/templates/todo/projects/java-postgresql/README.md index 51f05d97763..a83e904a147 100644 --- a/templates/todo/projects/java-postgresql/README.md +++ b/templates/todo/projects/java-postgresql/README.md @@ -51,7 +51,7 @@ Here's a high level architecture diagram that illustrates these components. Noti Application architecture diagram -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/nodejs-mongo-aca/README.md b/templates/todo/projects/nodejs-mongo-aca/README.md index a262df27628..33abca37a9f 100644 --- a/templates/todo/projects/nodejs-mongo-aca/README.md +++ b/templates/todo/projects/nodejs-mongo-aca/README.md @@ -91,7 +91,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/nodejs-mongo-aks/README.md b/templates/todo/projects/nodejs-mongo-aks/README.md index 1edaeaf5890..6c2a9d9216b 100644 --- a/templates/todo/projects/nodejs-mongo-aks/README.md +++ b/templates/todo/projects/nodejs-mongo-aks/README.md @@ -70,7 +70,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/nodejs-mongo-swa-func/README.md b/templates/todo/projects/nodejs-mongo-swa-func/README.md index 9e60dbd950e..13546b24c53 100644 --- a/templates/todo/projects/nodejs-mongo-swa-func/README.md +++ b/templates/todo/projects/nodejs-mongo-swa-func/README.md @@ -80,7 +80,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/python-mongo-aca/README.md b/templates/todo/projects/python-mongo-aca/README.md index a723ead8b76..8e60faa7b48 100644 --- a/templates/todo/projects/python-mongo-aca/README.md +++ b/templates/todo/projects/python-mongo-aca/README.md @@ -92,7 +92,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code diff --git a/templates/todo/projects/python-mongo-swa-func/README.md b/templates/todo/projects/python-mongo-swa-func/README.md index fa63b21dfc9..8f17edbbed5 100644 --- a/templates/todo/projects/python-mongo-swa-func/README.md +++ b/templates/todo/projects/python-mongo-swa-func/README.md @@ -70,7 +70,7 @@ Here's a high level architecture diagram that illustrates these components. Noti !["Application architecture diagram"](assets/resources.png) -### Costing +### Cost of provisioning and deploying this template This template provisions resources to an Azure subscription that you will select upon provisioning them. Refer to the [Pricing calculator for Microsoft Azure](https://azure.microsoft.com/pricing/calculator/) to estimate the cost you might incur when this template is running on Azure and, if needed, update the included Azure resource definitions found in `infra/main.bicep` to suit your needs. ### Application Code