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: articles/extended-zones/arc-enabled-workloads-managed-sql.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ In this article, you'll learn how to deploy an Arc-enabled Managed SQL Instance
20
20
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
21
21
- Install the [Azure CLI](/cli/azure/install-azure-cli).
22
22
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
23
-
- Azure Data Studio
24
-
- Azure Arc extension for Azure Data Studio
25
-
- arcdata extension for Azure CLI
26
-
- kubectl
23
+
-[Visual Studio Code](https://code.visualstudio.com/download) (substituting previously used Azure Data Studio, which is now [retired](https://learn.microsoft.com/sql/tools/whats-happening-azure-data-studio?view=sql-server-ver17&tabs=dev)).
24
+
-[Azure Arc for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=azurearc-dev.azurearc)(substituting previously used Azure Data Studio Azure Arc extension, which is now [retired](https://learn.microsoft.com/sql/tools/whats-happening-azure-data-studio?view=sql-server-ver17&tabs=dev)).
25
+
- arcdata extension for Azure CLI.
26
+
- kubectl.
27
27
- An [Azure Arc data controller](/azure/azure-arc/data/plan-azure-arc-data-services), in addition to the required tools.
28
28
- Other client tools depending on your environment. For a more comprehensive list, see [Client tools](/azure/azure-arc/data/install-client-tools).
29
29
-[An Azure Arc-enabled Kubernetes cluster set up in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster).
@@ -152,7 +152,7 @@ To view the instance, use the following command:
152
152
az sql mi-arc list --k8s-namespace <namespace> --use-k8s
153
153
```
154
154
155
-
You can copy the external IP and port number from here and connect to SQL Managed Instance enabled by Azure Arc. At this time, use the insiders build of [Azure Data Studio](https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main).
155
+
You can copy the external IP and port number from here and connect to SQL Managed Instance enabled by Azure Arc. At this time, you may use the Visual Studio Code extension for Azure Arc.
0 commit comments