Skip to content

Commit 0798f70

Browse files
committed
docs(srv): update
1 parent fb01984 commit 0798f70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ A NATS trigger is a mechanism that connects a container to a [NATS](/nats/concep
167167
For each message that is sent to a NATS subject, the NATS trigger reads the message and invokes the associated container with the message as the input parameter.
168168
The container can then process the message and perform any required actions, such as updating a database or sending a notification.
169169

170+
Refer to the [dedicated documenation](/serverless-containers/how-to/add-trigger-to-a-container/) for more information on how to add triggers to a Serverless Container.
171+
170172
## Port
171173

172174
The port of a containerized application refers to the network port that the application inside the container listens on for incoming requests.
@@ -200,6 +202,8 @@ A queue trigger is a mechanism that connects a container to a queue created with
200202
For each message that is sent to a queue, the trigger reads the message and invokes the associated container with the message as the input parameter.
201203
The container can then process the message, and perform any required actions, such as updating a database or sending a notification.
202204

205+
Refer to the [dedicated documenation](/serverless-containers/how-to/add-trigger-to-a-container/) for more information on how to add triggers to a Serverless Container.
206+
203207
## Registry endpoint
204208

205209
The registry endpoint parameter is the resource linked to the container image used in your Serverless Container.

0 commit comments

Comments
 (0)