https://github.com/caiomsouza/r-shiny-app-on-azure
R Shiny App on Azure
https://github.com/caiomsouza/r-shiny-app-on-azure
Last synced: 4 months ago
JSON representation
R Shiny App on Azure
- Host: GitHub
- URL: https://github.com/caiomsouza/r-shiny-app-on-azure
- Owner: caiomsouza
- License: mit
- Created: 2021-05-06T14:45:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T11:00:38.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:03:35.097Z (8 months ago)
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - caiomsouza/r-shiny-app-on-azure - R Shiny App on Azure (Others)
README
# R Shiny App on Azure
This repo aims to curate material about running R Shiny Apps on Azure.### Design against crime & Microsoft Azure with Shiny
https://docs.microsoft.com/en-gb/archive/blogs/uk_faculty_connection/design-against-crime-microsoft-azure-with-shiny### Shiny on Databricks
https://docs.databricks.com/spark/latest/sparkr/shiny.html
https://docs.microsoft.com/en-us/azure/databricks/spark/latest/sparkr/shiny### How to use containers in data science with Docker and Azure: Part 1, 2, 3, 4, 5 and 6
https://cloudblogs.microsoft.com/industry-blog/en-gb/technetuk/2019/05/22/how-to-use-containers-part-1/
https://cloudblogs.microsoft.com/industry-blog/en-gb/cross-industry/2019/05/31/how-to-use-containers-part-2/
https://cloudblogs.microsoft.com/industry-blog/en-gb/cross-industry/2019/06/07/how-to-use-containers-in-data-science-with-docker-and-azure-part-3/
https://cloudblogs.microsoft.com/industry-blog/en-gb/technetuk/2019/10/03/using-containers-to-run-r-shiny-workloads-in-azure-part-4/
https://cloudblogs.microsoft.com/industry-blog/en-gb/technetuk/2021/08/27/building-scalable-data-science-applications-using-containers-part-5/
https://cloudblogs.microsoft.com/industry-blog/en-gb/technetuk/2021/10/14/building-scalable-data-science-applications-using-containers-part-6/
https://cloudblogs.microsoft.com/industry-blog/en-gb/author/jon/### Deploying Dockerized R/Shiny Apps on Microsoft Azure the quick way
https://towardsdatascience.com/deploying-dockerized-r-shiny-apps-on-microsoft-azure-the-quick-way-b554ec6c6e2f### R Server and Shiny
https://docs.microsoft.com/en-gb/archive/blogs/mlserver/r-server-and-shiny### Learn Shiny
https://shiny.rstudio.com/tutorial/### Github repo example R Shiny App on Azure
https://github.com/kwhitehall/Shiny_app_Azure### Enable virtual network integration in Azure App Service
https://docs.microsoft.com/en-us/azure/app-service/configure-vnet-integration-enable### Rocker Shiny image + Tidyverse R packages.
https://hub.docker.com/r/rocker/shiny-verse### Configure your App Service or Azure Functions app to use Azure AD login
https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad### Use Key Vault references for App Service and Azure Functions
https://docs.microsoft.com/en-us/azure/app-service/app-service-key-vault-references### Docker Compose task
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/docker-compose?view=azure-devops### R Connect
https://www.rstudio.com/products/connect/### API Management
https://azure.microsoft.com/en-gb/services/api-management/#overview