Is there any tool or software for ER Diagram modelling that can be integrated with Azure wiki?
To be more specific i would give an example: draw.io is integrated with Confluence, so i want a software or a tool that can be integrated with Azure wiki besides mermaid since it just support a screenshot (Embed the image or link in Azure Wiki).
was looking for a third party tools such as: Lucidchart Draw.io Visual Paradigm Gliffy Creately
or maybe there would be a way via SQL Server Management Studio (SSMS)
Each Wiki page in Azure DevOps is a markdown (
.md) file.You can try to use the tool "Mermerd". It contains the features to either generate plain mermaid syntax or enclose it with mermaid backticks to use directly in markdown files.