Skip to content

Commit f390f71

Browse files
committed
cleanup
1 parent 30808df commit f390f71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-arc/data/view-arc-data-services-inventory-in-azure-portal.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,30 @@ ms.topic: how-to
1313

1414
# Inventory of Arc enabled data services
1515

16+
You can view your Azure Arc-enabled data services in the Azure portal or in your Kubernetes cluster.
1617

1718
## View resources in Azure portal
1819

19-
After you upload your [metrics, logs](upload-metrics-and-logs-to-azure-monitor.md), or [usage](view-billing-data-in-azure.md), you can view your Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server groups in Azure portal. To view your resource in the [portal](https://portal.azure.com) follow these steps:
20+
After you upload your [metrics, logs](upload-metrics-and-logs-to-azure-monitor.md), or [usage](view-billing-data-in-azure.md), you can view your Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server groups in the Azure portal. To view your resource in the [Azure portal](https://portal.azure.com), follow these steps:
2021

2122
1. Go to **All services**.
2223
1. Search for your database instance type.
2324
1. Add the type to your favorites.
2425
1. In the left menu, select the instance type.
2526
1. View your instances in the same view as your other Azure SQL or Azure PostgreSQL Hyperscale resources (use filters for a granular view).
2627

27-
## View resources in your kubernetes cluster
28+
## View resources in your Kubernetes cluster
2829

2930
If the Azure Arc data controller is deployed in **indirect** connectivity mode, you can run the below command to get a list of all the Azure Arc SQL managed instances:
31+
3032
```
3133
az sql mi-arc list --k8s-namespace <namespace> --use-k8s
3234
#Example
3335
az sql mi-arc list --k8s-namespace arc --use-k8s
3436
```
3537

3638
If the Azure Arc data controller is deployed in **direct** connectivity mode, you can run the below command to get a list of all the Azure Arc SQL managed instances:
39+
3740
```
3841
az sql mi-arc list --resource-group <resourcegroup>
3942
#Example

0 commit comments

Comments
 (0)