Skip to content

Commit

Permalink
Removing Endpoint configuration for stateful back-end service.
Browse files Browse the repository at this point in the history
  • Loading branch information
vturecek committed Mar 28, 2017
1 parent 93e4b41 commit f775608
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 194 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,5 @@
<ConfigPackage Name="Config" Version="1.0.0" />

<Resources>
<Endpoints>
<!-- This endpoint is used by the communication listener to obtain the port on which to
listen. Please note that if your service is partitioned, this port is shared with
replicas of different partitions that are placed in your code. -->
<Endpoint Protocol="http" Name="ServiceEndpoint" Type="Input" Port="8091" />
</Endpoints>
</Resources>
</ServiceManifest>
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ protected override IEnumerable<ServiceReplicaListener> CreateServiceReplicaListe
serviceContext =>
new KestrelCommunicationListener(
serviceContext,
"ServiceEndpoint",
(url, listener) =>
{
ServiceEventSource.Current.ServiceMessage(serviceContext, $"Starting Kestrel on {url}");
Expand Down
187 changes: 0 additions & 187 deletions src/GettingStartedApplication/WebService/Project_Readme.html

This file was deleted.

0 comments on commit f775608

Please sign in to comment.