Amit Kumarenlightenwithamit.hashnode.dev·3 hours agoDeploying Sitecore XM Cloud & JSS Apps to Vercel with Azure DevOps Pipeline: A Step-by-Step GuideDeploying Sitecore XM Cloud or JSS (headless) applications to Vercel using Azure DevOps Pipelines is an efficient way to streamline your continuous integration and deployment processes. By leveraging the Vercel Deployment Extension and Vercel CLI, yo...2025
João Chirolijoaochiroli.hashnode.dev·9 hours agoAutomating Node.js Builds with Azure DevOps PipelinesChallenge: Part 1 Continuous integration Set up a new repository and CI pipeline using any code version provider The CI steps should be created. The pipeline should run the following steps: Install dependencies npm install Linter (ESLint) npm run l...DevopsAzure
IBRAHEEM MUFUTAU DIMEJImdibraheem.hashnode.dev·Feb 14, 2025How to create an Azure Storage Account, upload blobs in the Container, give private access and Do Replication Rule PolicyThis article is a description of how to Create an Azure Storage Account, how to create a Container with private access and upload blobs in the container and give access to a user with SAS link. We need to log in into our Azure account that has subscr...privateaccess
Sulagna Dutta Roysulagnaduttaro.hashnode.dev·Feb 13, 2025A Comprehensive Guide to Azure AI Foundry: Unlocking the Power of Enterprise AIIntroduction Artificial Intelligence (AI) is revolutionizing industries, enabling businesses to optimize processes, enhance customer experiences, and drive innovation. Azure AI Foundry is Microsoft’s latest AI initiative, providing enterprises with a...Microsoft
Theodora Egburediisi.hashnode.dev·Feb 11, 2025Implementing Anti-Spam PolicyWhat is Spam? Spam refers to unwanted or unsolicited or irrelevant messages, often sent in bulk, typically for advertising, phishing or spreading malwares. It is commonly associated with email but can appear in text messages, social media posts or co...M365 COMMUNITY
Ashwitha Gblue-greendeploymentnt.hashnode.dev·Feb 10, 2025Blue-Green DeploymentEveryone wants to check about their application before releasing the latest features with latest version into the Production or Live, Isn’t it? Here we go with the Blue Green deployment Approach? In Practical Scenarios lets understand the situation h...Devops
Christophe PerroudforDINA Technical's Blogdevops.dina.ch·Feb 10, 2025Running interactive tasks on a Windows 10 / server Virtual Machine and VMSS through Azure DevOpsWhen it comes to executing UI-based or interactive tasks in automated environments, traditional headless agents often fall short. Here’s a way to make it work. What are interactive tasks? In a pipeline, interactive tasks/tests are automated processes...27 readsAzure
Balraj Singhbalrajsingh.hashnode.dev·Feb 10, 2025Implementing CI/CD with Azure DevOps: Azure Artifacts and Release PipelinesOverview This document provides a step-by-step guide on setting up a CI/CD pipeline using Azure Artifacts and Azure DevOps. The project involves deploying a sample Nike landing page using Tailwind CSS. Key Points Introduction to Azure Artifacts: Az...Azure Artifact
SUBAIR NURUDEEN ADEWALEnucloud.hashnode.dev·Feb 9, 2025Implementing a Geo-Redundant Azure Storage Account for Binma Tech Using RA-GRS Replication: A Technical Design And Implementation Guide.Introduction Physical on-premise storage systems have long been the cornerstone of data management for organizations. However, these systems are inherently prone to risks such as natural disasters, hardware failures, and physical damage, which can re...1 like#microsoft-azure
Abilash Vavilalaclouddevopsinsights.com·Feb 9, 2025Automating Azure VM Management with Azure Automation AccountIntroduction Managing Azure Virtual Machines (VMs) manually can be time-consuming, especially for tasks like shutting down idle resources to save costs. Azure Automation Account allows you to automate these operations using Runbooks. In this guide, w...Azure