can not start or run the aks-nodepool1-16827561-vmss

ABDULRAHMAN ALAMOUDI 0 Reputation points
2024-12-17T13:58:12.4766667+00:00

after stopping my vm scale set, today i tried to run it again but the start and stop buttons were gray (can not click it).

how to resolve this issue?

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,207 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
423 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 3,565 Reputation points Microsoft Vendor
    2024-12-17T14:14:13.2166667+00:00

    Hi @ABDULRAHMAN ALAMOUDI,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Can you try to perform a restart using Powershell command see if that works- Restart-AzVmss -ResourceGroupName "Group001" -VMScaleSetName "VMSS001";

    Restart a specific virtual machine within the VMSS- Restart-AzVmss -ResourceGroupName "Group004" -VMScaleSetName "VMSS001" -InstanceId "1"

    Please let me know if restarting PowerShell resolves the issue for you. If it works, do please accept this as an acknowledgment of appreciation.

    User's image


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.