You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-custom-container.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For your custom Windows image, choose the right [parent image (base image)](http
37
37
- To deploy .NET Framework apps, use a parent image based on the Windows Server 2019 Core [Long-Term Servicing Channel (LTSC)](/windows-server/get-started/servicing-channels-comparison#long-term-servicing-channel-ltsc) release.
38
38
- To deploy .NET Core apps, use a parent image based on the Windows Server 2019 Nano [Annual Channel (AC)](/windows-server/get-started/servicing-channels-comparison#annual-channel-ac) release.
39
39
40
-
It takes some time to download a parent image during app start-up. You can reduce start-up time by using one of the following parent images that are already cached in Azure App Service:
40
+
It takes some time to download a parent image during app startup. You can reduce startup time by using one of the following parent images that are already cached in Azure App Service:
Replace *\<app-name> with the name you used in the previous step. The output of the command, filtered by the `--query` and `--output` arguments, is the service principal ID of the assigned identity.
81
+
Replace *\<app-name>* with the name you used in the previous step. The output of the command, filtered by the `--query` and `--output` arguments, is the service principal ID of the assigned identity.
82
82
83
83
1. Get the resource ID of your Azure Container Registry:
84
84
@@ -277,14 +277,14 @@ App Service logs actions by the Docker host and activities from within the conta
Docker logs are displayed in the portal, in the **Container Settings** page of your app. The logs are truncated. To download all the logs, select **Download**.
287
+
Docker logs are displayed in the Azure portal, in the **Container Settings** page of your app. The logs are truncated. To download all the logs, select **Download**.
> Updating the app setting triggers automatic restart, which causes minimal downtime. For a production app, consider swapping it into a staging slot, change the app setting in the staging slot, and then swap it back into production.
348
348
349
349
To verify your adjusted number, open an SSH session from the Azure portal or use the Kudu portal (`https://<app-name>.scm.azurewebsites.net/webssh/host`). Enter the following commands using PowerShell. Each command returns a number.
@@ -478,7 +478,7 @@ Secure Shell (SSH) is commonly used to run administrative commands remotely from
478
478
> [!NOTE]
479
479
> The root password must be exactly `Docker!` because it's used by App Service to let you access the SSH session with the container. This configuration doesn't allow external connections to the container. Port 2222 of the container is accessible only within the bridge network of a private virtual network and isn't accessible to an attacker on the internet.
480
480
481
-
1. Rebuild and push the Docker image to the registry, and then test the Web App SSH feature on Azure portal.
481
+
1. Rebuild and push the Docker image to the registry, and then test the Web App SSH feature in the Azure portal.
482
482
483
483
For more troubleshooting information, see the Azure App Service blog: [Enabling SSH on Linux Web App for Containers](https://azureossd.github.io/2022/04/27/2022-Enabling-SSH-on-Linux-Web-App-for-Containers/index.html#troubleshooting)
0 commit comments