Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.13 KB

ContainerGroupQueueConnection.md

File metadata and controls

11 lines (8 loc) · 1.13 KB

ContainerGroupQueueConnection

Configuration for connecting a container group to a message queue system, enabling asynchronous communication between services.

Properties

Name Type Required Description
path string The endpoint path for accessing the queue service, relative to the base URL of the queue server.
port number The network port number used to connect to the queue service. Must be a valid TCP/IP port between 1 and 65535.
queueName string Unique identifier for the queue. Must start with a lowercase letter, can contain lowercase letters, numbers, and hyphens, and must end with a letter or number.