Skip to content

Commit 264fb0e

Browse files
committed
fixing broken links
1 parent e58cc9e commit 264fb0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cloud-services-extended-support/in-place-migration-common-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Common migration errors and mitigation steps.
3535

3636
| Error message | Details |
3737
|---|---|
38-
| The resource type couldn't be found in the namespace `Microsoft.Compute` for API version '2020-10-01-preview'. | [Register the subscription](in-place-migration-overview.md#setup-access-for-migration) for CloudServices feature flag to access public preview. |
38+
| The resource type couldn't be found in the namespace `Microsoft.Compute` for API version '2020-10-01-preview'. | [Register the subscription](in-place-migration-overview.md#set-up-access-for-migration) for CloudServices feature flag to access public preview. |
3939
| The server encountered an internal error. Retry the request. | Retry the operation, use [Microsoft Q&A](/answers/topics/azure-cloud-services-extended-support.html) or contact support. |
4040
| The server encountered an unexpected error while trying to allocate network resources for the cloud service. Retry the request. | Retry the operation, use [Microsoft Q&A](/answers/topics/azure-cloud-services-extended-support.html) or contact support. |
4141
| Deployment deployment-name in cloud service cloud-service-name must be within a virtual network to be migrated. | Deployment isn't located in a virtual network. For more information, see [the Migration of deployments not in a virtual network section of Technical details of migrating to Azure Cloud Services (extended support)](in-place-migration-technical-details.md#migration-of-deployments-not-in-a-virtual-network). |

articles/cloud-services-extended-support/in-place-migration-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Select-AzureSubscription –SubscriptionName "My Azure Subscription"
116116
## Migrate your Cloud Services
117117
Before starting the migration, understand how the [migration steps](./in-place-migration-overview.md#migration-steps) works and what each step does.
118118

119-
* [Migrate a Cloud Service not in a virtual network](#51-option-1---migrate-a-cloud-service-not-in-a-virtual-network)
120-
* [Migrate a Cloud Service in a virtual network](#51-option-2---migrate-a-cloud-service-in-a-virtual-network)
119+
* [Migrate a Cloud Service not in a virtual network](#option-1---migrate-a-cloud-service-not-in-a-virtual-network)
120+
* [Migrate a Cloud Service in a virtual network](#option-2---migrate-a-cloud-service-in-a-virtual-network)
121121

122122
> [!NOTE]
123123
> All the operations described here are idempotent. If you have a problem other than an unsupported feature or a configuration error, we recommend that you retry the prepare, abort, or commit operation. The platform then tries the action again.

0 commit comments

Comments
 (0)