An open API service indexing awesome lists of open source software.

https://github.com/ryanninodizon/containerapp-deployment-via-cli

Test project for deploying Azure Container Apps using "az container up" and GitHub actions
https://github.com/ryanninodizon/containerapp-deployment-via-cli

azure-container-apps containerization github-actions microsoft-azure serverless

Last synced: about 1 month ago
JSON representation

Test project for deploying Azure Container Apps using "az container up" and GitHub actions

Awesome Lists containing this project

README

          

Check different **az containerapp** commands: [here ](https://learn.microsoft.com/de-de/cli/azure/containerapp?view=azure-cli-latest "here ")

```perl
az containerapp up --name webapi --location "Germany West Central" --resource-group rg-aca-sample-apps --ingress 'external' --repo https://github.com/ryannninodizon/aca-backend
```