{"id":16151609,"url":"https://github.com/timoknapp/az-container-apps-demo","last_synced_at":"2025-04-06T22:45:50.768Z","repository":{"id":103300063,"uuid":"594113350","full_name":"timoknapp/az-container-apps-demo","owner":"timoknapp","description":"Simple demo to showcase Azure Container Apps","archived":false,"fork":false,"pushed_at":"2023-01-30T08:31:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T05:17:02.475Z","etag":null,"topics":["application-gateway","azure","container-apps"],"latest_commit_sha":null,"homepage":"","language":"Bicep","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timoknapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-27T16:23:26.000Z","updated_at":"2023-07-27T10:19:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee66e5cd-2ce4-48b9-b4ed-0f831c230c51","html_url":"https://github.com/timoknapp/az-container-apps-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Faz-container-apps-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Faz-container-apps-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Faz-container-apps-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Faz-container-apps-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timoknapp","download_url":"https://codeload.github.com/timoknapp/az-container-apps-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563922,"owners_count":20958971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application-gateway","azure","container-apps"],"created_at":"2024-10-10T00:58:11.817Z","updated_at":"2025-04-06T22:45:50.749Z","avatar_url":"https://github.com/timoknapp.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Container Apps Demo\n\n[![Build](https://github.com/timoknapp/az-container-apps-demo/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/timoknapp/az-container-apps-demo/actions/workflows/main.yml)\n\nSimple demo to showcase Azure Container Apps\n\n## Prerequisites\n\nIn order to run the demo you need to have the following tools installed:\n\n* [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)\n\nMake sure that you have the latest version of the Azure CLI installed:\n\n```bash\naz --version\n```\n\nMake sure you are logged in to your Azure subscription:\n\n```bash\naz login\n```\n\n## Getting Started\n\n### Deploy\n\n```bash\nRG_NAME=rg-container-apps-demo-001\n# Create Resource Group\naz group create --name $RG_NAME --location westeurope\n# Deploy Bicep template\naz deployment group create -n az-container-apps-demo --resource-group $RG_NAME --template-file main.bicep\n# Setup private DNS Zone\nACA_ENV_FQDN=$(az containerapp env list -g $RG_NAME --query \"[0].properties.defaultDomain\" -o tsv)\nVNET=$(az network vnet list -g $RG_NAME --query \"[0].name\" -o tsv)\naz network private-dns zone create -g $RG_NAME -n $ACA_ENV_FQDN\naz network private-dns link vnet create -g $RG_NAME -n \"aca-dns-link\" -z $ACA_ENV_FQDN -v $VNET -e true\n```\n\n### Cleanup Resource Group\n\n```bash\naz group delete --name rg-container-apps-demo-001 --yes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoknapp%2Faz-container-apps-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimoknapp%2Faz-container-apps-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoknapp%2Faz-container-apps-demo/lists"}