I have created a ILB in a VNET inside of Azure.
And I created an App Service Plan of that ASE (ILB) like below:
And I have hosted an App inside of the ILB. like below
To access the domain, I have created a Virtual machine inside of the VNET and added a host entry inside of that VM.
192.168.251.11 bb-pg-backend.bb-pg-ase2-app
So, when I hit the above URL (http://bb-pg-backend.bb-pg-ase2-app) I can see the below page.
Now from inside of the VM, I want to publish my code to the app service. I can create the profile successfully.
The error it is showing is
Should it not automatically do the bonding with Azure ASE (ILB) and publish the code to the app service?