dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Support for Azure Container Apps #1399

Open makhele opened 2 years ago

makhele commented 2 years ago

Since Azure Container Apps is Generally Available, would be nice to add support for Container App deployment, e.g tye deploy --containerapp 🤷‍♂️

searus commented 2 years ago

Also, support for the ingress authentication. Without that, there is no local dev loop possible.

ekjuanrejon commented 1 year ago

any update on this?