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.
![image.png](/image?hash=42e3aac678fd02c3a1c642fd8affc2e8cc2bb33ffe3cf7da19a39c38d3587dd9)
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.
![image.png](/image?hash=1e18054fd1af704c1b6f3a48f1b482c9c448718c38ee718116141729a5bbc4a7)
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 :-)