Skip to main content
demetriust17871215
Participant
May 13, 2019
Question

Running ColdFusion in Azure App Service

  • May 13, 2019
  • 1 reply
  • 4569 views

I'm looking to get some hands-on experience with Azure.

Can someone tell me the limitations of running CF2018 in Azure App Service vs VM? Such as, if certain CFADMIN features will not be available.

This topic has been closed for replies.

1 reply

Charlie Arehart
Community Expert
Community Expert
May 13, 2019

It works. No loss of admin features, in my experience. What were you thinking might be?

/Charlie (troubleshooter, carehart. org)
demetriust17871215
Participant
May 13, 2019

Running ColdFusion in Azure Web Service and the site is up and running, but getting "Unable to retrieve collections from the Search Services with CFADMIN. Ensure that you have installed ColdFusion Search Service and it is running." error message with ColdFusion Collections.

Initial thought is that there are some limitations running it as PAAS or missing add-ons.

Steps used: Running ColdFusion in Azure WebApp – Michael Hansen (CSA/ASA)

Community Expert
May 13, 2019

The search service isn't part of the CF WAR, so it won't work this way. But it's pretty easy to deploy a standalone Solr environment into Tomcat similarly to how you installed CF:

SolrTomcat - Solr Wiki

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC