Skip to content

Commit 0983455

Browse files
committed
Learn Editor: Update personal-data-delete-export.md
1 parent 67716d4 commit 0983455

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/devtest-labs/personal-data-delete-export.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ DevTest Labs uses the user email address to send auto shutdown email notificatio
1919

2020
**Setting email at the lab:**
2121

22-
![Setting email at the lab level](./media/personal-data-delete-export/lab-user-email.png)
22+
![Setting email at the lab level.](./media/personal-data-delete-export/lab-user-email.png)
2323

2424
**Setting email at the VM:**
2525

26-
![Setting email at the VM level](./media/personal-data-delete-export/vm-user-email.png)
26+
![Setting email at the VM level.](./media/personal-data-delete-export/vm-user-email.png)
2727

2828
## Why do we need this personal data?
2929
The DevTest Labs service uses the personal data for operational purposes. This data is critical for the service to deliver key features. If you set a retention policy on the user email address, lab users do not receive timely auto shutdown email notifications after their email address is deleted from our system. Therefore, this data needs to be retained for as long as the user's resource is active in the Lab.
3030

3131
## How can I have the system to forget my personal data?
32-
As a lab user, if you like to have this personal data deleted, you can do so by deleting the corresponding resource in the Lab. The DevTest Labs service anonymizes the deleted personal data 30 days after it's deleted by the user.
32+
As a lab user, you can delete your personal by deleting the corresponding resource in the Lab. The DevTest Labs service anonymizes the deleted personal data 30 days after it's deleted by the user.
3333

34-
For example, If you delete your VM, or removed your email address, the DevTest Labs service anonymizes this data 30 days after the resource is deleted. The 30-day retention policy after deletion is to make sure that we provide an accurate month-over-month cost projection to the lab admin.
34+
For example, if you delete your VM, or remove your email address, the DevTest Labs service anonymizes this data 30 days after the resource is deleted. The 30-day retention policy after deletion ensures that DevTest Labs provides an accurate month-over-month cost projection to the lab admin.
3535

3636
## How can I request an export on my personal data?
37-
You can export personal and lab usage data by using the Azure PowerShell. The data will be exported as a csv file with the date and time of the export requested in the name.
37+
You can export personal and lab usage data by using Azure PowerShell. DevTest Labs exports the data as a csv file with the date and time of the export requested in the name.
3838

3939
### Azure PowerShell
4040

@@ -116,7 +116,7 @@ $result = Invoke-AzureRmResourceAction -Action 'ExportResourceUsage' -ResourceId
116116
117117
```
118118

119-
The key components in the above sample are:
119+
The key components in the previous sample are:
120120

121121
- The Invoke-AzureRmResourceAction command.
122122

0 commit comments

Comments
 (0)