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

Service Fabric mesh on existing service fabric cluster #384

Closed mandarsudame closed 4 years ago

mandarsudame commented 4 years ago

Is it possible to use Mesh applications on an existing Service Fabric cluster created using ARM?

tomkerkhove commented 4 years ago

If you mean use the same specification with "Mesh applications" then I think that is correct.

Adding @dkkapur who might know

mandarsudame commented 4 years ago

The cluster API on port 19080 returns 500 on a PUT mesh application request as given here Used the same path as given in the link.