2

Does Microsoft R Server facilitates R shiny applications?

I found that in Azure we can set up a Microsoft R server, so can this be used to host shiny applications as well?

Mike Wise
  • 22,131
  • 8
  • 81
  • 104
Thisara Watawana
  • 344
  • 4
  • 15

1 Answers1

3

Yes, you can run shiny apps on Microsoft Azure. See instructions for dockerizing a shiny app here.

Maximilian Kohl
  • 632
  • 1
  • 9
  • 23