Skip to content

Commit de91168

Browse files
committedSep 5, 2021
Local user name needs host name
1 parent e07f61a commit de91168

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 
Loading

‎articles/migrate/tutorial-app-containerization-aspnet-app-service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ The App Containerization helper tool connects remotely to the application server
147147
1. Specify the **IP address/FQDN and the credentials** of the server running the ASP.NET application that should be used to remotely connect to the server for application discovery.
148148
- The credentials provided must be for a local administrator (Windows) on the application server.
149149
- For domain accounts (the user must be an administrator on the application server), prefix the username with the domain name in the format *<domain\username>*.
150-
- You can run application discovery for upto five servers at a time.
150+
- For local accounts (the user must be an administrator on the application server), prefix the username with the hostname in the format *<hostname\username>*.
151+
- You can run application discovery for up to five servers at a time.
151152

152153
2. Click **Validate** to verify that the application server is reachable from the machine running the tool and that the credentials are valid. Upon successful validation, the status column will show the status as **Mapped**.
153154

@@ -160,8 +161,8 @@ The App Containerization helper tool connects remotely to the application server
160161
![Screenshot for discovered ASP.NET application.](./media/tutorial-containerize-apps-aks/discovered-app-asp.png)
161162

162163

163-
4. Use the checkbox to select the applications to containerize.
164-
5. **Specify container name**: Specify a name for the target container for each selected application. The container name should be specified as <*name:tag*> where the tag is used for container image. For example, you can specify the target container name as *appname:v1*.
164+
5. Use the checkbox to select the applications to containerize.
165+
6. **Specify container name**: Specify a name for the target container for each selected application. The container name should be specified as <*name:tag*> where the tag is used for container image. For example, you can specify the target container name as *appname:v1*.
165166

166167
### Parameterize application configurations
167168
Parameterizing the configuration makes it available as a deployment time parameter. This allows you to configure this setting while deploying the application as opposed to having it hard-coded to a specific value in the container image. For example, this option is useful for parameters like database connection strings.

0 commit comments

Comments
 (0)