Tag
azure
azureServerless Go with Azure Functions and GitHub Actions
In this article, we are going to learn how to host a serverless Go web service with Azure Functions leveraging custom handlers in Azure functions. We…
azureDeploying a .NET gRPC Server on Azure App Service
In this article we are going to be deploying a gRPC web service written in .NET to an Azure App Service. We will then interact with it and also…
talksAdding intelligence to React Apps with Azure Cognitive Services
Hi everyone 👋 This blog post is based on a conference talk I delivered at the React Global Summit 2022 on the 21 April 2022. React Global Summit is a…
azurePublishing Android Apps to Microsoft App Center from Azure DevOps
In my previous article, we looked at how we can set up multi-stage builds for an Android app with Azure DevOps. In this article, we will be looking at…
azureMulti-stage builds for Ionic Apps with Azure Pipeline Templates
In this article, we will create an Azure Pipeline for an Ionic app using the new Azure pipelines YAML templates. We will also cover signing a release…
azureDeploying Multi-Container Services on Azure Service Fabric
To give you a bit of context on what we will be looking at today, we will have one goal - to deploy a microservices application to Azure with Service…
azureGetting Started with Azure Service Fabric
tl;dr - if you only want to get started quickly, just jump ahead to "Setting up a Development Environment" section I have been experimenting with…