Tag: azure
-
Part – IX: Push to ACR using GitHub Actions (Continuous Deployment)

Hey everyone, Welcome back! This blog forms the 9th part of our Microservices in Go series. We have built a CI pipeline & have also manually created a CD pipeline in our previous blogs. Now, we will automate our CD (Continuous Deployment) in this blog. Continuous Deployment As defined by Google, Continuous Deployment (CD) is a…
-
Microservices in Go: Part – VIII: Deploy to Azure using ACR & App Service

Hey there, Welcome to the 8th blog in Microservices series. In our previous blog we have built a CI pipeline for our repository using GitHub Actions. In this blog, we will start on CD (Continuous Deployment). I have planned this in two blogs, one to setup things required & do manual testing, then to automate…
-
Azure Cognitive Services Computer Vision
Hello everyone, Welcome to my blog on Azure Cognitive Services. Azure provides a wide variety of AI and Machine Learning services which include capability of vision, speech, text etc. In this post, we will discuss on one of the hottest cognitive service provided by Microsoft Azure i.e. Computer Vision. Azure Computer Vision provides us the…