Skip to content

Commit e5ec31c

Browse files
authored
Merge pull request #281298 from rvandenbedem/patch-3
Update about-nc2-on-azure.md
2 parents 7350394 + db9c759 commit e5ec31c

12 files changed

+200
-316
lines changed

.openpublishing.redirection.baremetal-infrastructure.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,36 @@
139139
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/solution-design.md",
140140
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/architecture",
141141
"redirect_document_id": false
142-
}
142+
},
143+
{
144+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/nc2-baremetal-overview.md",
145+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure",
146+
"redirect_document_id": false
147+
},
148+
{
149+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/skus.md",
150+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure",
151+
"redirect_document_id": false
152+
},
153+
{
154+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/nc2-on-azure-responsibility-matrix.md",
155+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure",
156+
"redirect_document_id": false
157+
},
158+
{
159+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/requirements.md",
160+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/architecture",
161+
"redirect_document_id": false
162+
},
163+
{
164+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/use-cases-and-supported-scenarios.md",
165+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/architecture",
166+
"redirect_document_id": false
167+
},
168+
{
169+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-on-azure/supported-instances-and-regions.md",
170+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/architecture",
171+
"redirect_document_id": false
172+
}
143173
]
144174
}

articles/baremetal-infrastructure/index.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,11 @@ landingContent:
113113
linkLists:
114114
- linkListType: overview
115115
links:
116-
- text: What is BareMetal Infrastructure for Nutanix Cloud Clusters on Azure?
117-
url: workloads/nc2-on-azure/nc2-baremetal-overview.md
118116
- text: About BareMetal Infrastructure for Nutanix Cloud Clusters on Azure
119117
url: workloads/nc2-on-azure/about-nc2-on-azure.md
120-
- text: FAQ
121-
url: workloads/nc2-on-azure/faq.md
122-
- linkListType: get-started
123-
links:
124-
- text: Getting started
125-
url: workloads/nc2-on-azure/get-started.md
126-
- text: Use cases and supported scenarios
127-
url: workloads/nc2-on-azure/use-cases-and-supported-scenarios.md
128-
- text: Requirements
129-
url: workloads/nc2-on-azure/requirements.md
130-
- text: Supported instances and regions
131-
url: ./workloads/nc2-on-azure/supported-instances-and-regions.md
132-
- text: SKUs
133-
url: workloads/nc2-on-azure/skus.md
134-
- linkListType: architecture
135-
links:
136118
- text: Architecture
137119
url: workloads/nc2-on-azure/architecture.md
120+
- text: Getting started
121+
url: workloads/nc2-on-azure/get-started.md
122+
- text: FAQ
123+
url: workloads/nc2-on-azure/faq.md

articles/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure.md

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,54 @@ description: Learn about Nutanix Cloud Clusters on Azure and the benefits it off
66
ms.topic: overview
77
ms.subservice: baremetal-nutanix
88
ms.custom: engagement-fy23
9-
ms.date: 05/21/2024
9+
ms.date: 7/19/2024
1010
---
1111

1212
# About Nutanix Cloud Clusters on Azure
1313

14-
The articles in this section are intended for professionals interested in using Nutanix Cloud Clusters (NC2) on Azure.
14+
In this article, we'll give an overview of the features BareMetal Infrastructure offers for Nutanix workloads.
1515

16-
Email [NC2-on-Azure Docs](mailto:[email protected]) to provide input.
16+
Nutanix Cloud Clusters (NC2) on Microsoft Azure provides a hybrid cloud solution that operates as a single cloud, allowing you to manage applications and infrastructure in your private cloud and Azure. With NC2 running on Azure, you can seamlessly move your applications between on-premises and Azure using a single management console. With NC2 on Azure, you can use your existing Azure accounts and networking setup (VPN, VNets, and Subnets), eliminating the need to manage any complex network overlays. With this hybrid offering, you use the same Nutanix software and licenses across your on-premises cluster and Azure to optimize your IT investment efficiently.
17+
18+
You use the NC2 console to create a cluster, update the cluster capacity (the number of nodes), and delete a Nutanix cluster. After you create a Nutanix cluster in Azure using NC2, you can operate the cluster in the same manner as you operate your on-premises Nutanix cluster with minor changes in the Nutanix command-line interface (nCLI), Prism Element and Prism Central web consoles, and APIs.
1719

