Hello Handian Sudianto
Thanks for reaching out.
Adding a third node to your Azure Local cluster is supported, but it won’t happen automatically just by installing the OS and registering the node in Azure. The cluster needs to be explicitly updated so that the lifecycle manager can handle the integration, including storage and networking.
Once your new server is ready, make sure it’s running the same solution version as your existing nodes and is properly configured (domain joined, networking and DNS working as expected). The node should also be aligned with the same Azure subscription, resource group, region, and tenant, with the required roles assigned.
From one of the existing cluster nodes, you’ll then run the add operation using PowerShell. This is done with the Add-Server cmdlet while signed in with the appropriate lifecycle management credentials. This step is what actually brings the new node into the cluster.
After triggering the operation, you can monitor its progress using the operation ID that gets returned. Once the process completes, storage rebalancing will start automatically in the background. You can check the status using Get-StorageJob. The new node may take a little time to appear in the Azure portal, but you can speed that up by running Sync-AzureStackHCI.
In short, Azure registration alone does not add the node to the cluster. The Add-Server operation is required, and once completed, the system will take care of the rest.
For detailed guidance, you can refer to the following documentation:
Hope this helps! Please let me know if you have any queries