Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
fixing partial issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed Mar 23, 2024
1 parent 567003f commit d45a4af
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 64 deletions.
15 changes: 15 additions & 0 deletions docs/_partials/_aws-subscribe-image.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

***MEM: Align with marketplace listing***

1. Sign in to your AWS account.

2. Open the [AWS Marketplace](https://aws.amazon.com/marketplace) page for Teradata AI Unlimited and choose **Continue**.

3. Review and accept the [terms and conditions](Insert a link to the image) for the engine's Amazon Machine Image (AMI).

4. Wait for AWS to process your subscription. It can take a few minutes for your subscription to become active.

The subscription status is displayed on the page.



3 changes: 3 additions & 0 deletions docs/_partials/_azure-subscribe-image.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@


***MEM: Align with marketplace listing***

1. Sign in to your Azure account.

2. Open the [Azure Marketplace](https://azuremarketplace.microsoft.com) page for Teradata AI Unlimited and choose **Get It Now**.
Expand Down
37 changes: 0 additions & 37 deletions docs/_partials/_subscribe-image-csp.mdx

This file was deleted.

12 changes: 2 additions & 10 deletions docs/install-ai-unlimited/demo/AWS/demo-aws-subscribe-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ import TabItem from '@theme/TabItem';

# Subscribe to the engine Amazon Machine Image

***MEM: Once we have the actual Marketplace pages, let's validate the AWS and Azure steps.***
import MyPartial from '/docs/_partials/_aws-subscribe-image.mdx';

1. Sign in to your AWS account.

2. Open the [AWS Marketplace](https://aws.amazon.com/marketplace) page for Teradata AI Unlimited and choose **Continue**. [link to the listing itself]

3. Review and accept the [terms and conditions](Insert a link to the image) for the engine's Amazon Machine Image (AMI).

4. Wait for AWS to process your subscription. It can take a few minutes for your subscription to become active.

The subscription status is displayed on the page.
<MyPartial />
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ import TabItem from '@theme/TabItem';

# Subscribe to the engine Amazon Machine Image

***MEM: Once we have the actual Marketplace pages, let's validate the AWS and Azure steps.***
import MyPartial from '/docs/_partials/_aws-subscribe-image.mdx';

1. Sign in to your AWS account.

2. Open the [AWS Marketplace](https://aws.amazon.com/marketplace) page for Teradata AI Unlimited and choose **Continue**.

3. Review and accept the [terms and conditions](Insert a link to the image) for the engine's Amazon Machine Image (AMI).

4. Wait for AWS to process your subscription. It can take a few minutes for your subscription to become active.

The subscription status is displayed on the page.
<MyPartial />
39 changes: 32 additions & 7 deletions docs/install-ai-unlimited/quickstart/docker-subscribe-image-csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,38 @@ id: docker-subscribe-image-csp
title: Subscribe to AI Unlimited
description: Learn how to subscribe to AI Unlimited image from CSP marketplace.
sidebar_position: 3
tags:
- Install AI Unlimited
- Install AI Unlimited using Docker
- Prerequisites to install AI Unlimited
- Getting started
---

import MyPartial from '/docs/_partials/_subscribe-image-csp.mdx';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<MyPartial />
***MEM: Align with marketplace listing***

Complete the steps for your [cloud service provider (CSP)](/docs/glossary.md#glo-csp).

<Tabs>
<TabItem value="aws" label="AWS" default>
1. Sign in to your AWS account.

2. Open the [AWS Marketplace](https://aws.amazon.com/marketplace) page for Teradata AI Unlimited and choose **Continue**.

3. Review and accept the [terms and conditions](Insert a link to the image) for the engine's Amazon Machine Image (AMI).

4. Wait for AWS to process your subscription. It can take a few minutes for your subscription to become active.

The subscription status is displayed on the page.

</TabItem>
<TabItem value="azure" label="Azure">
1. Sign in to your Azure account.

2. Open the [Azure Marketplace](https://azuremarketplace.microsoft.com) page for Teradata AI Unlimited and choose **Get It Now**.

3. Review and accept the [terms and conditions](Insert a link to the image) for the engine's Azure VM Image.

4. Wait for Azure to process your subscription. It can take a few minutes for your subscription to become active.

The subscription status is displayed on the page.

</TabItem>
</Tabs>

0 comments on commit d45a4af

Please sign in to comment.