Author: learn2skills

Instance mix can be used with multiple Azure virtual machine sizes
By: Date: 08/01/2026 Categories: azure Tags:

Instance mix in Azure Virtual Machine Scale Sets allows you to define multiple VM sizes within a single scale set that uses Flexible Orchestration Mode so Azure can choose among them during provisioning. This capability improves provisioning success, helps reduce cost, and supports predictable allocation ordering when your workload can run on different VM sizes…

Read More →
Security Boot UEFI Keys for Azure Trusted Launch VMs
By: Date: 12/12/2025 Categories: azure Tags:

Secure Boot is a security standard that ensures only trusted software runs during the boot process. In Azure, Secure Boot uses UEFI (Unified Extensible Firmware Interface) keys to validate the integrity of boot loaders and drivers. For advanced scenarios, you may need to customize Secure Boot keys. This feature allows you to modify Unified Extensible…

Read More →
Hibernation Support for Linux Azure virtual machines
By: Date: 16/10/2025 Categories: azure Tags:

Linux VM hibernation in Microsoft Azure enables virtual machines to pause execution while preserving the full in-memory state to disk. When the VM is started again, the Linux OS resumes exactly from where it left off—processes, applications, and sessions intact. This feature is designed for cost optimization and fast resume for stateful Linux workloads. Supported…

Read More →
Automatic Extension Upgrade for virtual machines and scale sets in Azure
By: Date: 18/09/2025 Categories: azure Tags:

In Microsoft Azure, Automatic Extension Upgrade ensures that VM extensions are automatically updated to the latest minor version without manual intervention. This helps keep virtual machines and scale sets secure, stable, and compliant. It applies to: Prerequisites Before enabling automatic upgrades: Supported extensions To check if your extensions are supported for automatic upgrade, view Automatic…

Read More →
Use Tags to Organize Azure Resources and Management Hierarchy
By: Date: 20/08/2025 Categories: azure Tags:

Tags are metadata elements that you can apply to Azure resources to help categorize and organize them according to business, operational, or governance needs. A tag is a key–value pair. For example, to track deployment environments, you might add a tag with the key Environment and the value Production, forming Environment = Production. This article…

Read More →
Move VMs to another Azure region
By: Date: 09/07/2025 Categories: azure Tags:

There are several scenarios where you may need to move Azure IaaS virtual machines (VMs) from one region to another—for example, to improve reliability and availability, enhance manageability, or meet governance requirements. Azure Site Recovery (ASR) enables you to replicate and move Azure VMs to a secondary region. In this you will learn how to:…

Read More →
How to Move Azure Virtual Machines into Availability Zones
By: Date: 18/06/2025 Categories: azure Tags:

Availability Zones in Azure provide enhanced resiliency by protecting applications and data from datacenter-level failures. Each Availability Zone consists of one or more datacenters with independent power, cooling, and networking. Azure ensures high availability by offering a minimum of three physically separate zones in every zone‑enabled region. This physical isolation within a region helps safeguard…

Read More →
Virtual Machine Scale Sets can be configured to perform rolling upgrades
By: Date: 14/12/2024 Categories: azure Tags:

Rolling upgrade policy mode The scale set updates in batches when using a rolling upgrade policy mode. With options like batch size, maximum healthy percentage, prioritizing unhealthy instances, and enabling upgrades across availability zones, you also have additional control over the upgrades. Production workloads that need a certain number of instances to be available at…

Read More →
New AWS EKS Auto Mode Feature
By: Date: 11/12/2024 Categories: AWS Tags: ,

Amazon Elastic Kubernetes Service (Amazon EKS) Auto Mode, a new feature from AWS, Kubernetes cluster management is completely automated in terms of computation, storage, and networking. By shifting cluster operations to AWS, Amazon EKS Auto Mode streamlines Kubernetes deployment, enhances application security and performance, and reduces compute expenses. Any new or existing EKS cluster can…

Read More →
Configure the upgrade policy mode for Virtual Machine Scale Sets
By: Date: 30/11/2024 Categories: azure Tags:

The upgrade policy mode you select can affect the overall service uptime of your Virtual Machine Scale Set. The available upgrade policy modes are automatic, manual, and rolling. The upgrade policy mode can be defined during the scale set formation process or adjusted after deployment. If you do not specifically specify the upgrade policy mode,…

