Integration of Entity Relationship Diagram (ERD) with Azure wiki

122 Views Asked by At

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)

1

There are 1 best solutions below

3
Bright Ran-MSFT On

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.