Skip to content

Commit b900a04

Browse files
author
Jill Grant
authored
Merge pull request #30207 from dimitri-furman/database-watcher
Add screenshots for SQL MI
2 parents c5ff142 + 9c930d5 commit b900a04

6 files changed

Lines changed: 15 additions & 3 deletions

azure-sql/database-watcher-quickstart.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a new database watcher to monitor an Azure SQL
55
author: dimitri-furman
66
ms.author: dfurman
77
ms.reviewer: wiassaf
8-
ms.date: 03/21/2024
8+
ms.date: 03/28/2024
99
ms.service: sql-db-mi
1010
ms.subservice: monitoring
1111
ms.topic: quickstart
@@ -57,11 +57,23 @@ Once the deployment completes, select **Go to resource** to open the new databas
5757

5858
1. In the **Grant access** card, select a Microsoft Entra authentication link matching your target type. Copy the T-SQL script that grants the watcher limited, specific access to collect monitoring data from the selected target.
5959

60-
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access.png" alt-text="Screenshot of the targets page of a database watcher, showing the T-SQL script that grants access to a database watcher, and a button that copies it to the clipboard." lightbox="media/database-watcher-quickstart/database-watcher-grant-access.png":::
60+
The following screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
61+
62+
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access-sql-database.png" alt-text="Screenshot of the targets page of a database watcher, showing the T-SQL script that grants access to a database watcher on a SQL database or an elastic pool, and a button that copies it to the clipboard." lightbox="media/database-watcher-quickstart/database-watcher-grant-access-sql-database.png":::
63+
64+
The following screenshot shows the T-SQL script for Azure SQL managed instances.
65+
66+
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access-sql-managed-instance.png" alt-text="Screenshot of the targets page of a database watcher, showing the T-SQL script that grants access to a database watcher on a SQL managed instance, and a button that copies it to the clipboard." lightbox="media/database-watcher-quickstart/database-watcher-grant-access-sql-managed-instance.png":::
6167

6268
1. Open a new query window in SQL Server Management Studio or Azure Data Studio. Connect to the `master` database on the Azure SQL logical server or SQL managed instance you selected. Paste the T-SQL script, and select **Execute**.
6369

64-
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access-t-sql.png" alt-text="Screenshot of a SQL Server Management Studio query window that is connected to the master database on an Azure SQL logical server, showing a successfully executed T-SQL script that grants access to a database watcher." lightbox="media/database-watcher-quickstart/database-watcher-grant-access-t-sql.png":::
70+
The following screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
71+
72+
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access-t-sql-sql-database.png" alt-text="Screenshot of a SQL Server Management Studio query window that is connected to the master database on an Azure SQL logical server, showing a successfully executed T-SQL script that grants access to a database watcher." lightbox="media/database-watcher-quickstart/database-watcher-grant-access-t-sql-sql-database.png":::
73+
74+
The following screenshot shows the T-SQL script for Azure SQL managed instances.
75+
76+
:::image type="content" source="media/database-watcher-quickstart/database-watcher-grant-access-t-sql-sql-managed-instance.png" alt-text="Screenshot of a SQL Server Management Studio query window that is connected to the master database on an Azure SQL managed instance, showing a successfully executed T-SQL script that grants access to a database watcher." lightbox="media/database-watcher-quickstart/database-watcher-grant-access-t-sql-sql-managed-instance.png":::
6577

6678
## Create and approve a managed private endpoint
6779

222 KB
Loading
348 KB
Loading

azure-sql/media/database-watcher-quickstart/database-watcher-grant-access-t-sql.png renamed to azure-sql/media/database-watcher-quickstart/database-watcher-grant-access-t-sql-sql-database.png

File renamed without changes.
144 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)