Azure Security Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:
* [[Azure Concepts#Subjects|Azure Concepts]]
* [[Azure Concepts#Subjects|Azure Concepts]]
=Overview=
=Overview=
Accessing Azure services require a set of credentials, including the [[#Subscription_ID|subscription ID]], [[#Active_Directory_ID|Active Directory ID]], region, management and storage credentials.
Accessing Azure services require a set of credentials, including the [[#Subscription_ID|subscription ID]], [[#Active_Directory_ID|Active Directory ID]], region, management and [[Azure_Storage_Concepts#Storage_Account|storage credentials]].


=Subscription=
=Subscription=

Revision as of 16:52, 20 August 2021

Internal

Overview

Accessing Azure services require a set of credentials, including the subscription ID, Active Directory ID, region, management and storage credentials.

Subscription

A resource that ... Equivalent to AWS account. All resources in a subscription are billed together. A subscription is associated with an Active Directory instance.

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.

Managed Identity

CLI Login

Azure Security Operations | Login

Network Security Group

Azure Networking Concepts | Network Security Group