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: docs/sql-server/azure-arc/view-databases.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,60 +24,60 @@ Before you begin, verify that the SQL Server instance that hosts the databases:
24
24
25
25
## Inventory databases
26
26
27
-
1. Locate the Azure Arc-enabled SQL Server instance in Azure portal
27
+
1. Locate the Azure Arc-enabled SQL Server instance in the Azure portal.
28
28
1.**Select** the SQL Server resource.
29
29
1. Under **Data management**, select **Databases**.
30
30
31
31
:::image type="content" source="media/view-databases/databases.png" alt-text="Screenshot of Azure portal, SQL Server databases - Azure Arc.":::
32
32
33
-
Azure portal shows **SQL Server databases - Azure Arc**. Use this area to view the databases that belong to the instance.
33
+
The Azure portal shows **SQL Server databases - Azure Arc**. Use this area to view the databases that belong to the instance.
34
34
35
35
## View database properties
36
36
37
37
To view database properties for a specific database, select the database on the portal.
38
38
39
-
After you create, modify, or delete a database, changes are visible in Azure portal within an hour.
39
+
After you create, modify, or delete a database, changes are visible in the Azure portal within an hour.
40
40
41
41
:::image type="content" source="media/view-databases/database-properties.png" alt-text="Screenshot of Azure portal, SQL Server database properties.":::
42
42
43
43
## How to use Azure Resource Graph to query data
44
44
45
-
Here are some example scenarios showing how you use [Azure Resource Graph](/azure/governance/resource-graph/overview) to query data that is available with the release of viewing databases for Azure Arc-enabled SQL Server.
45
+
Here are some example scenarios showing how you use [Azure Resource Graph](/azure/governance/resource-graph/overview) to query data that is available when viewing Azure Arc-enabled SQL Server databases.
46
46
47
47
### Scenario 1: Get 10 databases
48
48
49
49
Get 10 databases and return what properties are available to query:
Many of the most interesting properties to query on are in the `properties` property. To explore the available properties, run this query and then select **See details** on a row. This returns the properties in a json viewer on the right side.
57
+
Many of the most interesting properties to query are in the `properties` property. To explore the available properties, run this query and then select **See details** on a row. This returns the properties in a json viewer on the right side.
0 commit comments