Red Hat Training
A Red Hat training course is available for RHEL 8
2.6. 创建 Azure Active Directory 应用程序
完成以下流程来创建 Azure Active Directory AD Application。Azure AD Application Views 和自动访问集群中所有节点的 HA 操作。
先决条件
安装 Azure 命令行界面(CLI ) 。
流程
- 确保您是 Microsoft Azure 订阅的管理员或所有者。您需要此授权来创建 Azure AD 应用程序。
登录到您的 Azure 帐户。
$ az login
输入以下命令来创建 Azure AD 应用程序。要使用您自己的密码,请在命令中添加
--password
选项。确保您创建一个强大密码。$ az ad sp create-for-rbac --name FencingApplicationName --role owner --scopes "/subscriptions/SubscriptionID/resourceGroups/MyResourseGroup"
例如:
[clouduser@localhost ~] $ az ad sp create-for-rbac --name FencingApp --role owner --scopes "/subscriptions/2586c64b-xxxxxx-xxxxxxx-xxxxxxx/resourceGroups/azrhelclirsgrp" Retrying role assignment creation: 1/36 Retrying role assignment creation: 2/36 Retrying role assignment creation: 3/36 { "appId": "1a3dfe06-df55-42ad-937b-326d1c211739", "displayName": "FencingApp", "name": "http://FencingApp", "password": "43a603f0-64bb-482e-800d-402efe5f3d47", "tenant": "77ecefb6-xxxxxxxxxx-xxxxxxx-757a69cb9485" }
在继续操作前,保存以下信息。您需要这些信息来设置隔离代理。
- Azure AD 应用 ID
- Azure AD 应用程序密码
- 租户 ID
- Microsoft Azure Subscription ID
其它资源