diff --git a/{{cookiecutter.__src_folder_name}}/README.md b/{{cookiecutter.__src_folder_name}}/README.md index fa8052d..01c0ac0 100644 --- a/{{cookiecutter.__src_folder_name}}/README.md +++ b/{{cookiecutter.__src_folder_name}}/README.md @@ -1,3 +1,35 @@ +--- +# {% extends 'abbreviations.txt' %} +# {% block cc %} +page_type: sample +languages: +- azdeveloper +- python +- bicep +- html +- css +- scss +products: +- azure +# {% if cookiecutter.project_host == "aca" %} +- azure-container-apps +# {% endif %} +# {% if cookiecutter.project_host == "appservice" %} +- azure-app-service +# {% endif %} +# {% if "postgres" in cookiecutter.db_resource %} +- azure-postgresql +# {% endif %} +# {% if "cosmos" in cookiecutter.db_resource %} +- azure-cosmos-db +# {% endif %} +- azure-pipelines +urlFragment: azure-{{cookiecutter.project_backend}}-{{cookiecutter.db_resource}}-{{cookiecutter.project_host}} +name: Deploy {{web_framework}} Application with {{db}} via {{azure_host}} (Python) +description: This project deploys a web application for a space travel agency using {{web_framework}} with Python. +--- + + {% extends 'abbreviations.txt' %} {% block cc %} # Deploy {{web_framework}} Application with {{db}} via Azure Container Apps