Skip to content

Commit 7c10e38

Browse files
authored
Merge pull request #21 from fauhse/storage-mover
Set of commits for PR cleanup
2 parents b47f2d9 + 049b1ff commit 7c10e38

14 files changed

+145
-817
lines changed

articles/storage-mover/TOC.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ 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
2024
items:
2125
- name: Create a storage mover resource
22-
href: resource-create.md
26+
href: storage-mover-create.md
2327
- name: Deploy a storage mover agent
2428
href: agent-deploy.md
2529
- name: Manage
@@ -32,19 +36,9 @@ items:
3236
items:
3337
- name: Unregister an agent
3438
href: agent-register.md
35-
- name: Tutorials
36-
items:
37-
- name: InstallStorage Mover modules for PowerShell
38-
href: module-install.md
39-
- name: Migrate an NFS share to an Azure blob container
40-
href: migrate-share-nfs.md
39+
expanded: true
4140
- name: Resources
4241
items:
4342
- name: Release notes
4443
href: release-notes.md
45-
- name: Samples
46-
href: /samples/browse/?branch=main&expanded=azure
47-
- name: Azure Storage Mover release notes
48-
href: release-notes.md
49-
5044

articles/storage-mover/agent-register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article you'll learn how to successfully register a previously deployed
2929
## Prerequisites
3030

3131
There are two prerequisites before you can register an Azure Storage Mover agent:
32-
1. You need to have an Azure Storage Mover resource deployed. <br />Follow the steps in the *[Create a storage mover resource](resource-create.md)* article to deploy this resource in an Azure subscription and region of your choice. <!-- In the Azure portal, open the portal menu (tope left corner) and select *Create a resource*. Search for *Azure Storage Mover* and select *Create*. The article *Create a storage mover resource* has more details. -->
32+
1. You need to have an Azure Storage Mover resource deployed. <br />Follow the steps in the *[Create a storage mover resource](storage-mover-create.md)* article to deploy this resource in an Azure subscription and region of your choice. <!-- In the Azure portal, open the portal menu (tope left corner) and select *Create a resource*. Search for *Azure Storage Mover* and select *Create*. The article *Create a storage mover resource* has more details. -->
3333
1. You need to deploy the Azure Storage Mover agent VM. <br /> Follow the steps in the [Azure Storage Mover agent VM deployment](agent-deploy.md) article to run the agent VM and to get it connected to the internet.
3434

3535
## Registration overview

articles/storage-mover/deployment-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ If you want to learn more about how the agent gets access to migrate the data, r
9292
<!-- Add a context sentence for the following links -->
9393
These articles can help you become more familiar with the Storage Mover service.
9494
- [Understanding the Storage Mover resource hierarchy](resource-hierarchy.md)
95-
- [Deploying a Storage Mover resource](resource-create.md)
95+
- [Deploying a Storage Mover resource](storage-mover-create.md)
9696
- [Deploying a Storage Mover agent](agent-deploy.md)
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
<!--
22
!########################################################
3-
STATUS: IN REVIEW
3+
STATUS: COMPLETE
44
55
CONTENT: final
66
7-
REVIEW Stephen/Fabian: not reviewed
8-
REVIEW Engineering: not reviewed
7+
REVIEW Stephen/Fabian: COMPLETE
98
109
Document score: 100 (107 words and 0 issues)
1110
1211
!########################################################
1312
-->
1413

15-
<!--
16-
Azure Storage Mover is a hybrid cloud service. Hybrid services have a cloud service component and an infrastructure component the administrator of the service runs in their corporate environment. For Storage Mover, that hybrid component is a migration agent. Agents are virtual machines, ran on a host near the source storage. Learn more about [Storage Mover agent deployment](../agent-deploy.md).
17-
18-
All aspects of a migration are managed from the cloud service. The exception is the process of registering a migration agent. You can learn more about [agent registration](../agent-register.md) in a separate article.
19-
-->
20-
2114
Azure Storage Mover is a hybrid cloud service. Hybrid services have both a cloud service component and an infrastructure component. The service administrator runs the infrastructure component in their corporate environment. For Storage Mover, that hybrid component consists of a migration agent. Agents are virtual machines, deployed to and run on a host near the source storage. To learn more about the agent and how it's deployed, read the [Storage Mover agent deployment](../agent-deploy.md) article.
2215