Read More →
Azure App Service Multi-plan subnet join is generally available in all public regions
By: Date: 25/11/2024 Categories: azure,microsoftazure Tags:

In the past, App Service virtual network integration required one subnet for each App Service plan integration. In the case of many App Service plans, subnet management may be an unnecessary administrative burden. An address space of at least /26 (64 addresses) is required for a subnet used for multi plan subnet join (MPSJ). While all…

Read More →
Configure Azure Bastion session recording
By: Date: 24/11/2024 Categories: azure,microsoftazure Tags:

You can record the graphical sessions for connections made to virtual machines (RDP and SSH) via the bastion host if you have activated the Azure Bastion Session recording capability. Recorded sessions are saved in a blob container inside your storage account (via SAS URL) once the session has been ended or disconnected. You can access…

Read More →
Azure Cosmos DB Configure consistency levels
By: Date: 29/09/2024 Categories: azure Tags:

You can configure the default consistency level on your Azure Cosmos DB account at any time. The default consistency level configured on your account applies to all Azure Cosmos DB databases and containers under that account. Azure Cosmos DB offers five well-defined levels. From strongest to weakest, the levels are: The default consistency level is the consistency…

Read More →
Azure Cosmos DB Configure multi-region writes and Enable service-managed failover for your Azure Cosmos DB account
By: Date: 24/08/2024 Categories: azure Tags:

Configure multi-region writes in your applications that use Azure Cosmos DB In multiple region write scenarios, you can improve performance by writing just to the area closest to your application instance. Azure Cosmos DB handles the replication for you in the background. After you activate your account for multiple write regions, you must make two…

Read More →
Create an Azure Cosmos DB for NoSQL and how to set Azure Cosmos DB Dynamic scaling (per region and per partition autoscale)
By: Date: 08/08/2024 Categories: azure Tags:

Start by creating a new Azure Cosmos DB for NoSQL account 4. Within the Basics pane, configure the following options, and then select Review + create: 5. Wait for the deployment to complete. After the deployment is completed, Go to resource to navigate to the new Azure Cosmos DB for NoSQL Azure Cosmos DB Dynamic scaling (per region and…

Read More →
Customer-managed keys allow backup data to be encrypted in a Backup vault
By: Date: 21/07/2024 Categories: azure Tags:

Azure Backup allows you to use your own encryption keys to secure backup data. This feature is available for Recovery Services Vaults and is enhanced for Backup Vaults. Customer Managed Keys (CMK) can be used to create a new backup vault or to adjust the encryption parameters of an existing vault. The encryption key that…

Read More →
Configure cluster egress with outbound types in Azure Kubernetes Service
By: Date: 03/02/2024 Categories: azure Tags:

An AKS cluster’s egress can be tailored to meet certain needs. AKS will automatically supply a standard SKU load balancer for egress setup and use. However, if public IP addresses are blocked or extra hops are needed for egress, the default configuration might not be sufficient for every circumstance. Limitations Setting outboundType requires AKS clusters with a vm-set-type of VirtualMachineScaleSets and load-balancer-sku of Standard….

Read More →
Standard for Project Management
By: Date: 28/01/2024 Categories: PMI Tags:

What are process groups? The five process groups are the following: Each of the process groups describes the actions that the project team will take to formally kick-off a project, plan for the needs of the project, execute the work, and update as needed until the deliverables are approved and the project or phase can be…

Read More →
Troubleshoot Backup and restore of the Kubernetes service in Azure
By: Date: 11/01/2024 Categories: azure Tags:

Solutions for installation errors with the AKS Backup Extension Scenario 1 Error message: Cause: The extension has been installed successfully, but the pods aren’t spawning. This happens because the required compute and memory aren’t available for the pods. Resolution: To resolve the issue, increase the number of nodes in the cluster. This allows sufficient compute and memory…

Read More →
VM restore points using APIs
By: Date: 20/12/2023 Categories: azure Tags:

You may apply granular backup and retention settings with ease by using the Azure VM restoration point APIs. For virtual machines (VMs) running Linux or Windows, VM restoration points offer file system consistency and application consistency, respectively. The APIs allow you to establish restore points for your source virtual machine in different regions or in…

Read More →