I want to make a simple dynamic web project with Eclipse and to publish it as an Azure Cloud Service.
I follow this tutorial: https://docs.microsoft.com/en-us/azure/azure-toolkit-for-eclipse-creating-a-hello-world-application.
I have downloaded the trial version of Microsoft Azure. I have installed Azure Toolkit for Eclipse in Help->Install New Software, but when I right click on my project and then I select the Azure menu, it contains only two options:
- Publish as Azure Web App
- Publish as Docker Container
So, why there's not the option "Publish as Azure Cloud Service" ? Can someone help me please ?