Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cookiecutter templates #196

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
286 changes: 286 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,290 @@
[
{
"title": "Django on Container Apps with PostgreSQL Flexible Server",
"description": "Web app using Python Django backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-aca.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-django-postgres-flexible-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"azuredb-postgreSQL",
"django"
]
},
{
"title": "Django on App Service with PostgreSQL Flexible Server",
"description": "Web app using Python Django backend, set up for deployment to Azure App Service with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-appservice.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-django-postgres-flexible-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"azuredb-postgreSQL",
"django"
]
},
{
"title": "Django on Container Apps with Cosmos DB PostgreSQL",
"description": "Web app using Python Django backend, set up for deployment to Azure Container Apps with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/aca-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-django-cosmos-postgres-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"cosmosdb",
"django"
]
},
{
"title": "Django on App Service with Cosmos DB PostgreSQL",
"description": "Web app using Python Django backend, set up for deployment to Azure App Service with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/appservice-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-django-cosmos-postgres-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"cosmosdb",
"django"
]
},
{
"title": "Django on Container Apps with PostgreSQL Add-on",
"description": "Web app using Python Django backend, set up for deployment to Azure Container Apps with PostgreSQL Add-on service.",
"preview": "./templates/images/aca-postgres-addon.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-django-postgres-addon-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"django"
]
},
{
"title": "Flask on Container Apps with PostgreSQL Flexible Server",
"description": "Web app using Python Flask backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-aca.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-postgres-flexible-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"azuredb-postgreSQL",
"flask"
]
},
{
"title": "Flask on App Service with PostgreSQL Flexible Server",
"description": "Web app using Python Flask backend, set up for deployment to Azure App Service with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-appservice.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-postgres-flexible-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"azuredb-postgreSQL",
"flask"
]
},
{
"title": "Flask on Container Apps with Cosmos DB PostgreSQL",
"description": "Web app using Python Flask backend, set up for deployment to Azure Container Apps with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/aca-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-cosmos-postgres-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"cosmosdb",
"flask"
]
},
{
"title": "Flask on App Service with Cosmos DB PostgreSQL",
"description": "Web app using Python Flask backend, set up for deployment to Azure App Service with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/appservice-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-cosmos-postgres-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"cosmosdb",
"flask"
]
},
{
"title": "Flask on Container Apps with PostgreSQL Add-on",
"description": "Web app using Python Flask backend, set up for deployment to Azure Container Apps with PostgreSQL Add-on service.",
"preview": "./templates/images/aca-postgres-addon.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-postgres-addon-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"flask"
]
},
{
"title": "Flask on Container Apps with Cosmos DB MongoDB",
"description": "Web app using Python Flask backend, set up for deployment to Azure Container Apps with Cosmos DB (MongoDB).",
"preview": "./templates/images/aca-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-cosmos-mongodb-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"cosmosdb",
"flask"
]
},
{
"title": "Flask on App Service with Cosmos DB MongoDB",
"description": "Web app using Python Flask backend, set up for deployment to Azure App Service with Cosmos DB (MongoDB).",
"preview": "./templates/images/appservice-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-flask-cosmos-mongodb-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"cosmosdb",
"flask"
]
},
{
"title": "FastAPI on Container Apps with PostgreSQL Flexible Server",
"description": "Web app using Python FastAPI backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-aca.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-fastapi-postgres-flexible-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"azuredb-postgreSQL",
"fastapi"
]
},
{
"title": "FastAPI on App Service with PostgreSQL Flexible Server",
"description": "Web app using Python FastAPI backend, set up for deployment to Azure App Service with Azure PostgreSQL Flexible Server.",
"preview": "./templates/images/postgres-flexible-appservice.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-fastapi-postgres-flexible-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"azuredb-postgreSQL",
"fastapi"
]
},
{
"title": "FastAPI on Container Apps with Cosmos DB PostgreSQL",
"description": "Web app using Python FastAPI backend, set up for deployment to Azure Container Apps with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/aca-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-fastapi-cosmos-postgres-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"cosmosdb",
"fastapi"
]
},
{
"title": "FastAPI on App Service with Cosmos DB PostgreSQL",
"description": "Web app using Python FastAPI backend, set up for deployment to Azure App Service with Cosmos DB (PostgreSQL Adapter).",
"preview": "./templates/images/appservice-cosmosdb.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-fastapi-cosmos-postgres-appservice",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"appservice",
"cosmosdb",
"fastapi"
]
},
{
"title": "FastAPI on Container Apps with PostgreSQL Add-on",
"description": "Web app using Python FastAPI backend, set up for deployment to Azure Container Apps with PostgreSQL Add-on service.",
"preview": "./templates/images/aca-postgres-addon.png",
"website": "https://learn.microsoft.com/azure/developer/python/overview-azd-templates",
"author": "Python Cloud Advocacy Team",
"source": "https://github.com/Azure-Samples/azure-fastapi-postgres-addon-aca",
"tags": [
"python",
"monitor",
"keyvault",
"bicep",
"aca",
"fastapi"
]
},
{
"title": "Starter - Bicep",
"description": "A starter template with Bicep as infrastructure provider",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading