Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart-azure-cli.md #125812

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ms.custom: devx-track-azurecli
ms.date: 11/11/2024
---

# Quickstart: Deploy the Azure Health Data Services de-identification service (preview) with Azure CLI
# Quickstart: Deploy the Azure Health Data Services de-identification service with Azure CLI

In this quickstart, you use the Azure CLI to deploy a de-identification service (preview).
In this quickstart, you use the Azure CLI to deploy a de-identification service.

If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

Expand All @@ -26,7 +26,7 @@ Install the **deidservice** extension:
az extension add --name deidservice
```

## Deploy a de-identification service (preview)
## Deploy a de-identification service
> [!NOTE]
> This command requires Azure CLI version 2.6 or later. You can check the currently installed version by running `az --version`.

Expand Down Expand Up @@ -66,4 +66,4 @@ az group delete --name exampleRG
## Next steps

> [!div class="nextstepaction"]
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)