Deploying WebApp on Azure problem

Hello to everyone.

I´m trying to deploy an WebApp to Azure following Jmix instructions (.War).
The Jmix project works perfectly on localhost, my Resource Group with the app Service and Azure Database PostgreSQL are working too, no errors was given when created.
Despite that, when I want to deploy the app with <<./gradlew azureWebAppDeploy">>

It gives me this warning on jmix terminal:
jmixWarning
but the app at the end says: “Succesfully deployed the artifact to https://myAppName.azurewebsites.net

And if I acces that link, I recieve a 404 in the browser.

And looking for Application Logs inside Azure I have this Warning:
AzureWarning

I will be grateful for any help you can provide.

Hi, @mihai.maranduca!

Unfortunately, we cannot reproduce the problem. Is this problem still actual for you?

Regards,
Elena

Hello Elena,
Thanks for your answer. I managed to deploy the app on a private server with Tomcat.

I´m not sure but I think the problem may be that Jmix deploy the War on certain directory and Azure is searching for it on a different path.

Kind regards