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
82 stars 12 forks source link

Suggestion - More detailed output #256

Open ddobric opened 6 years ago

ddobric commented 6 years ago

It would be great to have a more detailed output for build and deployment in VS and CLI. Right now I'm experiencing some issues and really have no idea what is going on if something fails. Even if everything works well, I feel a kind of lost while waiting on result.

docker push/pull outputs are good examples of transparent feedback of a long-running operation.

mikkelhegn commented 5 years ago

Hi @ddobric - can you elaborate with some example scenarios, as well as why the docker push/pull feedback is a good example?

Is this mainly long running operations or other areas where you've lacked feedback?