1820
:::image type="content" source="media/nc2-on-azure.png" alt-text="Illustration of NC2 on Azure features." border="false" lightbox="media/nc2-on-azure.png":::
1921

20-
In particular, this article highlights NC2 features.
22+
## Operating system and hypervisor
23+
24+
NC2 runs Nutanix Acropolis Operating System (AOS) and Nutanix Acropolis Hypervisor (AHV).
25+
26+
- AHV hypervisor is based upon open source Kernel-based Virtual Machine (KVM).
27+
- AHV will determine the lowest processor generation in the cluster and constrain all Quick Emulator (QEMU) domains to that level.
28+
29+
This functionality allows mixing of processor generations within an AHV cluster and ensures the ability to live-migrate between hosts.
30+
31+
AOS abstracts kvm, virsh, qemu, libvirt, and iSCSI from the end-user and handles all backend configuration. Thus users can use Prism to manage everything they would want to manage, while not needing to be concerned with low-level management.
32+
33+
## SKUs
34+
35+
We offer two SKUs: AN36 and AN36P. The following table presents component options for each available SKU.
36+
37+
| Component |Ready Node for Nutanix AN36|Ready Node for Nutanix AN36P|
38+
| :------------------- | -------------------: |:---------------:|
39+
|Core|Intel 6140, 36 Core, 2.3 GHz|Intel 6240, 36 Core, 2.6 GHz|
40+
|vCPUs|72|72|
41+
|RAM|576 GB|768 GB|
42+
|Storage|18.56 TB (8 x 1.92 TB SATA SSD, 2x1.6TB NVMe)|20.7 TB (2x750 GB Optane, 6x3.2-TB NVMe)|
43+
|Network (available bandwidth between nodes)|25 Gbps|25 Gbps|
44+
45+
## Licensing
46+
47+
You can bring your own on-premises capacity-based Nutanix licenses (CBLs).
48+
Alternatively, you can purchase licenses from Nutanix or from Azure Marketplace.
49+
50+
## Supported protocols
51+
52+
The following protocols are used for different mount points within BareMetal servers for Nutanix workload.
53+
54+
- OS mount – internet small computer systems interface (iSCSI)
55+
- Data/log – [Network File System version 3 (NFSv3)](/windows-server/storage/nfs/nfs-overview#nfs-version-3-continuous-availability)
56+
- Backup/archive – [Network File System version 4 (NFSv4)](/windows-server/storage/nfs/nfs-overview#nfs-version-41)
2157

2258
## Unlock the benefits of Azure
2359

@@ -34,10 +70,6 @@ In particular, this article highlights NC2 features.
3470
* Modernize through the power of Azure
3571
* Adapt quicker with unified data governance and gain immediate insights with transformative analytics to drive innovation.
3672

37-
### SKUs
38-
39-
We offer two SKUs: AN36 and AN36P. For specifications, see [SKUs](skus.md).
40-
4173
### More benefits
4274

4375
* Microsoft Azure Consumption Contract (MACC) credits
@@ -105,9 +137,19 @@ For any questions on Azure Hybrid Benefits, contact your Microsoft Account Execu
105137

106138
## Responsibility matrix
107139

108-
On-premises Nutanix environments require the Nutanix customer to support all the hardware and software for running the platform.
109-
For NC2 on Azure, Microsoft maintains the hardware for the customer.
110-
For more information, see [NC2 on Azure responsibility matrix](nc2-on-azure-responsibility-matrix.md).
140+
NC2 on Azure implements a shared responsibility model that defines distinct roles and responsibilities of the three parties involved in the offering: the Customer, Microsoft and Nutanix.
141+
142+
On-premises Nutanix environments require the Nutanix customer to support all the hardware and software for running the platform. For NC2 on Azure, Microsoft maintains the hardware for the customer.
143+
144+
:::image type="content" source="media/nc2-on-azure-responsibility-matrix.png" alt-text="A diagram showing the support responsibilities for Microsoft and partners." border="false" lightbox="media/nc2-on-azure-responsibility-matrix.png":::
145+
146+
Microsoft manages the Azure BareMetal specialized compute hardware and its data and control plane platform for underlay network. Microsoft supports if the customers plan to bring their existing Azure Subscription, VNet, vWAN, etc.
147+
148+
Nutanix covers the life-cycle management of Nutanix software (MCM, Prism Central/Element, etc.) and their licenses.
149+
150+
**Monitoring and remediation**
151+
152+
Microsoft continuously monitors the health of the underlay and BareMetal infrastructure. If Microsoft detects a failure, it takes action to repair the failed services.
111153

112154
## Support
113155

@@ -122,4 +164,4 @@ Nutanix (for software-related issues) and Microsoft (for infrastructure-related
122164
Learn more:
123165

124166
> [!div class="nextstepaction"]
125-
> [Use cases and supported scenarios](use-cases-and-supported-scenarios.md)
167+
> [Architecture](architecture.md)

articles/baremetal-infrastructure/workloads/nc2-on-azure/architecture.md

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn about the architecture of several configurations of BareMetal
66
ms.topic: reference
77
ms.subservice: baremetal-nutanix
88
ms.custom: engagement-fy23
9-
ms.date: 7/17/2024
9+
ms.date: 7/19/2024
1010
---
1111

1212
# Nutanix Cloud Clusters (NC2) on Azure architectural concepts
@@ -45,6 +45,82 @@ Each NC2 on Azure architectural component has the following function:
4545
- Azure ExpressRoute: Provides high-speed private connections between Azure data centers and on-premises or colocation infrastructure.
4646
- Azure Virtual WAN (vWAN): Aggregates networking, security, and routing functions together into a single unified Wide Area Network (WAN).
4747

48+
## Use cases and supported scenarios
49+
50+
Learn about use cases and supported scenarios for NC2 on Azure, including cluster management, disaster recovery, on-demand elasticity, and lift-and-shift.
51+
52+
### Unified management experience - cluster management
53+
54+
That operations and cluster management be nearly identical to on-premises is critical to customers.
55+
Customers can update capacity, monitor alerts, replace hosts, monitor usage, and more by combining the respective strengths of Microsoft and Nutanix.
56+
57+
### Disaster recovery
58+
59+
Disaster recovery is critical to cloud functionality.
60+
A disaster can be any of the following:
61+
62+
- Cyber attack
63+
- Data breach
64+
- Equipment failure
65+
- Natural disaster
66+
- Data loss
67+
- Human error
68+
- Malware and viruses
69+
- Network and internet blips
70+
- Hardware and/or software failure
71+
- Weather catastrophes
72+
- Flooding
73+
- Office vandalism
74+
75+
When a disaster strikes, the goal of any DR plan is to ensure operations run as normally as possible.
76+
While the business will be aware of the crisis, ideally, its customers and end-users shouldn't be affected.
77+
78+
### On-demand elasticity
79+
80+
Scale up and scale out as you like.
81+
We provide the flexibility that means you don't have to procure hardware yourself - with just a click of a button you can get additional nodes in the cloud nearly instantly.
82+
83+
### Lift and shift
84+
85+
Move applications to the cloud and modernize your infrastructure.
86+
Applications move with no changes, allowing for flexible operations and minimum downtime.
87+
88+
## Supported SKUs and instances
89+
90+
The following table presents component options for each available SKU.
91+
92+
| Component |Ready Node for Nutanix AN36|Ready Node for Nutanix AN36P|
93+
| :------------------- | -------------------: |:---------------:|
94+
|Core|Intel 6140, 36 Core, 2.3 GHz|Intel 6240, 36 Core, 2.6 GHz|
95+
|vCPUs|72|72|
96+
|RAM|576 GB|768 GB|
97+
|Storage|18.56 TB (8 x 1.92 TB SATA SSD, 2x1.6TB NVMe)|20.7 TB (2x750 GB Optane, 6x3.2-TB NVMe)|
98+
|Network (available bandwidth between nodes)|25 Gbps|25 Gbps|
99+
100+
Nutanix Clusters on Azure supports:
101+
102+
* Minimum of three bare metal nodes per cluster.
103+
* Maximum of 28 bare metal nodes per cluster.
104+
* Only the Nutanix AHV hypervisor on Nutanix clusters running in Azure.
105+
* Prism Central instance deployed on Nutanix Clusters on Azure to manage the Nutanix clusters in Azure.
106+
107+
## Supported regions
108+
109+
When planning your NC2 on Azure design, use the following table to understand what SKUs are available in each Azure region.
110+
111+
| Azure region | SKU |
112+
| :--- | :---: |
113+
| Australia East | AN36P |
114+
| East US | AN36 |
115+
| East US 2 | AN36P |
116+
| Germany West Central | AN36P |
117+
| Japan East | AN36P |
118+
| North Central US | AN36P |
119+
| Southeast Asia | AN36P |
120+
| UK South | AN36P |
121+
| West Europe | AN36P |
122+
| West US 2 | AN36 |
123+
48124
## Deployment example
49125

50126
The image in this section shows one example of an NC2 on Azure deployment.
@@ -116,4 +192,4 @@ The following table describes what’s supported for each network features confi
116192
Learn more:
117193

118194
> [!div class="nextstepaction"]
119-
> [Requirements](requirements.md)
195+
> [Getting Started](get-started.md)

articles/baremetal-infrastructure/workloads/nc2-on-azure/get-started.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,40 @@ description: Learn how to sign up, set up, and use Nutanix Cloud Clusters on Azu
66
ms.topic: conceptual
77
ms.subservice: baremetal-nutanix
88
ms.custom: engagement-fy23
9-
ms.date: 05/21/2024
9+
ms.date: 7/19/2024
1010
---
1111

1212
# Getting started with Nutanix Cloud Clusters on Azure
1313

1414
Learn how to sign up for, set up, and use Nutanix Cloud Clusters (NC2) on Azure.
1515

16+
## Azure account requirements
17+
18+
* An Azure account with a new subscription
19+
* A Microsoft Entra directory
20+
21+
## My Nutanix account requirements
22+
23+
For more information, see "NC2 on Azure Subscription and Billing" in [Nutanix Cloud Clusters on Azure Deployment and User Guide]
24+
(https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Cloud-Clusters-Azure:Nutanix-Cloud-Clusters-Azure).
25+
26+
## Networking requirements
27+
28+
* Connectivity between your on-premises datacenter and Azure. Both ExpressRoute and VPN are supported.
29+
* After a cluster is created, you'll need Virtual IP addresses for both the on-premises cluster and the cluster running in Azure.
30+
* Outbound internet access on your Azure portal.
31+
* Azure Directory Service resolves the FQDN:
32+
gateway-external-api.cloud.nutanix.com.
33+
34+
## Other requirements
35+
36+
* Minimum of three (or more) Azure Nutanix Ready nodes per cluster
37+
* Only the Nutanix AHV hypervisor on Nutanix clusters running in Azure
38+
* Prism Central instance deployed on NC2 on Azure to manage the Nutanix clusters in Azure
39+
1640
## Sign up for NC2
1741

18-
Once you've satisfied the [requirements](requirements.md), go to
19-
[Nutanix Cloud Clusters
20-
on Azure Deployment and User Guide](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Cloud-Clusters-Azure:Nutanix-Cloud-Clusters-Azure) to sign up.
42+
Go to [Nutanix Cloud Clusters on Azure Deployment and User Guide](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Cloud-Clusters-Azure:Nutanix-Cloud-Clusters-Azure) to sign up.
2143

2244
To learn about Microsoft BareMetal hardware pricing, and to purchase Nutanix software, go to [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/nutanixinc.nc2_azure?tab=Overview).
2345

@@ -31,4 +53,4 @@ on Azure Deployment and User Guide](https://portal.nutanix.com/page/documents/de
3153
Learn more:
3254

3355
> [!div class="nextstepaction"]
34-
> [About NC2 on Azure](about-nc2-on-azure.md)
56+
> [FAQ](faq.md)

articles/baremetal-infrastructure/workloads/nc2-on-azure/nc2-baremetal-overview.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

articles/baremetal-infrastructure/workloads/nc2-on-azure/nc2-on-azure-responsibility-matrix.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)