You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-containers/concepts.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,8 @@ A NATS trigger is a mechanism that connects a container to a [NATS](/nats/concep
167
167
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.
168
168
The container can then process the message and perform any required actions, such as updating a database or sending a notification.
169
169
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
+
170
172
## Port
171
173
172
174
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
200
202
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.
201
203
The container can then process the message, and perform any required actions, such as updating a database or sending a notification.
202
204
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
+
203
207
## Registry endpoint
204
208
205
209
The registry endpoint parameter is the resource linked to the container image used in your Serverless Container.
0 commit comments