Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
83 stars 10 forks source link

Fail early when unable to authenticate #352

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello, my mesh application used to deploy in under five minutes until two days ago when it started taking 2 hours and then timing out. After some digging, I found out that the container registry admin user had been disabled and it couldn't authenticate to download the image. I would like to suggest that the deployment process fail immediately with a relevant error message if it is unable to authenticate.

Best regards, sirdank.

mattrowmsft commented 5 years ago

Interesting, we should be validating the image before we try to deploy and giving proper error messages. @mkatri can you take a look?

andrewdmoreno commented 5 years ago

I can confirm this behavior as well. Proved very frustrating until I finally figured out what was going on.