2316
Except for the agent registration process, all aspects of a migration are managed from the cloud service. Details about the agent registration process are available within the [agent registration](../agent-register.md) article.

articles/storage-mover/index.yml

Lines changed: 36 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ brand: azure
77
metadata:
88
title: Azure Storage Mover documentation
99
description: Azure Storage Mover documentation hub page. Points to service documentation for using the Azure Storage Mover hybrid service to migrate unstructured data to Azure.
10-
ms.service: storage
10+
ms.service: storage-mover
1111
ms.topic: hub-page
1212
author: stevenmatthew
1313
ms.author: shaas
@@ -20,58 +20,47 @@ highlightedContent:
2020
# Card
2121
- title: What is Azure Storage Mover?
2222
itemType: concept
23-
url: /azure/storage-mover/service-overview
24-
- title: Card 1 Title 2
23+
url: /azure/storage-mover/service-overview.md
24+
- title: Understanding the Storage Mover resource hierarchy
2525
itemType: concept
26-
url: /azure/storage-mover/service-overview
27-
- title: Card 1 Title 3
28-
itemType: concept
29-
url: /azure/storage-mover/service-overview
30-
- title: Card 1 Title 4
31-
itemType: concept
32-
url: /azure/storage-mover/service-overview
33-
- title: Card 1 Title 5
34-
itemType: how-to-guide
35-
url: /azure/storage-mover/service-overview
36-
- title: Card 1 Title 6
37-
itemType: how-to-guide
38-
url: /azure/storage-mover/service-overview
26+
url: /azure/storage-mover/resource-hierarchy.md
27+
- title: Download the Storage Mover agent
28+
itemType: download
29+
url: https://aka.ms/StorageMover/agent
3930

4031

4132
# additionalContent section (optional)
4233
# Card with links style
4334
additionalContent:
4435
# Supports up to 3 sections
4536
sections:
46-
- title: Section 1
37+
- title: Deploy
4738
items:
4839
# Card
49-
- title: Section 1 Card 1
40+
- title: Service
5041
links:
51-
- url: /azure/storage-mover/service-overview.md
52-
text: Text for section 1 card 1
53-
- url: /azure/storage-mover/service-overview.md
54-
text: Additional text for section 1 card 1
55-
- url: /azure/storage-mover/service-overview
56-
text: See some more cool stuff >
42+
- url: /azure/storage-mover/deployment-planning.md
43+
text: Planning for a storage mover deployment
44+
- url: /azure/storage-mover/storage-mover-create.md
45+
text: Deploying a storage mover resource
5746
# Card
58-
- title: Section 1 Card 2
47+
- title: Agent
5948
links:
60-
- url: /azure/storage-mover/service-overview.md
61-
text: Text for section 1 card 2
62-
- url: /azure/storage-mover/service-overview.md
63-
text: Additional text for section 1 card 2
64-
- url: /azure/storage-mover/service-overview
65-
text: See some of Fabian's cool stuff >
49+
- url: https://aka.ms/StorageMover/agent
50+
text: Download the latest migration agent image
51+
- url: /azure/storage-mover/agent-deploy.md
52+
text: Deploy a Storage Mover agent VM
53+
- url: /azure/storage-mover/agent-register.md
54+
text: Register an agent VM
6655
# Card
67-
- title: Section 1 Card 3
56+
- title: Authentication & Authorization
6857
links:
69-
- url: /azure/storage-mover/service-overview.md
70-
text: Text for section 1 card 3
71-
- url: /azure/storage-mover/service-overview.md
72-
text: Additional text for section 1 card 3
73-
- url: /azure/storage-mover/service-overview
74-
text: See some of Stephen's cool stuff >
58+
- url: /azure/storage-mover/agent-register.md#authentication-and-authorization
59+
text: Overview
60+
- url: /azure/storage-mover/agent-register.md#just-in-time-authorization
61+
text: Just-in-time agent authorization
62+
- url: /azure/storage-mover/deployment-planning.md#permissions
63+
text: Required admin permissions (RBAC)
7564
# Card
7665
- title: Section 1 Card 4
7766
links:
@@ -82,80 +71,17 @@ additionalContent:
8271
- url: /azure/storage-mover/service-overview
8372
text: See some outrageously cool stuff >
8473

