From 817a81ab44ac788ec2d3050e94ba0138c3a80ac3 Mon Sep 17 00:00:00 2001 From: Hadwa Gaber Date: Tue, 13 Sep 2022 15:26:21 -0700 Subject: [PATCH] update readme contents (#666) --- .../todo/projects/nodejs-mongo/.repo/bicep/repo.yaml | 10 ++++++++++ .../projects/nodejs-mongo/.repo/terraform/repo.yaml | 11 +++++++++++ templates/todo/projects/nodejs-mongo/README.md | 4 ++-- .../todo/projects/python-mongo/.repo/bicep/repo.yaml | 10 ++++++++++ .../projects/python-mongo/.repo/terraform/repo.yaml | 10 ++++++++++ templates/todo/projects/python-mongo/README.md | 4 ++-- 6 files changed, 45 insertions(+), 4 deletions(-) diff --git a/templates/todo/projects/nodejs-mongo/.repo/bicep/repo.yaml b/templates/todo/projects/nodejs-mongo/.repo/bicep/repo.yaml index 978cf3ac3ec..33cbda45d31 100644 --- a/templates/todo/projects/nodejs-mongo/.repo/bicep/repo.yaml +++ b/templates/todo/projects/nodejs-mongo/.repo/bicep/repo.yaml @@ -35,6 +35,16 @@ repo: to: "" patterns: - "README.md" + + - from: "PLACEHOLDER_TITLE" + to: "ToDo Application with a Node.js API and Azure Cosmos DB API for MongoDB on Azure App Service" + patterns: + - "README.md" + + - from: "PLACEHOLDER_DESCRIPTION" + to: "using Bicep as the IaC provider" + patterns: + - "README.md" assets: # Common assets diff --git a/templates/todo/projects/nodejs-mongo/.repo/terraform/repo.yaml b/templates/todo/projects/nodejs-mongo/.repo/terraform/repo.yaml index 5e394e32119..d50ba04eb9e 100644 --- a/templates/todo/projects/nodejs-mongo/.repo/terraform/repo.yaml +++ b/templates/todo/projects/nodejs-mongo/.repo/terraform/repo.yaml @@ -36,6 +36,17 @@ repo: patterns: - "README.md" + - from: "PLACEHOLDER_TITLE" + to: "ToDo Application with a Node.js API and Azure Cosmos DB API for MongoDB on Azure App Service (Terraform)" + patterns: + - "README.md" + + - from: "PLACEHOLDER_DESCRIPTION" + to: "using Terraform as the IaC provider" + patterns: + - "README.md" + + - from: "todo-nodejs-mongo" to: "todo-nodejs-mongo-terraform" patterns: diff --git a/templates/todo/projects/nodejs-mongo/README.md b/templates/todo/projects/nodejs-mongo/README.md index 59112b9636b..503a5db03d9 100644 --- a/templates/todo/projects/nodejs-mongo/README.md +++ b/templates/todo/projects/nodejs-mongo/README.md @@ -1,8 +1,8 @@ -# ToDo Application with a Node.js API and Azure Cosmos DB API for MongoDB on Azure App Service +# PLACEHOLDER_TITLE [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/todo-nodejs-mongo) -A complete ToDo application that includes everything you need to build, deploy, and monitor an Azure solution. This application uses the Azure Developer CLI (azd) to get you up and running on Azure quickly, React.js for the Web application, Node.js for the API, Azure Cosmos DB API for MongoDB for storage, and Azure Monitor for monitoring and logging. It includes application code, tools, and pipelines that serve as a foundation from which you can build upon and customize when creating your own solutions. +A complete ToDo application that includes everything you need to build, deploy, and monitor an Azure solution. This application uses the Azure Developer CLI (azd) to get you up and running on Azure quickly PLACEHOLDER_DESCRIPTION, React.js for the Web application, Node.js for the API, Azure Cosmos DB API for MongoDB for storage, and Azure Monitor for monitoring and logging. It includes application code, tools, and pipelines that serve as a foundation from which you can build upon and customize when creating your own solutions. Let's jump in and get the ToDo app up and running in Azure. When you are finished, you will have a fully functional web app deployed on Azure. In later steps, you'll see how to setup a pipeline and monitor the application. diff --git a/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml b/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml index c8a94e96c9a..f7b301aae1e 100644 --- a/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml +++ b/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml @@ -36,6 +36,16 @@ repo: patterns: - "README.md" + - from: "PLACEHOLDER_TITLE" + to: "ToDo Application with a Python API and Azure Cosmos DB API for MongoDB on Azure App Service" + patterns: + - "README.md" + + - from: "PLACEHOLDER_DESCRIPTION" + to: "using Bicep as the IaC provider" + patterns: + - "README.md" + assets: # Common assets diff --git a/templates/todo/projects/python-mongo/.repo/terraform/repo.yaml b/templates/todo/projects/python-mongo/.repo/terraform/repo.yaml index bc4ba119831..3be5f794022 100644 --- a/templates/todo/projects/python-mongo/.repo/terraform/repo.yaml +++ b/templates/todo/projects/python-mongo/.repo/terraform/repo.yaml @@ -35,6 +35,16 @@ repo: to: "- [Terraform CLI](https://aka.ms/azure-dev/terraform-install)" patterns: - "README.md" + + - from: "PLACEHOLDER_TITLE" + to: "ToDo Application with a Python API and Azure Cosmos DB API for MongoDB on Azure App Service (Terraform)" + patterns: + - "README.md" + + - from: "PLACEHOLDER_DESCRIPTION" + to: "using Terraform as the IaC provider" + patterns: + - "README.md" - from: "todo-python-mongo" to: "todo-python-mongo-terraform" diff --git a/templates/todo/projects/python-mongo/README.md b/templates/todo/projects/python-mongo/README.md index 23b357768b9..af23aac42e7 100644 --- a/templates/todo/projects/python-mongo/README.md +++ b/templates/todo/projects/python-mongo/README.md @@ -1,8 +1,8 @@ -# ToDo Application with a Python API and Azure Cosmos DB API for MongoDB on Azure App Service +# PLACEHOLDER_TITLE [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/todo-python-mongo) -A complete ToDo application that includes everything you need to build, deploy, and monitor an Azure solution. This application uses the Azure Developer CLI (azd) to get you up and running on Azure quickly, React.js for the Web application, Python (FastAPI) for the API, Azure Cosmos DB API for MongoDB for storage, and Azure Monitor for monitoring and logging. It includes application code, tools, and pipelines that serve as a foundation from which you can build upon and customize when creating your own solutions. +A complete ToDo application that includes everything you need to build, deploy, and monitor an Azure solution. This application uses the Azure Developer CLI (azd) to get you up and running on Azure quickly PLACEHOLDER_DESCRIPTION, React.js for the Web application, Python (FastAPI) for the API, Azure Cosmos DB API for MongoDB for storage, and Azure Monitor for monitoring and logging. It includes application code, tools, and pipelines that serve as a foundation from which you can build upon and customize when creating your own solutions. Let's jump in and get the ToDo app up and running in Azure. When you are finished, you will have a fully functional web app deployed on Azure. In later steps, you'll see how to setup a pipeline and monitor the application.