Skip to content

Commit 4ac4db8

Browse files
authored
Merge pull request #212929 from ianwhytez/nutanix-pre-ga
add GA folder
2 parents 15d9c50 + cc82b2f commit 4ac4db8

19 files changed

+95
-39
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,8 @@
948948
".openpublishing.redirection.virtual-desktop.json",
949949
"articles/applied-ai-services/.openpublishing.redirection.applied-ai-services.json",
950950
"articles/applied-ai-services/.openpublishing.archived.json",
951-
"articles/cognitive-services/.openpublishing.redirection.cognitive-services.json"
951+
"articles/cognitive-services/.openpublishing.redirection.cognitive-services.json",
952+
".openpublishing.redirection.baremetal-infrastructure.json"
953+
952954
]
953955
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"redirections": [
3+
4+
{
5+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/about-the-public-preview.md",
6+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure",
7+
"redirect_document_id": false
8+
}, {
9+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/architecture.md",
10+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/architecture",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/faq.md",
15+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/faq",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/get-started.md",
20+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/get-started",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/nc2-baremetal-overview.md",
25+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/nc2-baremetal-overview",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/requirements.md",
30+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/requirements",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/skus.md",
35+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/skus",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/solution-design.md",
40+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/solution-design",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/supported-instances-and-regions.md",
45+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/supported-instances-and-regions",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path": "articles/baremetal-infrastructure/workloads/nc2-public-preview/use-cases-and-supported-scenarios.md",
50+
"redirect_url": "/azure/baremetal-infrastructure/workloads/nc2-on-azure/use-cases-and-supported-scenarios",
51+
"redirect_document_id": false
52+
}
53+
]
54+
}
55+

articles/baremetal-infrastructure/index.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,28 +155,28 @@ landingContent:
155155
- linkListType: overview
156156
links:
157157
- text: What is BareMetal Infrastructure for Nutanix Cloud Clusters on Azure?
158-
url: workloads/nc2-public-preview/nc2-baremetal-overview.md
159-
- text: About the Public Preview
160-
url: workloads/nc2-public-preview/about-the-public-preview.md
158+
url: workloads/nc2-on-azure/nc2-baremetal-overview.md
159+
- text: About BareMetal Infrastructure for Nutanix Cloud Clusters on Azure
160+
url: workloads/nc2-on-azure/about-nc2-on-azure.md
161161
- text: FAQ
162-
url: workloads/nc2-public-preview/faq.md
162+
url: workloads/nc2-on-azure/faq.md
163163
- linkListType: get-started
164164
links:
165165
- text: Getting started
166-
url: workloads/nc2-public-preview/get-started.md
166+
url: workloads/nc2-on-azure/get-started.md
167167
- text: Use cases and supported scenarios
168-
url: workloads/nc2-public-preview/use-cases-and-supported-scenarios.md
168+
url: workloads/nc2-on-azure/use-cases-and-supported-scenarios.md
169169
- text: Requirements
170-
url: workloads/nc2-public-preview/requirements.md
170+
url: workloads/nc2-on-azure/requirements.md
171171
- text: Supported instances and regions
172-
url: ./workloads/nc2-public-preview/supported-instances-and-regions.md
172+
url: ./workloads/nc2-on-azure/supported-instances-and-regions.md
173173
- text: SKUs
174-
url: workloads/nc2-public-preview/skus.md
174+
url: workloads/nc2-on-azure/skus.md
175175
- linkListType: architecture
176176
links:
177177
- text: Architecture
178-
url: workloads/nc2-public-preview/architecture.md
178+
url: workloads/nc2-on-azure/architecture.md
179179
- linkListType: concept
180180
links:
181181
- text: Solution design
182-
url: workloads/nc2-public-preview/solution-design.md
182+
url: workloads/nc2-on-azure/solution-design.md