85-
- title: Section 2
86-
items:
87-
# Card
88-
- title: Section 2 Card 1
89-
links:
90-
- url: /azure/storage-mover/service-overview.md
91-
text: Text for section 1 card 1
92-
- url: /azure/storage-mover/service-overview.md
93-
text: Additional text for section 1 card 1
94-
- url: /azure/storage-mover/service-overview
95-
text: See some more cool stuff >
96-
# Card
97-
- title: Section 2 Card 2
98-
links:
99-
- url: /azure/storage-mover/service-overview.md
100-
text: Text for section 2 card 2
101-
- url: /azure/storage-mover/service-overview.md
102-
text: Additional text for section 2 card 2
103-
- url: /azure/storage-mover/service-overview
104-
text: See some of Fabian's cool stuff >
105-
# Card
106-
- title: Section 2 Card 3
107-
links:
108-
- url: /azure/storage-mover/service-overview.md
109-
text: Text for section 2 card 3
110-
- url: /azure/storage-mover/service-overview.md
111-
text: Additional text for section 2 card 3
112-
- url: /azure/storage-mover/service-overview
113-
text: See some of Stephen's cool stuff >
114-
# Card
115-
- title: Section 2 Card 4
116-
links:
117-
- url: /azure/storage-mover/service-overview.md
118-
text: Text for section 2 card 4
119-
- url: /azure/storage-mover/service-overview.md
120-
text: Additional text for section 2 card 4
121-
- url: /azure/storage-mover/service-overview
122-
text: See some outrageously cool stuff >
123-
124-
- title: Section 3
74+
- title: Manage
12575
items:
12676
# Card
127-
- title: Section 3 Card 1
77+
- title: Structure a migration
12878
links:
129-
- url: /azure/storage-mover/service-overview.md
130-
text: Text for section 3 card 1
131-
- url: /azure/storage-mover/service-overview.md
132-
text: Additional text for section 3 card 1
133-
- url: /azure/storage-mover/service-overview
134-
text: See some more cool stuff >
79+
- url: /azure/storage-mover/migration-basics.md
80+
text: Cloud migration basics
81+
- url: /azure/storage-mover/projects-manage.md
82+
text: Create a project
13583
# Card
136-
- title: Section 3 Card 2
84+
- title: Migration costs
13785
links:
138-
- url: /azure/storage-mover/service-overview.md
139-
text: Text for section 3 card 2
140-
- url: /azure/storage-mover/service-overview.md
141-
text: Additional text for section 3 card 2
142-
- url: /azure/storage-mover/service-overview
143-
text: See some of Fabian's cool stuff >
144-
# Card
145-
- title: Section 3 Card 3
146-
links:
147-
- url: /azure/storage-mover/service-overview.md
148-
text: Text for section 3 card 3
149-
- url: /azure/storage-mover/service-overview.md
150-
text: Additional text for section 3 card 3
151-
- url: /azure/storage-mover/service-overview
152-
text: See some of Stephen's cool stuff >
153-
# Card
154-
- title: Section 3 Card 4
155-
links:
156-
- url: /azure/storage-mover/service-overview.md
157-
text: Text for section 3 card 4
158-
- url: /azure/storage-mover/service-overview.md
159-
text: Additional text for section 3 card 4
160-
- url: /azure/storage-mover/service-overview
161-
text: See some outrageously cool stuff >
86+
- url: /azure/storage-mover/billing.md
87+
text: Understanding cost components

0 commit comments

Comments
 (0)