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 13 forks source link

SF Mesh tutorial should inform user to update port number in service.yaml in addition to env. variables #172

Closed iyyappam closed 6 years ago

iyyappam commented 6 years ago

In MeshApp\WebFrontEnd\Service Resources\service.yaml, instructions is provided to update env. variables such AppName, ServiceName and APIHostPort.

But didn't provide instructions to update the port number in other places in the file such as below.

TylerMSFT commented 6 years ago

Hi, I'm able to run without making those changes. And when I do, the app no longer deploys. I'm interested in understanding why you think they should be updated to make sure I'm not missing something.