You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Application Port range for Azure is 20000-30000 however, Service Fabric Cluster local installation on Windows configurations at %programfiles%\Microsoft SDKs\Service Fabric\ClusterSetup\ have application ports 30001-31000.
Area/Component:
SDK
To Reproduce
Steps to reproduce the behavior:
Install Service Fabric 10.0.1949.9590
Install Service Fabric SDK 7.0.1949.9590
Expected behavior
Configurations in local environments should try to mimic Azure's as much as possible
Observed behavior:
Configurations in local environment has different application port ranges than Azure
Screenshots
If applicable, add screenshots to help explain your problem.
Service Fabric Runtime Version:
Service Fabric 10.0.1949.9590
Service Fabric SDK 7.0.1949.9590
Environment:
Dev cluster
OS: Windows 10 & Windows 11
Version [e.g. 7.1, 7.2 ]
Additional context
This has causes our static application ports within the 20000-30000 range to work within the development environment without issues, but then crash when pushing to Production. Further changing to ports over 30000 then caused the development environments to stop working while still working in Production.
Assignees: /cc @microsoft/service-fabric-triage
The text was updated successfully, but these errors were encountered:
Describe the bug
Application Port range for Azure is 20000-30000 however, Service Fabric Cluster local installation on Windows configurations at
%programfiles%\Microsoft SDKs\Service Fabric\ClusterSetup\
have application ports 30001-31000.Area/Component:
SDK
To Reproduce
Steps to reproduce the behavior:
Install Service Fabric 10.0.1949.9590
Install Service Fabric SDK 7.0.1949.9590
Expected behavior
Configurations in local environments should try to mimic Azure's as much as possible
Observed behavior:
Configurations in local environment has different application port ranges than Azure
Screenshots
If applicable, add screenshots to help explain your problem.
Service Fabric Runtime Version:
Service Fabric 10.0.1949.9590
Service Fabric SDK 7.0.1949.9590
Environment:
Additional context
This has causes our static application ports within the 20000-30000 range to work within the development environment without issues, but then crash when pushing to Production. Further changing to ports over 30000 then caused the development environments to stop working while still working in Production.
Assignees: /cc @microsoft/service-fabric-triage
The text was updated successfully, but these errors were encountered: