Skip to content

Commit efa2f30

Browse files
committed
Add/remove articles from TOC + removed migrate-nfs-share article + added a cascading-delete warning to projects-manage
1 parent a1542ed commit efa2f30

File tree

3 files changed

+12
-159
lines changed

3 files changed

+12
-159
lines changed

articles/storage-mover/TOC.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ items:
1212
href: deployment-planning.md
1313
- name: Resource Hierarchy
1414
href: resource-hierarchy.md
15-
- name: Understanding billing
15+
- name: Migration costs
1616
href: billing.md
17+
- name: Cloud migration basics
18+
href: migration-basics.md
19+
- name: Performance targets
20+
href: performance-targets.md
1721
- name: How-To
1822
items:
1923
- name: Deploy
@@ -32,17 +36,9 @@ items:
3236
items:
3337
- name: Unregister an agent
3438
href: agent-register.md
35-
- name: Tutorials
36-
items:
37-
- name: Migrate an NFS share to an Azure blob container
38-
href: migrate-share-nfs.md
39+
expanded: true
3940
- name: Resources
4041
items:
4142
- name: Release notes
4243
href: release-notes.md
43-
- name: Samples
44-
href: /samples/browse/?branch=main&expanded=azure
45-
- name: Azure Storage Mover release notes
46-
href: release-notes.md
47-
4844

articles/storage-mover/migrate-share-nfs.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

articles/storage-mover/projects-manage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ The removal of a project resource should be a relatively rare occurrence in your
250250

251251
:::image type="content" source="media/projects-manage/project-explorer-delete-sml.png" alt-text="An image showing the steps to permanently remove a project resource from within the Portal Explorer." lightbox="media/projects-manage/project-explorer-delete-lrg.png":::
252252

253+
> [!WARNING]
254+
> Deleting a project will delete all contained job definitions, their run history and results. Deleting any of these resources is permanent and cannot be undone. Storage endpoints are not affected.
255+
253256
# [PowerShell](#tab/powershell)
254257

255258
Use the `Remove-AzStorageMoverProject` to permanently delete a project resource. Provide the project's name with the `-Name` parameter, and resource group and storage mover resource names with the `-ResourceGroupName` and `-StorageMoverName` parameters, respectively.
@@ -263,6 +266,9 @@ Remove-AzStorageMoverProject `
263266
264267
```
265268

269+
> [!WARNING]
270+
> Deleting a project will delete all contained job definitions, their run history and results. Deleting any of these resources is permanent and cannot be undone. Storage endpoints are not affected.
271+
266272
---
267273

268274
## Next steps

0 commit comments

Comments
 (0)