Tag: App Service

  • Deploy your first Go Application to Azure App Service

    In my last blog post I demonstrated how you can deploy a Python Flask application from GitHub to Azure App Service, but what if your application isn’t written in a language or framework with first class support in Azure App Service? In this post I’ll demonstrate how you can deploy a simple Go application from…

  • Deploy your first Python Flask application to Azure App Service

    Azure App Service is one of my favorite Azure Services!  It enables you to host web applications, mobile back ends, and RESTful APIs using the programming language of your choice without managing the infrastructure behind it. It provides auto-scaling and high availability, supports Windows and Linux, and enables automated deployments from any Git repo or…