Author: learn2skills

Configure AKSNodeClass resources for node auto-provisioning (NAP) in Azure Kubernetes Service (AKS)
By: Date: 04/09/2026 Categories: azure Tags: ,

Node Auto-Provisioning (NAP) in Azure Kubernetes Service (AKS) allows you to define AKSNodeClass resources to dynamically provision node pools based on workload demands. Below is a detailed, step-by-step guide to configure AKSNodeClass resources for NAP. Prerequisites Step 1: Enable NAP Feature in Your Azure Subscription NAP is currently in preview. Enable the feature flag for your subscription….

Read More →
Azure Functions Flex Consumption plan hosting
By: Date: 27/08/2026 Categories: azure Tags:

A Linux-based serverless plan that extends the classic Consumption model with: VNet integration, configurable instance memory sizes (512 MB / 2048 MB / 4096 MB), always-ready instances for reduced cold starts, per-function scaling, up to 1,000 scale-out instances, and Azure Files mounts. Pay only for what you use, scales to zero. Supported Languages Language Versions…

Read More →
Use Deployment Safeguards to enforce best practices in Azure Kubernetes Service (AKS)
By: Date: 06/08/2026 Categories: azure Tags: ,

In Azure Kubernetes Service (AKS), you can apply PSS alongside Deployment Safeguards (which handles operational best practices like resource sizing and topology spread). Deployment Safeguards enforce Kubernetes best practices via Azure Policy. Two levels: AKS Automatic clusters get Enforce by default. AKS Standard clusters opt in manually. Prerequisites Step 1: Install/Update the AKS Preview Extension…

Read More →
SQL Migration to SQL Server on Azure Virtual Machines in Azure Architecture
By: Date: 27/07/2026 Categories: azure Tags:

SQL Migration to SQL Server on Azure Virtual Machines (Azure Architecture) Migrating SQL databases to SQL Server on Azure Virtual Machines (VMs) allows you to maintain full control over the SQL Server environment while leveraging Azure’s scalability, security, and managed infrastructure. Below is a comprehensive guide covering planning, execution, and optimization within the Azure architecture….

Read More →
Troubleshooting information to identify and address common issues that can occur while working with Oracle Compute
By: Date: 18/03/2026 Categories: OracleCloud Tags:

Use the troubleshooting and diagnostic tool in the Console to identify and resolve issues with an instance. The tool observes the instance for some common potential issues and provides suggested troubleshooting steps. Troubleshooting the SSH Connection If you’re unable to connect to a compute instance using SSH, review the following troubleshooting error messages and suggestions…

Read More →
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 →