Proposed Pull Request Change

📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- title: Personal data description: Learn how to manage personal data associated with Azure Resource Manager operations. ms.topic: article ms.custom: devx-track-arm-template ms.date: 02/12/2025 --- # Manage personal data associated with Azure Resource Manager To avoid exposing sensitive information, delete any personal information you provided in deployments, resource groups, or tags. Azure Resource Manager provides operations that let you manage personal data you provided in deployments, resource groups, or tags. [!INCLUDE [Handle personal data](~/reusable-content/ce-skilling/azure/includes/gdpr-intro-sentence.md)] ## Delete personal data in deployment history For deployments, Resource Manager retains parameter values and status messages in the deployment history. These values persist until you delete the deployment from the history. To see if you provided personal data in these values, list the deployments. If you find personal data, delete the deployments from the history. To list **deployments** in the history, use: * [List By Resource Group](/rest/api/resources/deployments/listbyresourcegroup) * [Get-AzResourceGroupDeployment](/powershell/module/az.resources/Get-AzResourceGroupDeployment) * [az deployment group list](/cli/azure/deployment/group#az-deployment-group-list) To delete **deployments** from the history, use: * [Delete](/rest/api/resources/deployments/delete) * [Remove-AzResourceGroupDeployment](/powershell/module/az.resources/Remove-AzResourceGroupDeployment) * [az deployment group delete](/cli/azure/deployment/group#az-deployment-group-delete) ## Delete personal data in resource group names The name of the resource group persists until you delete the resource group. To see if you provided personal data in the names, list the resource groups. If you find personal data, [move the resources](move-resource-group-and-subscription.md) to a new resource group, and delete the resource group with personal data in the name. To list **resource groups**, use: * [List](/rest/api/resources/resourcegroups/list) * [Get-AzResourceGroup](/powershell/module/az.resources/Get-AzResourceGroup) * [az group list](/cli/azure/group#az-group-list) To delete **resource groups**, use: * [Delete](/rest/api/resources/resourcegroups/delete) * [Remove-AzResourceGroup](/powershell/module/az.resources/Remove-AzResourceGroup) * [az group delete](/cli/azure/group#az-group-delete) ## Delete personal data in tags Tag names and values persist until you delete or modify the tag. To see if you provided personal data in the tags, list the tags. If you find personal data, delete the tags. To list **tags**, use: * [List](/rest/api/resources/tags/list) * [Get-AzTag](/powershell/module/az.resources/Get-AzTag) * [az tag list](/cli/azure/tag#az-tag-list) To delete **tags**, use: * [Delete](/rest/api/resources/tags/delete) * [Remove-AzTag](/powershell/module/az.resources/Remove-AzTag) * [az tag delete](/cli/azure/tag#az-tag-delete) ## Next steps * For an overview of Azure Resource Manager, see the [What is Resource Manager?](overview.md)
Success! Branch created successfully. Create Pull Request on GitHub
Error: