Skip to content

Commit 72a26fe

Browse files
committed
renaming resource-create article to storage-mover-create and fixing all associated links
1 parent bf46eb9 commit 72a26fe

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

articles/storage-mover/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ items:
1919
- name: Deploy
2020
items:
2121
- name: Create a storage mover resource
22-
href: resource-create.md
22+
href: storage-mover-create.md
2323
- name: Deploy a storage mover agent
2424
href: agent-deploy.md
2525
- name: Manage

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)

articles/storage-mover/migration-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ Here are a few more recommendations:
167167
These articles can help you utilize Azure Storage Mover for your cloud migration:
168168

169169
- [Become familiar with the Storage Mover resource hierarchy](resource-hierarchy.md)
170-
- [Learn how to deploy a Storage Mover in your Azure subscription](resource-create.md)
170+
- [Learn how to deploy a Storage Mover in your Azure subscription](storage-mover-create.md)
171171
- [Learn how to deploy a Storage Mover agent in your environment](agent-deploy.md)

articles/storage-mover/projects-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A Storage Mover project is used to organize migration jobs into logical tasks or
3131

3232
When you define a project, it's a good idea to add all related, inter-dependent data sources into the same project so that they can be migrated together. You should add all the data sources necessary to migrate a single workload rather than create projects for each data source in your migration plan. You may also choose to create individual projects for each distinct group of data sources in your migration plan.
3333

34-
This article guides you through the creation and management of Azure Storage Mover projects. To follow these examples, you'll need a top-level storage mover resource. If you haven't yet created one, follow the steps within the [Create a Storage Mover resource](resource-create.md) article before continuing.
34+
This article guides you through the creation and management of Azure Storage Mover projects. To follow these examples, you'll need a top-level storage mover resource. If you haven't yet created one, follow the steps within the [Create a Storage Mover resource](storage-mover-create.md) article before continuing.
3535

3636
After you complete the steps within this article, you'll be able to create and manage projects using the Azure portal and Azure PowerShell.
3737

articles/storage-mover/resource-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ Endpoints are parented to the top-level storage mover resource and can be reused
130130

131131
After understanding the resources involved in an Azure Storage Mover deployment, it's a good idea to start a proof-of-concept deployment. These articles may be good, next reads:
132132

133-
- [Deploy a storage mover resource in your subscription.](resource-create.md)
133+
- [Deploy a storage mover resource in your subscription.](storage-mover-create.md)
134134
- [Deploy an Azure Storage Mover agent VM.](agent-deploy.md)

articles/storage-mover/resource-create.md renamed to articles/storage-mover/storage-mover-create.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ To deploy a storage mover into a resource group, you must be a member of the *Co
5151

5252
### [PowerShell](#tab/powershell)
5353

54+
Creating a storage mover requires you to decide on a subscription, a resource group, a region, and a name. The *[Planning for an Azure Storage Mover deployment](deployment-planning.md)* article shares best practices. Refer to the [resource naming convention](../azure-resource-manager/management/resource-name-rules.md#microsoftstoragesync) to choose a supported name.
55+
5456
The `New-AzStorageMover` cmdlet is used to create new storage mover resource in a resource group. If you haven't yet installed the `Az.StorageMover` module:
5557

5658
```powershell
@@ -83,15 +85,18 @@ $description = <Up to 1024 characters>
8385
## Log into Azure with your Azure credentials
8486
Connect-AzAccount -SubscriptionId $subscriptionID
8587
86-
## If this is the first storage mover resource deployed in this subscription, you need to manually register the resource provider namespaces Microsoft.StorageMover and Microsoft.HybridCompute with your subscription. This only needs to be done once per subscription. You must have at least Contributor permissions (RBAC role) on the subscription.
88+
## If this is the first storage mover resource deployed in this subscription:
89+
## You need to manually register the resource provider namespaces Microsoft.StorageMover and Microsoft.HybridCompute with your subscription.
90+
## This only needs to be done once per subscription. You must have at least Contributor permissions (RBAC role) on the subscription.
8791
## Register-AzResourceProvider -ProviderNamespace Microsoft.StorageMover
8892
## Register-AzResourceProvider -ProviderNamespace Microsoft.HybridCompute
8993
90-
## The value for the Azure region of your resource stems from an enum. To find the correct Location value for your selected Azure region, run:
94+
## The value for the Azure region of your resource stems from an enum.
95+
## To find the correct Location value for your selected Azure region, run:
9196
## Get-AzLocation | select displayname,location
9297
9398
## Create a storage mover resource
94-
New-AzStorageMover -Name $storageMoverName -ResourceGroupName $resourceGroupName -Location <Your Location value>
99+
New-AzStorageMover -Name $storageMoverName -ResourceGroupName $resourceGroupName -Location #<Your Location value>
95100
96101
```
97102

0 commit comments

Comments
 (0)