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

Remove the word Preview and Update API Version #125822

Merged
merged 9 commits into from
Feb 24, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ms.custom: devx-track-azurepowershell
ms.date: 11/11/2024
---

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

In this quickstart, you use Azure PowerShell to deploy a de-identification service (preview).
In this quickstart, you use Azure PowerShell 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 @@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
Install-Module -Name Az.HealthDataAIServices
```

## Deploy a de-identification service (preview)
## Deploy a de-identification service

Replace `<deid-service-name>` with a name for your de-identification service.

Expand Down Expand Up @@ -70,4 +70,4 @@ Remove-AzResourceGroup -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)