The Life of Sadukie

Helping techies grow throughout their careers

Tag: Azure App Service

  • Azure Hosting with Azure App Service

    Yesterday, I talked about the hosting option for front-end apps that don’t require server rendering. Azure Static Web Apps takes care of that. Today, we’ll explore a hosting offering that does support server rendering – Azure App Service! Disclaimer: I am a contributor to some of these docs and their sample code. I am also […]

  • Working with Azure DevOps + Azure App Service – Part 2

    This blog post accompanies a demo I did for my Intro to Azure DevOps talk with the Northeast Ohio Women in Tech group. I’m breaking this up into multiple parts in order to talk through the Azure App Service adventures. We will try to stay within the browser so that we don’t have to install […]

  • Working with Azure DevOps + Azure App Service – Part 1

    This blog post accompanies a demo I did for my Intro to Azure DevOps talk with the Northeast Ohio Women in Tech (NEOWIT) group yesterday. I’m breaking this up into multiple parts in order to talk through the Azure App Service adventures. We will try to stay within the browser so that we don’t have […]

  • Getting OCI8 extension working with PHP 8.0 on Azure App Service

    Over the past couple months, I have been Tweeting about PHP and Azure. Now that my projects are slowing down, I want to share one of the things I figured out in working with PHP and Azure. My client had a WordPress plugin that communicated with an on-premises Oracle server. In the process of migrating […]