Sharon Bensonsharonbnxn.hashnode.dev·Sep 13, 2024Providing storage for an IT department testing and training.1. Create and deploy a resource group to hold all your project resources. The first step is to create a resource group and storage account. In Microsoft Azure, a: Resource Group is a container that holds related resources (like storage accounts, vir...10 likes·30 reads#microsoft-azure
Victor Uzoagbavictoru.hashnode.dev·Sep 2, 2024Right-Sizing Your CI Resources: A Guide to Semaphore Machine TypesIn today's cloud-native world, optimizing CI/CD resources isn't just about speed—it's about finding the sweet spot between performance and cost. Many organizations struggle with over-provisioned or under-provisioned CI resources, leading to either un...optimization
Navya Anavyadevops.hashnode.dev·Jul 24, 2024Managing Azure Resource Group Locks with a Bash ScriptManaging cloud resources efficiently is crucial for organizations to maintain security and ensure proper resource utilization. In Azure, resource locks are a powerful feature that can help protect resources from accidental deletions or modifications....azure resource lock
AKEH EUNICEladyintech.hashnode.dev·Feb 6, 2024Step-by-Step Tutorial on Setting Up An Azure Resource Group.Outline: Step 1 : Open the Azure Portal and log in Step 2 : Navigate to Resource Groups Step 3: Create a New Resource Group Step 4 : Fill in Resource Group Details Step 5 : Fill in Tags Step 6 : Review and Create the Resource Group Step 7 : Await Dep...10 likesresourcegroup
Mary Ajayiyourtechie.hashnode.dev·Dec 25, 2023Efficient Virtual Machine Deployment with Azure CLI and ARM Templates: A Step-by-Step GuideIntroduction: Azure Command-Line Interface (Azure CLI) is a powerful tool that facilitates the management of Azure resources directly from the command line. In this article, we will explore how to create a virtual machine (VM) in a resource group usi...92 readsvirtual machine
Lateef Peleowodejyla.hashnode.dev·Jul 20, 2023Understanding Azure BlueprintsIn this post, we would look at how Azure Blueprints lets you standardize cloud subscription or environment deployments. Instead of having to configure features like Azure Policy for each new subscription, with Azure Blueprints, you can define repeata...Azure
Dev Mankaddevmankad.hashnode.dev·Jun 11, 2023Azure Virtual Machine Deployment: Building a Secure and Scalable Infrastructure with Virtual Networks and Resource GroupsIntroduction: In the world of cloud computing, virtualization has revolutionized the way we build and manage infrastructure. Among the key components of cloud infrastructure in Azure, three fundamental concepts stand out: Virtual Machines, Virtual Ne...1 like·120 readsAzure