Is F # not supported in Visual Studio 2013 Update 3 and Azure SDK 2.4
I just installed Visual Studio 2013 Update 3 and Azure SDK 2.4. I also installed "Microsoft Azure Tools for Microsoft Visual Studio 2013 -v2.4". I have also tried repairing and reinstalling the sdk and Azure tools.
When building a C # project, I can see 4 templates under the cloud (Azure Cloud Service, ASP.NET Web App, Microsoft Azure WebJob and Azure Mobile Service).
When creating an F # project, there is no Cloud folder and Azure Templates.
Is F # not supported or is there something wrong with my installation? I think this has been supported earlier.
source to share
An F # template for worker roles is available when you create your Cloud Service project.
Create a cloud service project using C # or Visual Basic.
Then, when you select the roles for the cloud service, you can select the F # worker role.
Full disclosure: I haven't actually used the F # template. I just remember seeing this when building my C # projects.
source to share