Skip to content

Commit

Permalink
Fixes #71 - Add Azure Container Apps landing page (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Feb 12, 2024
1 parent 75defe4 commit 9bb9898
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Set your default subscription for this session using the subscription id from th
## Examples

1. [Azure App Service examples](appservice/README.md)
1. [Azure Container Apps examples](containerapp/README.md)
1. [Azure Container Registry examples](acr/README.md)
1. [Azure Key Vault examples](keyvault/README.md)
1. [Azure Resource Group examples](group/README.md)

11 changes: 11 additions & 0 deletions containerapp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Azure Container Apps examples

| Name | Link | Status
| ---- | ---- | ------
| 1. [Create an environment](create-environment/README.md) | [Workflow](../.github/workflows/containerapp_create-environment_README_md.yml) | [![containerapp/create-environment/README.md](https://github.com/mnriem/csharp-on-azure-examples/actions/workflows/containerapp_create-environment_README_md.yml/badge.svg)](https://github.com/mnriem/csharp-on-azure-examples/actions/workflows/containerapp_create-environment_README_md.yml)

<!-- workflow.run()
exit 0
-->

0 comments on commit 9bb9898

Please sign in to comment.