Skip to content

Commit 6c2aa3d

Browse files
Merge pull request #314911 from habibaum/20Apr-formatting-fixes
fixing formatting issues
2 parents ae1f8c0 + ddde76c commit 6c2aa3d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/migrate/migrate-support-matrix-hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ Support | ASP.NET web apps | Java web apps
294294
--- | --- | ---
295295
Stack | VMware, Hyper-V, and physical servers. | VMware, Hyper-V, and physical servers.
296296
Windows servers | Windows Server 2008 R2 and later are supported. | Not supported.
297-
Linux servers | Not supported | Servers that meet the [requirements](/azure/migrate/migrate-support-matrix-hyper-v?view=migrate#hyper-v-host-requirements)
297+
Linux servers | Not supported | Servers that meet the [requirements](#hyper-v-host-requirements).
298298
Web server versions | IIS 7.5 and later | Tomcat 8 or later
299299
Protocol | WinRM port 5986 (HTTPS) by default, if HTTPS prerequisites aren't configured on the target servers, communication falls back to WinRM port 5985 (HTTP) | SSH port 22 (TCP)
300-
Required privileges | The least privileged user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job'. | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
300+
Required privileges | The least privileged user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. </br></br> Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job'. | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
301301

302302
> [!NOTE]
303303
> Data is always encrypted at rest and during transit.

articles/migrate/migrate-support-matrix-physical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Windows servers | Windows Server 2008 R2 and later are supported | Not supported
299299
Linux servers | Not supported | Servers that meet the [requirements](migrate-support-matrix-physical.md#physical-server-requirements)
300300
Web server versions | IIS 7.5 and later | Tomcat 8 and later
301301
Protocol | WinRM port 5986 (HTTPS) by default, if HTTPS prerequisites aren't configured on the target servers, communication falls back to WinRM port 5985 (HTTP) | SSH port 22 (TCP)
302-
Required privileges | The least privileged user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job'. | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
302+
Required privileges | The least privileged user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. </br></br> Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job'. | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
303303

304304
> [!NOTE]
305305
> Data is always encrypted at rest and during transit.

articles/migrate/migrate-support-matrix-vmware.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ Support | ASP.NET web apps | Java web apps
292292
--- | --- | ---
293293
Stack |VMware, Hyper-V, and physical servers. | VMware, Hyper-V, and physical servers.
294294
Windows servers | Windows Server 2008 R2 and later are supported. | Not supported.
295-
Linux servers | Not supported | Servers that meet the [requirements](/azure/migrate/migrate-support-matrix-vmware?view=migrate&tabs=businesscase#vmware-requirements)
295+
Linux servers | Not supported | Servers that meet the [requirements](#vmware-requirements).
296296
Web server versions | IIS 7.5 and later. | Tomcat 8 or later.
297-
Connection | Uses VMware tools. If VMware tools is not installed, WinRM port 5986 (HTTPS) is used by default. If HTTPS prerequisites aren't configured on the target servers, communication falls back to WinRM port 5985 (HTTP) | Uses VMware tools. If VMware tools is not installed, SSH port 22 (TCP) is used.
298-
Required privileges | The user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job' | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
297+
Connection | Uses VMware tools. </br></br> If VMware tools is not installed, WinRM port 5986 (HTTPS) is used by default. If HTTPS prerequisites aren't configured on the target servers, communication falls back to WinRM port 5985 (HTTP) | Uses VMware tools. </br></br> If VMware tools is not installed, SSH port 22 (TCP) is used.
298+
Required privileges | The user should be a part of the two user groups 1. Remote Management Users 2. IIS_IUSRS. The users must have read permissions to the following locations: C:\Windows\system32\inetsrv\config, C:\Windows\system32\inetsrv\config\applicationHost.config and C:\Windows\system32\inetsrv\config\redirection.config. </br></br> Add the user to 'log on as batch job' using secpol.msc and ensure user is not part of 'deny log on as batch job' | **Read (r)** and **Execute (x)** permissions recursively on all CATALINA_HOME directories.
299299

300300
> [!NOTE]
301301
> Data is always encrypted at rest and during transit.

0 commit comments

Comments
 (0)