MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Possible error in instructions how to create new cluster in Azure #60760

Closed artisticcheese closed 4 years ago

artisticcheese commented 4 years ago

Instructions for creating cluster New-Cluster -Name <FailoverCluster-Name> -Node ("<node1>","<node2>") –StaticAddress <n.n.n.n> -NoStorage -ManagementPointNetworkType Singleton implying that in Azure you can use Singleton ManagementPointNetworkType and link is provided to blog post (https://blogs.windows.com/windowsexperience/2018/08/14/announcing-windows-server-2019-insider-preview-build-17733/#W0YAxO8BfwBRbkzG.97) which explicetly states to use Distributed mode when cluster is hosted in Azure. Which one is correct? I don't beleive you can get more then 1 IP address from DHCP from single NIC in Azure and hence I don't understand how "Singleton" mode as advised shall be able to work in Azure.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

VikasPullagura-MSFT commented 4 years ago

@artisticcheese Thanks for your Question! We are currently investigating and will get back on this.

VikasPullagura-MSFT commented 4 years ago

@MashaMSFT Can you please check and add your comments on this issue.

VikasPullagura-MSFT commented 4 years ago

@artisticcheese

Apologies in delayed response. I checked with internal team on this.

From documentation standpoint, It’s not wrong. To make this inline with the blog post, that you can change the ManagementPointNetworkType to Distributed if desired.

The feedback is shared with the doc author for enhancing the document calling this out.