dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.53k stars 10.36k forks source link

How do I deploy the entire eShopOnContainers solution to Azure? #2150

Open justinfraz opened 1 year ago

jospol95 commented 1 year ago

https://github.com/dotnet-architecture/eShopOnContainers/wiki/Deploy-to-Azure-Kubernetes-Service-(AKS)#create-the-kubernetes-cluster-in-aks

justinfraz commented 1 year ago

Hello!

I have deployed my local images to my Azure container registry and you can see them here:

ACR Repositories

My [eshop...aksapp.io is eshop.5e79950b2c464754b5db.australiaeast.aksapp.io. But when I browse:

http://eshop.5e79950b2c464754b5db.australiaeast.aksapp.io/webstatus

Nothing is loading.

Could you help me please?

Best Regards,

Justin