diff --git a/platform/azure/README-Azure-SQL-MI.md b/platform/azure/README-Azure-SQL-MI.md index ea45bbd0..0e0fa13e 100644 --- a/platform/azure/README-Azure-SQL-MI.md +++ b/platform/azure/README-Azure-SQL-MI.md @@ -25,3 +25,7 @@ In the Networking tab, enable `Public endpoint` and allow access from `Azure ser You can then review your configuration and create the Managed Instance. It can take up to six hours (but most of the time we manage to get it created in about one hour): ![Review](images/sqlmi-review.png) + +When the SQL MI is up, you can create a database in it: + +![New database](images/sqlmi-newdb.png) diff --git a/platform/azure/images/sqlmi-newdb.png b/platform/azure/images/sqlmi-newdb.png new file mode 100644 index 00000000..cf44143b Binary files /dev/null and b/platform/azure/images/sqlmi-newdb.png differ