Skip to content

Commit c2e423a

Browse files
authored
Merge pull request #9 from Azure-Samples/8-Publish-samples-into-azure-samples-browser
Publish samples into azure samples browser
2 parents dab152c + 625e319 commit c2e423a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

{{cookiecutter.__src_folder_name}}/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
{% extends 'abbreviations.txt' %}
22
{% block cc %}
3+
---
4+
page_type: sample
5+
languages:
6+
- azdeveloper
7+
- python
8+
- bicep
9+
- html
10+
- css
11+
- scss
12+
products:
13+
- azure
14+
{% if cookiecutter.project_host == "aca" %}
15+
- azure-container-apps
16+
{% endif %}
17+
{% if cookiecutter.project_host == "appservice" %}
18+
- azure-app-service
19+
{% endif %}
20+
{% if "postgres" in cookiecutter.db_resource %}
21+
- azure-postgresql
22+
{% endif %}
23+
{% if "cosmos" in cookiecutter.db_resource %}
24+
- azure-cosmos-db
25+
{% endif %}
26+
urlFragment: azure-{{cookiecutter.project_backend}}-{{cookiecutter.db_resource}}-{{cookiecutter.project_host}}
27+
name: Deploy {{web_framework}} Application with {{db}} on {{azure_host}} (Python)
28+
description: This project deploys a web application for a space travel agency using {{web_framework}} with Python, and is set up for easy deployment with the Azure Developer CLI.
29+
---
30+
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->
31+
332
# Deploy {{web_framework}} Application with {{db}} via Azure Container Apps
433

534
This project deploys a web application for a space travel agency using {{web_framework}}. The application can be deployed to Azure with {{azure_host}} using the [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview).

0 commit comments

Comments
 (0)