uzomahchiemerie.hashnode.devDeploy a web app with CI/CD pipeline on Azure App ServiceIntroduction In today's dynamic development landscape, automating deployments and incorporating Continuous Integration/Continuous Deployment (CI/CD) pipelines are crucial for seamless software delivery. Azure App Service offers a powerful platform fo...Dec 27, 2024·4 min read
uzomahchiemerie.hashnode.devMastering Git and GitHub: A Comprehensive Guide to Setup, Repository Creation, Commits, and MoreIntroduction Git Git is a powerful DevOps tool used for source code management. It is a distributed version control system that tracks changes in the source code during software development. Git enables multiple developers to collaborate on a project...Dec 21, 2024·4 min read
uzomahchiemerie.hashnode.devCreate a practical IoT solution using Azure IoT HubIntroduction To develop a functional IoT solution with Azure IoT Hub, you can follow these steps: Configure Azure IoT Hub Add a device Emulate the device to transmit telemetry data Save the telemetry data in Azure Blob Storage For an in-depth t...Dec 14, 2024·3 min read
uzomahchiemerie.hashnode.devSimple Steps to Build an Azure Virtual Network with Four SubnetsIntroduction Creating a virtual network (VNet) with multiple subnets in Azure is essential for organizing and securing your cloud resources. This blog will walk you through creating a VNet with four subnets using the address space 192.148.30.0/26. St...Nov 30, 2024·3 min read
uzomahchiemerie.hashnode.devHow To Host a Static Website in Azure Blob StorageIntroduction A static website functions much like an electronic brochure, delivering fixed information that doesn't frequently change. These websites consist of web pages filled with text, images, and other content that remains consistent for all vis...Nov 22, 2024·4 min read