When creating a virtual machine (VM) in Azure, you need to set up several supporting resources to ensure the VM runs properly. Some of these resources are essential, while others are optional but commonly used. Essential Resources for VMs To deploy a VM in Azure, you must include the following components: 1. Resource Group 2. READ MORE
Author: Datablog
GH-900: GitHub Foundations exam requirements
This is used to test your basic understanding of Git and GitHub. There are 7 domains. These are: Domain 1: Introduction to Git and GitHub (22%) Understand the basics of Git Work with Git commands Navigate GitHub Links Domain 2: Working with GitHub Repositories (8%) Manage repository settings Work with files in a repository Domain READ MORE
AZ-900: Describe Availability Sets in Azure
Availability sets are an Azure feature that helps increase the resilience and uptime of virtual machines (VMs). They are especially important when running multiple VMs to support high-availability applications. What Is an Availability Set? An availability set is a group of Virtual Machines that Azure distributes across update domains and fault domains. This setup reduces READ MORE
AZ-900: Describe Azure Virtual Machine Scale Sets (VMSS)
Azure Virtual Machine Scale Sets (VMSS) let you deploy and manage a group of identical, load-balanced virtual machines. They help you build scalable and highly available applications by automatically increasing or decreasing the number of VMs based on demand. What Are VM Scale Sets? VM Scale Sets are a form of Infrastructure as a Service READ MORE
AZ-900: Describe Azure Functions
Azure Functions is a serverless compute service that allows you to run small pieces of code without managing any infrastructure. It’s designed for event-driven execution and supports dynamic scaling, making it a powerful choice for flexible, efficient cloud computing. What Does Serverless Mean? In a serverless model, Azure manages the infrastructure behind the scenes. You READ MORE
AZ-900: Describe Azure Virtual Machines (VMs)
Azure Virtual Machines (VMs) are a core part of Azure’s Infrastructure as a Service (IaaS) offering. They let you run full software environments in the cloud, with the flexibility to choose your operating system, software, and configurations. What Are Azure Virtual Machines? A virtual machine is a software-based emulation of a physical computer. It includes: READ MORE
AZ-900: Describe Azure Container Instances (ACI) and Azure Kubernetes Service (AKS)
In Azure, containers are a flexible and efficient way to deploy and run applications. Two important services for container-based workloads are Azure Container Instances (ACI) and Azure Kubernetes Service (AKS). These services help manage and scale applications using lightweight virtualized environments. What Are Containers? A container is a small, isolated environment that includes everything an READ MORE
AZ-900: Describe Management Groups
Azure Management Groups help organizations manage governance at scale. They allow you to apply access controls, enforce policies, and ensure compliance across multiple Azure subscriptions. What Is a Management Group? A management group is a logical container that sits above subscriptions in the Azure hierarchy. It is designed for centralized management of multiple subscriptions. You READ MORE
AZ-900: Describe the hierarchy of resource groups, subscriptions, and management groups
Organizing Resources with Azure Azure provides a logical hierarchy to help organize and manage your cloud assets: Explore these tools hands-on in our AZ-900 video course and see what’s possible! Alternatively, please go back to our list of AZ-900 requirements. Please click here to find out more about Microsoft’s AZ-900 exam.
AZ-900: Describe Azure Subscriptions
An Azure subscription is a logical unit that links user accounts and resources to an Azure account. It acts as a central container for billing, access control, and resource management. Subscriptions play a key role in organizing, tracking, and controlling your use of Azure services. What Is an Azure Subscription? A subscription allows you to READ MORE