King David Consulting LLCkdcllc.hashnode.dev·Jul 25, 2024Deploying RavenDB Accelerator to Azure Container Apps using azd upIn our previous blog post, we explored why RavenDB is the best option for new generative AI projects. As we discussed, RavenDB provides a robust database solution that can handle complex data structures and vast amounts of information required for th...Discuss·65 readsRavenDB
Kishaloy Kar Chowdhuryiamkishaloy.hashnode.dev·Jun 7, 2024Azure Container App Using TerraformExample usage of azurerm_container_app : main.tf file : terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = "~>3.0" } } } provider "azurerm" { features {} } resource "azurerm_resource_group...Discuss·10 likesAzure
ferozekhanhighcloud.hashnode.dev·Apr 9, 2024Deploying your containerized app to Azure Kubernetes Service with Jenkins CI/CD Pipeline and GitHub Webhook - Part 5This is the last part of the Jenkins CI/CD Pipeline series, where we will be deploying our containerized app to Azure Kubernetes Service. In case you havent gone through the previous tutorials of this series, I highly recommend you review them before...Discuss·29 readsAKS_Azure_Kubernetes_Service
ferozekhanhighcloud.hashnode.dev·Apr 5, 2024Automatically deploy your containerized app to Azure App Service with Jenkins CI-CD Pipeline using GitHub Webhook - Part 4In the previous tutorial Part 3 of the series, you have already learned to dockerize a sample NodeJS application and deploy the same to Azure Web App, by manually running the Jenkins Pipeline Build. This is a follow up tutorial on how to configure Je...Discuss·1 like·26 readsAzure webapps
ferozekhanhighcloud.hashnode.dev·Apr 3, 2024Deploy your containerized app to Azure App Service with Jenkins and Azure CLI - Part 3In this tutorial you will learn to dockerize a sample NodeJS application and deploy the same to Azure Web App, with the Azure CLI in a Jenkins Pipeline. Here are quick steps that we shall follow: Create a Jenkins Linux VM Part 1 Install Docker Eng...Discuss·36 readsDocker
Thivy Ruthrathivy.hashnode.dev·Apr 2, 2023Building Modern Frontend Web ApplicationsIntroduction In today's rapidly evolving digital landscape, creating a seamless and efficient e-commerce experience is crucial for businesses looking to stay ahead of the competition. This blog post aims to provide an in-depth exploration of how to c...Discuss·1 like·348 readsFrontend Development
Armand Jordaanarmandjordaan.hashnode.dev·Oct 30, 2022Part 1: Introduction To Azure Container AppsLooking for an alternative to Azure App Services for containers, but not too excited about the costs of an AKS cluster, or looking for an unopinionated hosting platform that's straightforward to use for your containers? This and more will be covered ...Discuss·79 readsBuilding Microservices using Azure Container Apps And Terraformazure-container-apps
Armand Jordaanarmandjordaan.hashnode.dev·Oct 24, 2022Part 0: Adding some spicy to Microservice vs MonolithIn my capacity as a Dotnet developer I have worked with various teams, companies, and industries, and I have met some crazy characters but some brilliant professionals as well. Often I found the debate within these teams where there is a developer wh...Discuss·70 readsBuilding Microservices using Azure Container Apps And Terraformazure-container-apps