Skip to content

Commit

Permalink
Publish samples into azure samples browser
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
kjaymiller committed Jan 22, 2024
1 parent dab152c commit 269a955
Showing 1 changed file with 32 additions and 0 deletions.
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

0 comments on commit 269a955

Please sign in to comment.