Skip to content

Commit 536b8a8

Browse files
committed
Acrolinx fixes
1 parent 77e5ed8 commit 536b8a8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/migrate/concepts-migration-webapps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ This article summarizes support settings and limitations for agentless migration
1515

1616
## Migration options
1717

18-
You can perform agentless migration of ASP.NET web apps at-scale to [Azure App Service](https://azure.microsoft.com/services/app-service/) using Azure Migrate. However, agent based migration is not supported.
18+
You can perform agentless migration of ASP.NET web apps at-scale to [Azure App Service](https://azure.microsoft.com/services/app-service/) using Azure Migrate. However, agent based migration isn't supported.
1919

2020
## Limitations
2121

22-
- Currently, At-Scale Discovery, Assessment and Migration is supported for ASP.NET web apps deployed to on-premises IIS servers hosted on VMware Environment.
22+
- Currently, At-Scale Discovery, Assessment and Migration are supported for ASP.NET web apps deployed to on-premises IIS servers hosted on VMware Environment.
2323
- You can select up to five App Service Plans as part of single migration.
24-
- Currently, we do not support selecting existing App service plans during the migration flow.
24+
- Currently, we don't support selecting existing App service plans during the migration flow.
2525
- You can migrate web apps up to max 2 GB in size including content stored in mapped virtual directory.
26-
- Currently, we do not support migrating UNC directory content.
26+
- Currently, we don't support migrating UNC directory content.
2727
- You need Windows PowerShell 4.0 installed on VMs hosting the IIS web servers from which you plan to migrate ASP.NET web apps to Azure App Services.
28-
- Currently, the migration flow does not support VNet integrated scenarios.
28+
- Currently, the migration flow doesn't support VNet integrated scenarios.
2929

3030
## ASP.NET web apps migration requirements
3131

@@ -43,7 +43,7 @@ Support | Details
4343
## Next steps
4444

4545
- Learn how to [perform at-scale agentless migration of ASP.NET web apps to Azure App Service](./tutorial-modernize-asp-net-appservice-code.md).
46-
- Once you have successfully completed migration, you may explore the following steps based on web app specific requirement(s):
46+
- Once you have successfully migrated, you can explore the following steps based on web app specific requirements:
4747
- [Map existing custom DNS name](../app-service/app-service-web-tutorial-custom-domain.md).
4848
- [Secure a custom DNS with a TLS/SSL binding](../app-service/configure-ssl-bindings.md).
4949
- [Securely connect to Azure resources](../app-service/tutorial-connect-overview.md).

articles/migrate/vmware/agent-based-migration-architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ The table summarizes the components used for agent-based migration.
3737

3838
**Component** | **Details** | **Installation**
3939
--- | --- | ---
40-
**Replication appliance** | The replication appliance (configuration server/process server) is an on-premises server that acts as a bridge between the on-premises environment, and the Migration and modernization tool. The appliance discovers the on-premises server inventory, so that the Migration and modernization tool can orchestrate replication and migration. The appliance has two components:<br/><br/> **Configuration server**: Connects to the Migration and modernization tool and coordinates replication.<br/> **Process server**: Handles data replication. The process server receives server data, compresses and encrypts it, and sends to Azure. In Azure, the Migration and modernization tool writes the data to managed disks. | By default the process server is installed together with the configuration server on the replication appliance.
41-
**Mobility service** | The Mobility service is an agent installed on each server you want to replicate and migrate. It sends replication data from the server to the process server. | Installation files for different versions of the Mobility service are located on the replication appliance. You download and install the agent you need, in accordance with the operating system and version of the server you want to replicate.
40+
**Replication appliance** | The replication appliance (configuration server/process server) is an on-premises server that acts as a bridge between the on-premises environment, and the Migration and modernization tool. The appliance discovers the on-premises server inventory, so that the Migration and modernization tool can orchestrate replication and migration. The appliance has two components:<br/><br/> **Configuration server**: Connects to the Migration and modernization tool and coordinates replication.<br/> **Process server**: Handles data replication. The process server receives server data, compresses, and encrypts it, and sends to Azure. In Azure, the Migration and modernization tool writes the data to managed disks. | By default the process server is installed together with the configuration server on the replication appliance.
41+
**Mobility service** | The Mobility service is an agent installed on each server you want to replicate and migrate. It sends replication data from the server to the process server. | Installation files for different versions of the Mobility service are located on the replication appliance. You download and install the agent you need, according to the operating system and version of the server you want to replicate.
4242

4343
## Mobility service installation
4444

4545
You can deploy the Mobility Service using the following methods:
4646

47-
- **Push installation**: The Mobility service is installed by the process server when you enable protection for a server.
47+
- **Push installation**: The process server installs the Mobility service when you enable protection for a server.
4848
- **Install manually**: You can install the Mobility service manually on each server through UI or command prompt.
4949

5050
The Mobility service communicates with the replication appliance and replicated servers. If you have antivirus software running on the replication appliance, process servers, or servers being replicated, the following folders should be excluded from scanning:
@@ -74,12 +74,12 @@ The Mobility service communicates with the replication appliance and replicated
7474
--- | ---
7575
**Replicating servers** | The Mobility service running on VMs communicates with the on-premises replication appliance on port HTTPS 443 inbound, for replication management.<br/><br/> Servers send replication data to the process server on port HTTPS 9443 inbound. This port can be modified.
7676
**Replication appliance** | The replication appliance orchestrates replication with Azure over port HTTPS 443 outbound.
77-
**Process server** | The process server receives replication data, optimizes and encrypts it, and sends it to Azure storage over port 443 outbound.
77+
**Process server** | The process server receives replication data, optimizes, and encrypts it, and sends it to Azure storage over port 443 outbound.
7878

7979

8080
## Performance and scaling
8181

82-
By default, you deploy a single replication appliance that runs both the configuration server and the process server. If you're only replicating a few servers, this deployment is sufficient. However, if you're replicating and migrating hundreds of servers, a single process server might not be able to handle all the replication traffic. In this case, you can deploy additional, scale-out process servers.
82+
By default, you deploy a single replication appliance that runs both the configuration server and the process server. If you're only replicating a few servers, this deployment is sufficient. However, if you're replicating and migrating hundreds of servers, a single process server might not be able to handle all the replication traffic. In this case, you can deploy additional scale-out process servers.
8383

8484
### Plan VMware deployment
8585

@@ -112,7 +112,7 @@ If you need to deploy a scale-out process server, use this table to figure out s
112112

113113
VMware traffic that replicates to Azure goes through a specific process server. You can limit upload throughput by throttling bandwidth on the servers that are running as process servers. You can influence bandwidth using this registry key:
114114

115-
- The HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Azure Backup\Replication\UploadThreadsPerVM registry value specifies the number of threads that are used for data transfer (initial or delta replication) of a disk. A higher value increases the network bandwidth that's used for replication. The default value is four. The maximum value is 32. Monitor traffic to optimize the value.
115+
- The HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Azure Backup\Replication\UploadThreadsPerVM registry value specifies the number of threads that are used for data transfer (initial or delta replication) of a disk. A higher value increases the network bandwidth that's used for replication. The default value is four. The maximum value is 32. To optimize the value, monitor the traffic.
116116
- In addition, you can throttle bandwidth on the process server as follows:
117117

118118
1. On the process server, open the Azure Backup MMC snap-in. There's a shortcut on the desktop or in the folder C:\Program Files\Microsoft Azure Recovery Services Agent\bin.

0 commit comments

Comments
 (0)