Skip to content

Commit

Permalink
update readme contents (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadwaAbdelhalem authored Sep 13, 2022
1 parent 8fa8ec0 commit 817a81a
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
10 changes: 10 additions & 0 deletions templates/todo/projects/nodejs-mongo/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions templates/todo/projects/nodejs-mongo/.repo/terraform/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions templates/todo/projects/nodejs-mongo/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 10 additions & 0 deletions templates/todo/projects/python-mongo/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions templates/todo/projects/python-mongo/.repo/terraform/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions templates/todo/projects/python-mongo/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 817a81a

Please sign in to comment.