Azure Security Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:


=Subscription=
=Subscription=
{{External|https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing}}
A [[Azure_Concepts#Resource|resource]] that ...
A [[Azure_Concepts#Resource|resource]] that ...
Equivalent to [[Amazon_AWS_Security_Concepts#AWS_Account|AWS account]]. All [[Azure_Concepts#Resource|resources]] in a subscription are billed together. A subscription is associated with an [[#Active_Directory|Active Directory]] instance.
Equivalent to [[Amazon_AWS_Security_Concepts#AWS_Account|AWS account]]. All [[Azure_Concepts#Resource|resources]] in a subscription are billed together. A subscription is associated with an [[#Active_Directory|Active Directory]] instance.
Line 12: Line 13:
==Subscription Name==
==Subscription Name==
The subscription name can be obtained with '[[Azure_Security_Operations#Login_Status_and_Account_Information|az account list]]'; it is reported as "name".
The subscription name can be obtained with '[[Azure_Security_Operations#Login_Status_and_Account_Information|az account list]]'; it is reported as "name".
=Azure Management=
=Azure Management=
==Azure Management Credentials==
==Azure Management Credentials==

Revision as of 16:51, 8 September 2021

Internal

Overview

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

Subscription

https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing

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".

Azure Management

Azure Management Credentials

Azure Management Credentials Access Key

Azure Management Credentials Secret Key

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