The relationship technology must be compatible with the target container's technology. This rule prevents incorrect or unrealistic integrations in the model.
C4-ARCH-011
Warning - Medium impact on architecture quality
Model Relationships - This rule is evaluated against relationships in the architecture model.
Destination.Tags.Contains("Container") and @AllowedRelationshipTechnologies.ContainsKey(Destination.Technology) and Technology not_in @AllowedRelationshipTechnologies[Destination.Technology]