Nov 9, 2021Adding Authentication to an API on Azure App ServiceHow to protect your API from unwanted requests Table of Contents Introduction Authentication vs. Authorization Authentication options Adding Azure’s Easy Auth User authentication: Azure Active Directory Service authentication: API Management Summary Resources Introduction APIs allow you to share your service with the world. But you don’t always want the whole world to be able…Azure11 min readAzure11 min read
Aug 31, 2021Hosting an R Plumber API using Azure App ServiceTurn your R code into an API and host it to enable worldwide access Table of Contents Introduction Prerequisites Project overview Creating a simple R Plumber API Setting up Azure Container Registry Creating, building and pushing a Docker image Using Azure App Service to host your Plumber API Next steps Resources Introduction In todays…R8 min readR8 min read