Skip to content

Commit 76ba6f7

Browse files
authored
Merge pull request #120280 from reynaldoburgos/ImproveSFProbesDoc
Improve sf probes doc
2 parents 4b3e730 + e1ac420 commit 76ba6f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/service-fabric/probes-codepackage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ The HTTP probe has additional properties that you can set:
105105

106106
* `host`: The host IP address to connect to.
107107

108+
> [!NOTE]
109+
> Port and scheme is not supported for non-containerized applications. For this scenario please use **EndpointRef="EndpointName"** attribute. Replace 'EndpointName' with the name from the Endpoint defined in ServiceManifest.xml.
110+
>
111+
108112
### TCP probe
109113

110114
For a TCP probe, Service Fabric will try to open a socket on the container by using the specified port. If it can establish a connection, the probe is considered successful. Here's an example of how to specify a probe that uses a TCP socket:

0 commit comments

Comments
 (0)