Topic
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…
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
Build and sign Android APKs for an Ionic app with reusable Azure Pipelines YAML templates, secure files, pipeline variables, and AndroidSigning.
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…