GREY Flashcards
(112 cards)
Portal Navigation
The user interface for accessing and managing Azure resources, providing a visual way to interact with Azure services.
Subscriptions
A logical container for your Azure resources, providing boundaries for billing, access control, and resource limits.
Management Groups
A hierarchical container above subscriptions that enables you to manage access, policy, and compliance across multiple subscriptions.
Azure Policy
A service that allows you to enforce organizational standards and assess compliance at scale, ensuring resources meet specific rules.
Blueprints
A way to define a repeatable set of Azure resources that adheres to an organization’s standards, patterns, and requirements.
Role Assignments (IAM)
Assigning permissions to users, groups, or service principals to control access to Azure resources based on the principle of least privilege.
Cost Management + Billing
Tools and features for analyzing, managing, and optimizing Azure spending, as well as viewing and paying invoices.
Advisor
A personalized cloud consultant that provides recommendations to optimize your Azure deployments for cost, security, reliability, operational excellence, and performance.
Service Health
Provides information about the health of Azure services and regions, including planned maintenance, service incidents, and health advisories.
Resource Locks
Protect Azure resources from accidental deletion or modification by applying ReadOnly or CanNotDelete locks.
Resource Tags
Metadata key-value pairs applied to Azure resources to logically organize them for billing, management, and operations.
Resource Groups
A container that holds related resources for an Azure solution, allowing you to manage them as a single entity.
Activity Log
A record of operations performed on resources in your Azure subscription, providing audit trails for tracking changes and troubleshooting issues.
Deployments
The process of provisioning and configuring Azure resources using infrastructure-as-code tools like Resource Manager templates or ARM Templates. It automates the creation and configuration of your infrastructure.
Cloud Shell
A browser-based, authenticated shell for managing Azure resources, providing command-line access to Azure services without requiring local installation.
Resource Manager Templates
JSON files that define the infrastructure and configuration for an Azure deployment, enabling infrastructure-as-code.
Microsoft Entra ID
Microsoft’s cloud-based identity and access management service, providing authentication, authorization, and directory services for applications and resources. Formerly known as Azure Active Directory.
Azure Active Directory Domain Services
A managed domain service that provides domain join, group policy, LDAP, and Kerberos/NTLM authentication, enabling you to migrate on-premises Active Directory-dependent applications to Azure without reconfiguring.
Azure Defender for Cloud
A cloud security posture management (CSPM) and cloud workload protection platform (CWPP) that provides threat protection for your Azure, on-premises, and multi-cloud environments.
Key Vault
A centralized cloud service for securely storing secrets, keys, and certificates, helping you control access to sensitive data.
Azure Firewall
A managed, cloud-based network security service that protects your Azure Virtual Network resources by providing stateful firewall capabilities.
Network Security Groups (NSGs)
Virtual firewalls that control network traffic to and from Azure resources, allowing you to define security rules to permit or deny traffic based on source/destination IP, port, and protocol.
Application Security
Encompasses various methods of securing applications, protecting them from threats, and ensuring confidentiality, integrity, and availability. It may also refer to Azure Application Gateway’s WAF (Web Application Firewall).
Conditional Access & Identity Governance
Features within Entra ID that allow you to enforce access policies based on various conditions (device, location, user risk) and manage user identities, access rights, and lifecycle within the organization.