You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database-watcher-quickstart.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,24 +57,24 @@ Once the deployment completes, select **Go to resource** to open the new databas
57
57
58
58
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.
59
59
60
+
The following screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
61
+
60
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":::
61
63
62
-
This screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
64
+
The following screenshot shows the T-SQL script for Azure SQL managed instances.
63
65
64
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":::
65
67
66
-
This screenshot shows the T-SQL script for Azure SQL managed instances.
67
-
68
68
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**.
69
69
70
+
The following screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
71
+
70
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":::
71
73
72
-
This screenshot shows the T-SQL script for Azure SQL databases and elastic pools.
74
+
The following screenshot shows the T-SQL script for Azure SQL managed instances.
73
75
74
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":::
75
77
76
-
This screenshot shows the T-SQL script for Azure SQL managed instances.
77
-
78
78
## Create and approve a managed private endpoint
79
79
80
80
1. On the **Managed private endpoints** page of the watcher, select **Add**.
0 commit comments