Skip to content

Commit eece71f

Browse files
fixing documentation for non-conteainerized apps
1 parent ef62cc7 commit eece71f

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 these 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)