Skip to content

Commit ef62cc7

Browse files
Revert "fixing documentation for non-conteainerized apps"
This reverts commit 208b3ac.
1 parent 208b3ac commit ef62cc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/service-fabric/probes-codepackage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ 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-
112108
### TCP probe
113109

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