Skip to main content

WorkspaceOutboundCloudConnectionRules

Properties

PropertyTypeAttributesDescription
defaultAction'Allow' | 'Deny'RequiredThe default behavior for cloud connection types not explicitly listed in rules
workspaceIdstringRequired, IdentifierThe containing Fabric workspace ID
rulesOutboundConnectionRule[]The rules that define outbound access behavior for specific cloud connection types

OutboundConnectionRule

PropertyTypeAttributesDescription
connectionTypestringRequiredThe cloud connection type the rule applies to (e.g. Lakehouse, Warehouse, FabricSql, PowerPlatformDataflows, Web, Sql)
defaultAction'Allow' | 'Deny'RequiredThe default outbound access behavior for this connection type
allowedEndpointsConnectionRuleEndpointMetadata[]The explicitly permitted external endpoints for this connection type. Only applicable to endpoint-based connection types
allowedWorkspacesConnectionRuleWorkspaceMetadata[]The workspaces explicitly permitted for outbound communication for this connection type. Only applicable to Lakehouse, Warehouse, FabricSql, and PowerPlatformDataflows

ConnectionRuleEndpointMetadata

PropertyTypeAttributesDescription
hostnamePatternstringRequiredA wildcard-supported hostname pattern that is allowed for outbound communication (e.g. *.microsoft.com)

ConnectionRuleWorkspaceMetadata

PropertyTypeAttributesDescription
workspaceIdstringRequiredThe ID of the target workspace that is allowed to be connected to from the current workspace