Skip to content

Commit 996dc93

Browse files
committed
removed Azure Data Studio
1 parent 35e452d commit 996dc93

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/extended-zones/arc-enabled-workloads-managed-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ In this article, you'll learn how to deploy an Arc-enabled Managed SQL Instance
2020
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
2121
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2222
- 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.
2727
- An [Azure Arc data controller](/azure/azure-arc/data/plan-azure-arc-data-services), in addition to the required tools.
2828
- Other client tools depending on your environment. For a more comprehensive list, see [Client tools](/azure/azure-arc/data/install-client-tools).
2929
- [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:
152152
az sql mi-arc list --k8s-namespace <namespace> --use-k8s
153153
```
154154

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.
156156

157157

158158
## Clean up resources

0 commit comments

Comments
 (0)