articles/baremetal-infrastructure/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
- name: Oracle
102102
items:
103103
href: ./workloads/oracle/toc.yml
104-
- name: Nutanix Cloud Clusters on Azure Public Preview
104+
- name: Nutanix Cloud Clusters on Azure
105105
items:
106-
href: ./workloads/nc2-public-preview/toc.yml
106+
href: ./workloads/nc2-on-azure/toc.yml
107107

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: About NC2 on Azure Public Preview
3-
description: Learn about NC2 on Azure Public Preview and the benefits it offers.
2+
title: About Nutanix Cloud Clusters on Azure
3+
description: Learn about Nutanix Cloud Clusters on Azure and the benefits it offers.
44
ms.topic: overview
55
ms.subservice: baremetal-nutanix
66
ms.date: 03/31/2021
77
---
88

9-
# About Nutanix Cloud Clusters on Azure Public Preview
9+
# About Nutanix Cloud Clusters on Azure
1010

11-
The articles in this section are intended for the professionals participating in the Public Preview of NC2 on Azure.
11+
The articles in this section are intended for the professionals participating in BareMetal Infrastructure for Nutanix Cloud Clusters on Azure of NC2 on Azure.
1212

1313
To provide input, email [NC2-on-Azure Docs](mailto:[email protected]).
1414

15-
:::image type="content" source="media/nc2-on-azure-preview.png#lightbox" alt-text="Illustration of NC2 on Azure Public Preview features." border="false" lightbox="media/nc2-on-azure-preview-large.png":::
15+
:::image type="content" source="media/nc2-on-azure.png#lightbox" alt-text="Illustration of NC2 on Azure features." border="false" lightbox="media/nc2-on-azure-large.png":::
1616

17-
In particular, this article highlights Public Preview features.
17+
In particular, this article highlights NC2 features.
1818

1919
## Unlock the benefits of Azure
2020

@@ -48,7 +48,7 @@ We offer two SKUs: AN36 and AN36P. For specifications, see [SKUs](skus.md).
4848
* Microsoft Azure Consumption Contract (MACC) credits
4949

5050
> [!NOTE]
51-
> During the public preview, RI is not supported.
51+
> During BareMetal Infrastructure for Nutanix Cloud Clusters on Azure, RI is not supported.
5252
An additional discount may be available.
5353

5454
## Support

articles/baremetal-infrastructure/workloads/nc2-public-preview/faq.md renamed to articles/baremetal-infrastructure/workloads/nc2-on-azure/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Questions frequently asked about NC2 on Azure
44
ms.topic: conceptual
55
ms.subservice: baremetal-nutanix
66
ms.date: 07/01/2022
7+
ROBOTS: NOINDEX
78
---
89

910
# Frequently asked questions about NC2 on Azure

articles/baremetal-infrastructure/workloads/nc2-public-preview/get-started.md renamed to articles/baremetal-infrastructure/workloads/nc2-on-azure/get-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Getting started
3-
description: Learn how to sign up, set up, and use Nutanix Cloud Clusters on Azure Public Preview.
3+
description: Learn how to sign up, set up, and use Nutanix Cloud Clusters on Azure.
44
ms.topic: conceptual
55
ms.subservice: baremetal-nutanix
66
ms.date: 07/01/2021
77
---
88

99
# Getting started with Nutanix Cloud Clusters on Azure
1010

11-
Learn how to sign up for, set up, and use Nutanix Cloud Clusters (NC2) on Azure Public Preview.
11+
Learn how to sign up for, set up, and use Nutanix Cloud Clusters (NC2) on Azure.
1212

13-
## Sign up for the Public Preview
13+
## Sign up NC2
1414

1515
Once you've satisfied the [requirements](requirements.md), go to [Nutanix Cloud Clusters
1616
on Azure Deployment
17-
and User Guide](https://download.nutanix.com/documentation/hosted/Nutanix-Cloud-Clusters-Azure.pdf) to sign up for the Preview.
17+
and User Guide](https://download.nutanix.com/documentation/hosted/Nutanix-Cloud-Clusters-Azure.pdf) to sign up.
1818

1919
## Set up NC2 on Azure
2020

@@ -32,4 +32,4 @@ and User Guide](https://download.nutanix.com/documentation/hosted/Nutanix-Cloud-
3232
Learn more:
3333

3434
> [!div class="nextstepaction"]
35-
> [About the Public Preview](about-the-public-preview.md)
35+
> [About NC2 on Azure](about-nc2-on-azure.md)

0 commit comments

Comments
 (0)