ARM architecture on singapore Region

M Ari Retiarno 20 Reputation points
2023-09-13T08:26:46.31+00:00

Is there any ARM machine type on singapore region?

i didn't found on singapore, where is eactly region that support ARM??

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,899 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,113 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshukatara-6769 9,270 Reputation points
    2023-09-13T09:05:14.76+00:00

    Hi, Hope doing good good!

    To answer it is southeast Asia region in Azure

    To check if ARM-based VMs are available in the Singapore region or any other specific region in Microsoft Azure, you can follow these steps:

    Visit the Azure Portal: Go to the Azure Portal at https://portal.azure.com/.

    Sign in: Sign in with your Azure account credentials.

    Create a New Virtual Machine: You can create a new virtual machine by clicking on "Create a resource" and then selecting "Virtual machine" under the "Compute" section. Alternatively, you can navigate to an existing virtual machine.

    Configure VM: When configuring the virtual machine, you'll reach a step where you need to choose the virtual machine type or size. This is where you can check for the availability of ARM-based VMs.

    Select Region: Choose the region for your virtual machine deployment. This is where you can see the available VM sizes/types for that region.

    Browse VM Sizes: Click on the "View all" or "See all" link next to the VM size/type selection. This will display a list of all available VM sizes/types for the selected region.

    Filter by Processor Architecture: Within the list of available VM sizes/types, you may find an option to filter by processor architecture, which could include ARM-based options.

    Please check below Image , it will help you , please accept answer , if it helps , ThanksUser's image

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. vipullag-MSFT 26,311 Reputation points
    2023-09-14T05:30:05.76+00:00

    Hello M Ari Retiarno

    We noticed your have rated low on one of the answer as not helpful. Thank you for taking time to share feedback.

    To create an ARM-based node pool in AKS, you need to choose a VM image that is based on the ARM architecture.

    To add an ARM64 node pool to your existing cluster, you can use the az aks nodepool add command. You need to choose a Dpsv5, Dplsv5 or Epsv5 series Virtual Machine <sup>12</sup>.

    Here is an example command:
    az aks nodepool add --resource-group <RESOURCE_GROUP_NAME> --cluster-name <AKS_CLUSTER_NAME> --name <ARM64_NODEPOOL_NAME> --node-count <ARM64_NODEPOOL_COUNT> --node-vm-size <ARM64_NODEPOOL_VM_SIZE>

    Please note that ARM64 node pools aren’t supported on Defender-enabled clusters and FIPS-enabled node pools aren’t supported with ARM64 SKUs.

    Hope this helps.

    If the answer is helpful, request you to take a resurvey.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.