Skip to content

Commit 5c56aa6

Browse files
authored
Merge pull request #20695 from helenaaaaaaaaaa/master
urgent procedure updates
2 parents b4358ac + 8efb7ff commit 5c56aa6

File tree

9 files changed

+17
-22
lines changed

9 files changed

+17
-22
lines changed

tutorials/ai-core-and-launchpad-provisioning/ai-core-and-launchpad-provisioning.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,33 @@ To find out more about free tier service plans, visit the [SAP Discovery Center]
3838
---
3939

4040
### Provision SAP AI Core in your global account
41-
Go to the BTP Control Center and select your global account. Click `+`.
4241

43-
<!-- border -->![Access the Control Centre](img/btpcontrolcentrecore.png)
42+
Open the SAP BTP cockpit and access your global account.
4443

45-
Enter the name of your global account in the dialog box. Select SAP AI Core as your service, and click `Next`.
44+
<!-- border -->![BTP Cockpit](img/btpcockpit.png)
4645

47-
<!-- border -->![View account information](img/accountinfocore.png)
46+
Check the entitlements for your account by clicking `Entitlements` and searching for SAP AI Core.
4847

49-
Search for SAP AI Core as a service, and select it using the checkbox. Click `Next`.
48+
<!-- border -->![Check Entitlements](img/checkentitlements.png)
5049

51-
<!-- border -->![assign SAP AI Core as a service](img/assignservicescore.png)
50+
Click `Configure Entitlements` > `Add Service Plans`.
5251

53-
To set entitlements, expand the SAP AI Core entry and select the `free` plan, and `Europe eu-10` region. Enter the number of instances and click `Add`, click `Next`.
52+
<!-- border -->![Set SAP AI Core as an entitlement](img/configureentitlements.png)
53+
<!-- border -->![Set SAP AI Core as an entitlement](img/addserviceplan.png)
5454

55-
<!-- border -->![Set SAP AI Core as an entitlement](img/setentitlementscore.png)
55+
Select SAP AI Core and the `Free` service plan.
5656

57-
Review the details and click `Create Account`.
57+
<!-- border -->![Set SAP AI Core as an entitlement](img/aicoreentitlement.png)
5858

59-
<!-- border -->![Review details and create](img/reviewandcreate.png)
59+
Save your new entitlement.
60+
61+
<!-- border -->![Save](img/saveentitlement.png)
6062

6163
### Run the booster for SAP AI Core
6264

6365
Choose `Boosters` from the navigation pane. Find and choose the booster for `SAP AI Core` from the selection.
6466

65-
<!-- border -->![Locate the SAP AI Core booster](img/boosteraicore.png)
67+
<!-- border -->![Locate the SAP AI Core booster](img/boostercore.png)
6668

6769
The booster tile contains information about SAP AI Core. Click `Start` when you are ready.
6870

@@ -88,22 +90,15 @@ Enter a `Key Name` of your choice and click `Create`.
8890

8991
Once your keys have been created, you can view or download them at any time by locating the key and clicking the three dots and choosing from the available options.
9092

91-
<!-- border -->![Locate the keys in SAP AI Cockpit](img/Viewkeys.png)
93+
<!-- border -->![Locate the keys in SAP AI Cockpit](img/viewkeys.png)
9294

9395
### Provision SAP AI Launchpad in your global account
9496

9597
> **Note:** SAP AI Launchpad is optional, but is the recommended interface for use with SAP AI Core.
9698
97-
Edit your account and follow the same provisioning steps as before, but select `SAP AI Launchpad` when you select the service and set the entitlements.
98-
99-
<!-- border -->![Access the Control Centre](img/btpcontrolcentrelp.png)
100-
<!-- border -->![SAP AI Launchpad account information](img/accountinfolp.png)
101-
<!-- border -->![Assign SAP AI Launchpad as a service](img/assignserviceslp.png)
102-
<!-- border -->![Set SAP AI Launchpad as entitlement](img/setentitlementslp.png)
103-
104-
Review the details and click `Create`.
99+
Configure your entitlement as before, but select `SAP AI Launchpad`.
105100

106-
<!-- border -->![Review and create](img/reviewandcreate.png)
101+
<!-- border -->![SAP AI Launchpad account information](img/lpentitlement.png)
107102
### Run the booster for SAP AI Launchpad
108103

109104
Choose `Boosters` from the navigation pane, and then choose the booster for `SAP AI Launchpad` from the selection.
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tutorials/ai-core-deploy/ai-core-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Create an executable (YAML file) named `house-price-server.yaml` in your GitHub
182182
> **IMPORTANT** The structure(schemas) of workflows and executables are different for both training and serving in SAP AI Core. For available options for the schemas you must refer to the [official help guide of SAP AI Core](https://help.sap.com/docs/AI_CORE/2d6c5984063c40a59eda62f4a9135bee/8a1f91a18cf0473e8689789f1636675a.html?locale=en-US)
183183
184184
```YAML
185-
aapiVersion: ai.sap.com/v1alpha1
185+
apiVersion: ai.sap.com/v1alpha1
186186
kind: ServingTemplate
187187
metadata:
188188
name: server-pipeline # executable ID, must be unique across your SAP AI Core instance, for example use `server-pipeline-yourname-1234`

0 commit comments

Comments
 (0)