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

Windows quickstart using images that do not exist #151

Closed vyta closed 6 years ago

vyta commented 6 years ago

https://github.com/Azure/service-fabric-mesh-preview-pr/blob/master/samples/templates/votingapp/quickstart-windows.json uses the following images that do not seem to exist: seabreeze/votingweb seabreeze/votingdata:1.0-nanoserver-1709

deployment error:

{
        "statusCode": "Conflict",
        "statusMessage": "{\"status\":\"Failed\",\"error\":{\"code\":\"ResourceDeploymentFailure\",\"message\":\"The resource operation completed with terminal provisioning state 'Failed'.\"}
}

Using the following images seem to work: seabreeze/azure-mesh-quickstart-web:1.0-nanoserver-1709 seabreeze/azure-mesh-quickstart-data:1.0-nanoserver-1709

vyta commented 6 years ago

seabreeze/votingfrontend:1.0-1709 seabreeze/votingdata:1.0-1709

also work. Which ones are intended to be in the template?

mikkelhegn commented 6 years ago

This should now be fixed.

vyta commented 6 years ago

Thanks! Closing this issue.