Hello Brian
Your connection is aborting almost immediately after sending the first packet, and the logs show a SIGINT that causes the IKE SA to be destroyed. This behavior typically points to one or more of the following:
Mismatch in IKEv2 proposals (encryption, integrity, DH groups).
Identity (leftid/rightid) and PSK mismatches.
Configuration issues with NAT-T or DPD.
External service management signals causing a shutdown.
Double-check your strongSwan configuration against Azure’s requirements, review any system or service management settings that might be sending SIGINTs, and increase log verbosity to gather more detailed error context. These steps should help narrow down the root cause.
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!