PeterVandivier
Could Azure Data Explorer be added as a supported fiddle backend? It looks like there's support for a free (limited) deployment that would support quite a bit: https://learn.microsoft.com/en-us/azure/data-explorer/start-for-free
Sadly, this deployment does not allow for sharing links to repro code and returns a 403 Forbidden exception when trying to do so.

Additionally, use of the pseudo-public `help.Samples` DB is insufficient since it is not possible to execute DDL control commands such as `.create table` in that context.

There are some obvious implementation differences between this and other currently supported backends, but I think it could be a very useful addition to db<>fiddle :-)