Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions cli/azd/resources/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@
"mongo"
]
},
{
"name": "Containerized React Web App with Java API and MongoDB",
"description": "A blueprint for getting a React web app with a Java API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform.",
"repositoryPath": "todo-java-mongo-aca",
"tags": [
"bicep",
"java",
"mongo",
"containerapp"
]
},
{
"name": "Containerized React Web App with Node.js API and MongoDB",
"description": "A blueprint for getting a React web app with a Node.js API and a MongoDB database onto Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform. This architecture is for running containerized microservices without managing the servers.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,35 +473,6 @@ interactions:
],
"id": "d0aa5618-2e2a-4a1c-af41-29218ab7c1db"
},
{
"title": "Containerized React Web App with Java API and MongoDB",
"description": "A blueprint for getting a React web app with a Java API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform.",
"preview": "./templates/images/todo-java-mongo-aca.png",
"authorUrl": "https://github.com/Azure/azure-dev",
"author": "Azure Dev",
"source": "https://github.com/Azure-Samples/todo-java-mongo-aca",
"tags": [
"mongodb",
"msft"
],
"languages": [
"java",
"typescript"
],
"frameworks": [
"reactjs"
],
"azureServices": [
"aca",
"cosmosdb",
"keyvault",
"monitor"
],
"IaC": [
"bicep"
],
"id": "3ffcef92-73e6-49ec-9c35-22a5cfc6ee98"
},
{
"title": "Static React Web App + Functions with C# API and SQL Database",
"description": "A blueprint for getting a React web app with a C# API and a SQL database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for hosting static web apps with serverless logic and functionality.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,35 +473,6 @@ interactions:
],
"id": "d0aa5618-2e2a-4a1c-af41-29218ab7c1db"
},
{
"title": "Containerized React Web App with Java API and MongoDB",
"description": "A blueprint for getting a React web app with a Java API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform.",
"preview": "./templates/images/todo-java-mongo-aca.png",
"authorUrl": "https://github.com/Azure/azure-dev",
"author": "Azure Dev",
"source": "https://github.com/Azure-Samples/todo-java-mongo-aca",
"tags": [
"mongodb",
"msft"
],
"languages": [
"java",
"typescript"
],
"frameworks": [
"reactjs"
],
"azureServices": [
"aca",
"cosmosdb",
"keyvault",
"monitor"
],
"IaC": [
"bicep"
],
"id": "3ffcef92-73e6-49ec-9c35-22a5cfc6ee98"
},
{
"title": "Static React Web App + Functions with C# API and SQL Database",
"description": "A blueprint for getting a React web app with a C# API and a SQL database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for hosting static web apps with serverless logic and functionality.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1767,13 +1767,12 @@ interactions:
"readOnly": false,
"required": false,
"allowed": [
"https://github.com/azure-samples/todo-java-mongo-aca",
"https://github.com/azure-samples/todo-nodejs-mongo-aca",
"https://github.com/azure-samples/todo-python-mongo-aca"
]
}
],
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-java-mongo-aca\",\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"templatePath": "Environment-Definitions/ARMTemplates/Container-App-with-Cosmos_AZD-template/azuredeploy.json"
},
{
Expand Down Expand Up @@ -1834,13 +1833,12 @@ interactions:
"readOnly": false,
"required": false,
"allowed": [
"https://github.com/azure-samples/todo-java-mongo-aca",
"https://github.com/azure-samples/todo-nodejs-mongo-aca",
"https://github.com/azure-samples/todo-python-mongo-aca"
]
}
],
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-java-mongo-aca\",\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"templatePath": "Environment-Definitions/ARMTemplates/Container-App-with-Cosmos_AZD-template/azuredeploy.json"
}
]
Expand Down Expand Up @@ -2178,13 +2176,12 @@ interactions:
"readOnly": false,
"required": false,
"allowed": [
"https://github.com/azure-samples/todo-java-mongo-aca",
"https://github.com/azure-samples/todo-nodejs-mongo-aca",
"https://github.com/azure-samples/todo-python-mongo-aca"
]
}
],
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-java-mongo-aca\",\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"templatePath": "Environment-Definitions/ARMTemplates/Container-App-with-Cosmos_AZD-template/azuredeploy.json"
},
{
Expand Down Expand Up @@ -2245,13 +2242,12 @@ interactions:
"readOnly": false,
"required": false,
"allowed": [
"https://github.com/azure-samples/todo-java-mongo-aca",
"https://github.com/azure-samples/todo-nodejs-mongo-aca",
"https://github.com/azure-samples/todo-python-mongo-aca"
]
}
],
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-java-mongo-aca\",\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"parametersSchema": "{\"type\":\"object\",\"properties\":{\"runtimeType\":{\"title\":\"Runtime Type\",\"description\":\"Runtime Type of the container App runtime,eg python, nodejs or java.\",\"enum\":[\"python\",\"nodejs\",\"java\"]},\"repoUrl\":{\"title\":\"Repository URL\",\"description\":\"Path the the application source code\",\"enum\":[\"https://github.com/azure-samples/todo-nodejs-mongo-aca\",\"https://github.com/azure-samples/todo-python-mongo-aca\"]}},\"required\":[\"runtimeType\"]}",
"templatePath": "Environment-Definitions/ARMTemplates/Container-App-with-Cosmos_AZD-template/azuredeploy.json"
}
]
Expand Down