Azure Security Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:
An [[OpenShift_on_Azure#Overview|OpenShift cluster running on Azure]] has an associated service principal.
An [[OpenShift_on_Azure#Overview|OpenShift cluster running on Azure]] has an associated service principal.
=CLI Login=
=CLI Login=
{{Internal|Azure_Security_Operations#Login|Azure Security Operations | Login}}

Revision as of 20:30, 23 April 2021

Internal

Subscription

A resource that ... Equivalent to AWS account. All resources in a subscription are billed together.

Subscription ID

The subscription ID can be obtained with 'az account list'; it is reported as "id".

Subscription Name

The subscription name can be obtained with 'az account list'; it is reported as "name".

Active Directory

Active Directory ID

Tenant

Permissions

Contributor

User Access Administrator

Owner

Application Principal

Service Principal

An OpenShift cluster running on Azure has an associated service principal.

CLI Login

Azure Security Operations | Login