Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Publish Microsoft Authored templates to azure samples browser #324

Closed
wants to merge 2 commits into from
Closed
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
32 changes: 32 additions & 0 deletions {{cookiecutter.__src_folder_name}}/README.md
Original file line number Diff line number Diff line change
@@ -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.
---
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->

{% extends 'abbreviations.txt' %}
{% block cc %}
# Deploy {{web_framework}} Application with {{db}} via Azure Container Apps
Expand Down
Loading