Is this for RADIUS authentication? If so ...
If you use Windows, I would try doing:
ping -f -l 1500 <ip in Azure>
Reduce the 1500 by 100 bytes at a time until it starts working. Now you know what size packets you can send.
Now subtract another 100 bytes (for good luck) and try setting the Framed-MTU attribute on your RADIUS server so the AP knows to fragment packets larger than this.
Failing that, try asking Meraki Support if they can configure the Framed-MTU attribute on the AP side. I don't know if they can, but it's worth a shot.