Leticia AkwueforThe Cloudville Blueprintscloudville.hashnode.dev·6 hours agoKey Terms You Should Know Before Using Azure Logic AppsAzure Logic Apps is a powerful tool for automating workflows and integrating applications, data, and services. Before using Azure Logic Apps, it will be helpful to familiarize yourself with key terms that define how Logic Apps work. Here’s a simple b...Logic Apps
sneh srivastavasnehcreate.hashnode.dev·Dec 23, 2024Kubernetes Networking Demystified: A Comprehensive Guide with Real-World ExamplesKubernetes networking is the backbone of how containers communicate within a cluster and how external users interact with services. While it may seem complex at first, breaking it down into digestible concepts and real-world scenarios can help you un...Kubernetes
Martins Ahmiegbemartinsadvisory.hashnode.dev·Dec 20, 2024Step- By- Step Guide to Setting Up AZURE Blob Storage for Hosting a Static Website.a) Sign in to the Azure Portal and click on the search bar for "Storage account" As a preamble imagine you own a Company as the Director you have a chest of drawers with several compartments in your office some drawers are for Financial Records, som...Azure
Ahammed Basha Shaikday-10-of-100-days-challenge.hashnode.dev·Dec 19, 2024Shell Scripting and Linux Interview QuestionsDay 9 of 100 Days of DevOps Challenge: Preparing for Shell Scripting and Linux Interviews Mastering shell scripting is a core skill for DevOps engineers, but excelling in interviews requires a clear understanding of both foundational and advanced top...AWS
Ahammed Basha Shaikday-9-of-100-days-challenge.hashnode.dev·Dec 18, 2024Mastering Shell Scripting for DevOps Part-2Shell scripting is an indispensable skill for DevOps professionals, streamlining automation and ensuring efficient server management. In Day 9 of our 100 Days of DevOps Challenge, we dive deep into advanced shell scripting concepts that can elevate y...Devops
Leticia AkwueforThe Cloudville Blueprintscloudville.hashnode.dev·Dec 18, 2024Azure Logic Apps.Azure Logic Apps helps you automate your workflows easily on the cloud. Have you ever wondered how people get computers and apps to work together seamlessly? With Azure Logic Apps, it's like having a magic wand to automate your tasks with ease" for i...Azure
Abhishek Dasdevopslearning101.hashnode.dev·Dec 17, 2024How to setup Linux Virtual Machine on AzureIntroduction to Setting Up a Linux Virtual Machine on Azure Microsoft Azure is a powerful cloud platform offering a wide range of services, including the ability to create and manage virtual machines (VMs). Setting up a Linux virtual machine on Azure...1 like·33 readsazure-devops
sneh srivastavasnehcreate.hashnode.dev·Dec 16, 2024Building Azure Infrastructure with Terraform and Configuring It with AnsibleThis article explores how to combine Terraform and Ansible to create and configure an Azure environment seamlessly. We'll provision the infrastructure, deploy virtual machines (VMs), and configure them with NGINX using Ansible. The solution is ideal ...Azure
Adrian Nareterminal-knight.hashnode.dev·Dec 16, 2024Resolving nextjs PUBLIC_ENV undefined prod issueContext Backstory The Issue The solution Closing notes Context Next.js allows us to define env vars that we want to expose to the browser (consequently making them public) with the prefix NEXT_PUBLIC_, meaning that they will be bundled into the code...39 readsNext.js
sneh srivastavasnehcreate.hashnode.dev·Dec 13, 2024From Code to Cloud: Automating Django App Deployment with GitHub Actions and Azure Web AppsDeploying applications seamlessly and securely is every developer's dream. With GitHub Actions and Azure Web Apps, that dream can become a reality. But as they say, no good deployment happens without a fair share of challenges. In this article, I’ll ...Devops