Ciao!
We are in a process of migrating an on-prem app to Azure. We have created an App Service running in Linux. The App Service Plan is running on B1 sku (while in Dev). We have the below variables configured. In the deployment center, we have it configured to point to the on-prem harbor container, have provided correct credentials, image name and tag. We have also attached a company's root certificate under the Public key certificate tab as the harbor container on-prem uses the same too.
We can ping and resolve the harbor container from the app service.
We are using private endpoint and vNet is integrated.
Here are the errors:
2024-11-25T17:26:34.998Z INFO - Attempting to pull image harbor.xxxx.com/company-noncritical-apps/yyyy-app:1.7.10-f8 from VNET.
2024-11-25T17:26:39.571Z ERROR - Image pull for harbor.xxxx.com/company-noncritical-apps/yyyy-app:1.7.10-f8 failed. UnexpectedFaliure
2024-11-25T17:26:39.581Z ERROR - Pulling docker image harbor.xxxx.com/company-noncritical-apps/yyyy-app:1.7.10-f8 over VNET failed.
2024-11-25T17:26:39.589Z WARN - Image pull failed. Defaulting to local copy if present.
2024-11-25T17:26:39.599Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2024-11-25T17:26:39.611Z INFO - Stopping site xxxxxx because it failed during startup.