1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SAP BTPへログオンする方法

Last updated at Posted at 2023-09-25

SAPのチュートリアルは結構英語ベースなので、日本語の勉強メモを残したいと思います。

やりたいこと

・ローカルからコマンドでSAP BTPへログオン

前提

・SAPのアカウント作成済み
・SAP BTPでSubaccountsと作成済み
・Cloud Foundry CLIインストール済み

やり方

①SAP BTP Cockpit>Account Explore>Subaccountsをクリック

image.png

②Overview>General>Cloud Foundry Environment>API Endpoint、エンドポイントのURLをコピー

image.png

③ローカルでコマンドを打つ

cf api https://api.xxxxxxxxxx.ondemand.com
cf login

すると、メールとパスワードが聞かれ、SAP BTPへログインするときのやつを入れる

image.png

以下が出たら成功!

image.png

参考サイト

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?