Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Endpoints/InstanceInputEndpoint to Service Fabric #5

Open
kieronlanning opened this issue Oct 12, 2020 · 0 comments
Open

Migrate Endpoints/InstanceInputEndpoint to Service Fabric #5

kieronlanning opened this issue Oct 12, 2020 · 0 comments

Comments

@kieronlanning
Copy link

Is there a recommended strategy to migrate the InstanceInputEndpoint elements from a .csdef file to Service Fabric?

We have a Cloud Service that relies on having the following configuration:

<InstanceInputEndpoint name="InstanceControlEndpoint" protocol="tcp" localPort="10100">
    <AllocatePublicPortFrom>
        <FixedPortRange max="10199" min="10100" />
    </AllocatePublicPortFrom>
</InstanceInputEndpoint>
<InstanceInputEndpoint name="InstanceMediaEndpoint" protocol="tcp" localPort="8445">
    <AllocatePublicPortFrom>
        <FixedPortRange max="20199" min="20100" />
    </AllocatePublicPortFrom>
</InstanceInputEndpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant