Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you are in the process of creating a S2S Tunnel between Azure VPN Gateway and cisco Meraki device.
You can use Diagnostic Logs to check what exactly is the issue here.
- The logs you should be checking is TunnelDiagnosticLog
AzureDiagnostics
| where Category == "TunnelDiagnosticLog"
//| where remoteIP_s == "<REMOTE IP OF TUNNEL>"
| project TimeGenerated, OperationName, remoteIP_s, instance_s, Resource, ResourceGroup
| sort by TimeGenerated asc
- You may check this for past 1 hour and see what is the error.
Also, may I ask what error are you getting when you try to open a support ticket?
Cheers,
Kapil