AZ-900 Flashcards
Azure File Sync
Azure File Sync: A service provided by Microsoft Azure that enables organizations to synchronize files between on-premises servers and Azure File shares. It allows seamless access to files from anywhere while maintaining centralized control and reducing storage costs by tiering less frequently accessed data to Azure.
Data migration assistant
Azure Data Migration Assistant: A tool provided by Microsoft Azure to assist in the assessment and migration of on-premises databases to Azure SQL Database or Azure SQL Managed Instance. It helps identify compatibility issues, provides recommendations for performance optimization, and facilitates the schema and data migration process, ensuring a smooth transition to the Azure cloud platform.
Azure Files
Azure Files: A cloud-based file sharing service provided by Microsoft Azure, allowing users to create fully managed file shares in the cloud accessible via Server Message Block (SMB) or Network File System (NFS) protocols. It enables easy file sharing across multiple platforms and environments, offering scalability, high availability, and integration with Active Directory for secure authentication and access control.
Azure Advisor Blade
Azure Advisor Blade: A feature within the Azure portal that provides personalized recommendations to help optimize Azure resources for better performance, security, reliability, and cost efficiency. It offers actionable insights based on best practices and Azure usage patterns, helping users make informed decisions to improve their Azure deployments.
Security Center Blade
Azure Security Center Blade: A section within the Azure portal that provides centralized security management and monitoring for Azure resources. It offers security recommendations, threat detection, and advanced capabilities such as security policies, regulatory compliance, and integration with Azure Defender for protection against advanced threats across cloud workloads.
Compliance Manager
Compliance Manager: A tool within Microsoft 365 and Azure that helps organizations assess and manage their compliance posture across various regulations and standards. It provides a centralized dashboard for tracking compliance-related activities, assessing risks, and implementing controls to meet regulatory requirements such as GDPR, HIPAA, ISO 27001, and more. Compliance Manager offers built-in assessments, recommended actions, and documentation capabilities to streamline compliance efforts and improve overall data protection and governance practices.
Knowledge Center
Azure Knowledge Center: A centralized online resource provided by Microsoft Azure, offering a wide range of documentation, tutorials, best practices, and troubleshooting guides for Azure services and solutions. It serves as a comprehensive knowledge base for developers, IT professionals, and organizations looking to learn about Azure, address technical challenges, and stay updated on the latest developments and innovations in cloud computing.
Tags
Azure Tags: Key-value pairs that you can apply to Azure resources to logically organize and categorize them for better management, tracking, and billing purposes. Tags provide additional metadata that helps you easily identify, search, and filter resources within your Azure environment. They are commonly used for cost allocation, resource grouping, access control, and automation tasks.
ExpressRoute
Azure ExpressRoute: A Microsoft Azure service that provides dedicated, private, high-throughput network connectivity between on-premises datacenters and Azure datacenters or Microsoft cloud services, such as Azure Virtual Networks, Azure Blob Storage, and Azure SQL Database. ExpressRoute offers more reliable and predictable network performance compared to public internet connections, with enhanced security and isolation options. It enables organizations to extend their on-premises networks into the Microsoft cloud, facilitating hybrid cloud scenarios, data migration, and enterprise-grade connectivity for mission-critical workloads.
Consumption Based Plan
Azure Consumption-Based Plan: A pricing model offered by Microsoft Azure where customers pay for cloud services based on their actual usage rather than committing to a fixed amount of resources or predefined capacity. This pay-as-you-go approach allows organizations to scale resources up or down according to demand, providing flexibility and cost efficiency. It is suitable for workloads with variable usage patterns or for organizations seeking to avoid upfront investments in infrastructure.
AZcopy
Azure AzCopy: A command-line utility provided by Microsoft Azure for copying data to and from Azure storage accounts. It supports efficient, high-performance data transfer operations, including copying files, folders, and blobs, as well as transferring data between Azure Blob Storage, Azure Files, and Azure Data Lake Storage. AzCopy offers features such as parallelism, resiliency, and bandwidth throttling to optimize data transfer performance and reliability, making it a versatile tool for data migration, backup, and synchronization tasks in Azure environments.
Azurre Storage Explorer
Azure Storage Explorer: A graphical user interface (GUI) tool provided by Microsoft for managing and interacting with Azure storage services. It allows users to easily view, upload, download, and manage data stored in Azure Blob Storage, Azure Files, Azure Queue Storage, and Azure Table Storage. Azure Storage Explorer provides a user-friendly interface for performing common storage operations, such as creating containers, setting access permissions, and monitoring storage metrics, making it a convenient tool for developers, administrators, and data engineers working with Azure storage resources.
Azure RBAC
Azure RBAC (Role-Based Access Control): A security model provided by Microsoft Azure for managing access to Azure resources. It allows administrators to grant permissions to users, groups, or applications based on their assigned roles, rather than assigning permissions directly to individual users. Azure RBAC offers built-in roles with pre-defined sets of permissions, such as Owner, Contributor, and Reader, as well as custom roles for fine-grained access control. This enables organizations to enforce the principle of least privilege and establish granular access policies to protect sensitive data and resources within their Azure environments.
Conditional Access
Azure Conditional Access: A feature of Microsoft Azure Active Directory (Azure AD) that allows organizations to enforce access controls and security policies based on specific conditions and criteria. It enables administrators to define access rules based on factors such as user identity, device health, location, and session risk, and dynamically grant or deny access to Azure and Microsoft 365 resources accordingly. Azure Conditional Access helps organizations enhance security posture by implementing context-aware access policies that adapt to real-time risk factors and user behaviors, thereby reducing the risk of unauthorized access and data breaches.
Azure Functions
Azure Functions: A serverless compute service provided by Microsoft Azure that allows developers to build and deploy event-driven, scalable, and pay-per-use functions or applications without managing infrastructure. Azure Functions enables developers to write code in various programming languages such as C#, Java, JavaScript, Python, and PowerShell, and trigger them in response to events from Azure services, third-party services, or custom triggers. It supports a wide range of integration options, including Azure services, HTTP triggers, message queues, timers, and more, making it suitable for various use cases such as data processing, IoT, web APIs, and automation tasks.
Azure AD Identity Protection AIP
Azure AD Identity Protection (AIP): A security service provided by Microsoft Azure Active Directory (Azure AD) that helps organizations safeguard user identities and prevent identity-based attacks. Azure AD Identity Protection uses machine learning algorithms and anomaly detection capabilities to analyze user sign-ins, authentication attempts, and other signals to identify potential security risks such as compromised accounts, unusual sign-in locations, and suspicious activities. It provides real-time risk detection, remediation recommendations, and automated responses to mitigate security threats and protect sensitive data.
Azure Market Place
Azure Marketplace: An online store provided by Microsoft Azure that offers a wide range of certified, pre-configured solutions and services from Microsoft and third-party vendors. Azure Marketplace enables customers to discover, purchase, deploy, and manage software applications, virtual machines, templates, and other resources directly within the Azure portal. It provides a convenient platform for finding and deploying solutions for various use cases, including infrastructure deployment, application development, security, analytics, and more, accelerating time-to-value for Azure customers.
Resource Groups
Azure Resource Group: A logical container within Microsoft Azure that holds related Azure resources, such as virtual machines, storage accounts, web apps, and databases. Resource groups are used to manage and organize resources for a specific application, project, or environment, providing a unified management scope for tasks such as provisioning, monitoring, billing, and access control. By grouping resources together, administrators can manage them collectively, apply common policies and permissions, and streamline resource management operations, making it easier to deploy, monitor, and maintain Azure solutions.
Azure Resource Manager ARM
Azure ARM (Azure Resource Manager): The deployment and management service provided by Microsoft Azure for organizing and managing Azure resources. Azure ARM enables users to provision, update, and delete Azure resources in a declarative manner using JSON templates called Azure Resource Manager templates. It provides a unified API endpoint for interacting with Azure resources and offers features such as resource grouping, role-based access control (RBAC), tagging, and resource locks for managing resources at scale. Azure ARM simplifies resource management, automates deployment processes, and enables consistent management and governance of Azure resources across hybrid and multi-cloud environments.
Azure DevTest labs
Azure DevTest Labs: A service provided by Microsoft Azure that enables developers and IT professionals to quickly create, manage, and allocate development and testing environments in the cloud. Azure DevTest Labs allows users to provision virtual machines, containers, and other resources using reusable templates, automate environment setup with custom scripts, and control costs by setting quotas and policies. It provides features such as self-service provisioning, integration with Azure DevOps, scheduling, and auto-shutdown to streamline development and testing workflows, improve collaboration, and optimize resource utilization.
Azure virtual network
Azure Virtual Network: A logically isolated network infrastructure provided by Microsoft Azure, allowing users to create and manage private networks in the cloud. Azure Virtual Network enables users to define their own IP address space, subnets, and routing tables, and connect Azure resources securely to each other, to on-premises networks, and to the internet. It provides features such as network security groups, virtual private network (VPN) gateways, and Azure Bastion for secure connectivity and access control. Azure Virtual Network is commonly used to host virtual machines, containers, and other network-enabled services, providing a scalable and flexible networking solution for various cloud deployments.
Microsoft 365 Compliance Admin Center
Azure Microsoft 365 Compliance Center: A centralized portal provided by Microsoft for managing compliance-related activities and controls across Microsoft 365 services. It offers a comprehensive set of tools and features for assessing, protecting, and governing data in compliance with regulatory requirements and organizational policies. The Microsoft 365 Compliance Center includes capabilities such as data loss prevention (DLP), eDiscovery, information protection, insider risk management, compliance score, and compliance reports. It provides a unified dashboard for monitoring compliance posture, implementing controls, and responding to compliance-related incidents, helping organizations protect sensitive data and meet regulatory obligations effectively.
Professional Direct Support Plan
Azure Professional Direct Support Plan: A support offering provided by Microsoft Azure that provides direct access to Azure technical experts for personalized assistance and guidance. With the Professional Direct Support Plan, customers receive 24/7 access to Azure engineers via phone, chat, or email for assistance with Azure services, architecture design, troubleshooting, and best practices. This plan includes personalized advisory services, proactive monitoring and alerts, and prioritized response times to help customers maximize the performance, reliability, and security of their Azure deployments.
Azure Blob Storage
Azure Blob Storage: A scalable object storage service provided by Microsoft Azure for storing large amounts of unstructured data such as documents, images, videos, and logs. Azure Blob Storage offers high availability, durability, and security for data storage in the cloud, with options for hot, cool, and archive storage tiers to optimize cost and performance based on access frequency. It provides features such as versioning, encryption, access control, and integration with other Azure services, making it suitable for various use cases such as backup, content delivery, data lake storage, and application data storage.
Azure StorageV2
Azure StorageV2: An updated version of Azure Storage that provides enhanced performance, scalability, and features compared to the original Azure Storage (now referred to as Azure StorageV1). Azure StorageV2 includes capabilities such as larger storage account capacity limits, higher throughput, and support for newer storage services such as Azure Blob Storage, Azure Files, Azure Queue Storage, and Azure Table Storage. It also offers features like storage analytics, soft delete, immutable storage, and Azure AD integration for enhanced security and compliance. Azure StorageV2 is designed to meet the evolving storage needs of modern cloud applications and workloads.
Block Blob storage
Azure Block Blob Storage: A type of storage provided by Microsoft Azure that is optimized for storing large amounts of unstructured data, such as documents, images, videos, and backups, as individual blobs. Block blobs are comprised of blocks of data that can be individually managed and accessed, offering flexibility and efficiency for data storage and retrieval. Azure Block Blob Storage provides features such as high availability, durability, scalability, and tiered storage options to optimize performance and cost based on access patterns. It is commonly used for a wide range of use cases, including media streaming, content delivery, backup and archival, and application data storage in the cloud.
Azure File Shares
Azure File Shares: A cloud-based file storage service provided by Microsoft Azure that allows users to create and manage fully managed file shares in the cloud. Azure File Shares enables organizations to store and share files with applications running in Azure, on-premises environments, or with remote users over the internet using the Server Message Block (SMB) protocol. It offers features such as scalability, high availability, integration with Active Directory for secure authentication and access control, and support for both Windows and Linux environments. Azure File Shares is suitable for various use cases, including file sharing, application data storage, and content collaboration in distributed environments.
Azure Machine Learning
Azure Machine Learning: A cloud-based service provided by Microsoft Azure that enables data scientists and developers to build, train, deploy, and manage machine learning models at scale. Azure Machine Learning offers a comprehensive set of tools and capabilities for the entire machine learning lifecycle, including data preparation, model training, hyperparameter tuning, model deployment, and monitoring. It supports various machine learning frameworks and programming languages, such as Python and R, and provides integration with popular tools like Jupyter Notebooks and Visual Studio Code. Azure Machine Learning simplifies the process of developing and operationalizing machine learning solutions, empowering organizations to leverage AI technologies to drive business value and innovation.
Azure Synapse Analytics
Azure Synapse Analytics: A cloud-based analytics service provided by Microsoft Azure that enables organizations to analyze and derive insights from large volumes of data across various sources and formats. Azure Synapse Analytics integrates big data and data warehousing capabilities into a unified platform, allowing users to perform data integration, data preparation, data warehousing, big data analytics, and business intelligence (BI) tasks in a single environment. It provides features such as scalable data storage, built-in data processing engines, SQL and Apache Spark query capabilities, machine learning integration, and Power BI integration for interactive data visualization. Azure Synapse Analytics empowers organizations to streamline data analytics workflows, accelerate time-to-insight, and drive data-driven decision-making across the enterprise.
Azure Policies
Azure Policies: A service in Microsoft Azure that allows organizations to enforce compliance and governance requirements across their Azure resources. Azure Policies enable administrators to define and apply rules and regulations for resource configuration and management, ensuring that resources adhere to organizational standards, security baselines, and regulatory requirements. Policies are defined using JSON-based syntax and can be applied at the subscription, resource group, or individual resource level. They can enforce various constraints, such as requiring specific tags, disallowing certain resource types, or enforcing encryption settings. Azure Policies help organizations maintain consistency, security, and compliance across their Azure environments.
Azure Spot Virtual Machine Instances
Azure Spot Virtual Machine Instances: A purchasing option provided by Microsoft Azure that allows customers to take advantage of unused Azure compute capacity at significantly discounted prices. With Azure Spot VMs, users can run virtual machine workloads at a fraction of the cost of regular pay-as-you-go or reserved instances, making them ideal for workloads that are flexible about when they run, such as batch processing, development and testing, and fault-tolerant applications. However, Spot VMs are subject to interruption if Azure needs to reclaim the capacity for other purposes, so they are not suitable for workloads that require continuous uptime or strict SLAs.
OpEx
OpEx: Operating expenses, commonly referred to as OpEx, are the ongoing costs incurred by a business or organization in the day-to-day operation of its core activities. These expenses are necessary for maintaining business operations and are typically recurring and short-term in nature. Examples of operating expenses include rent, utilities, salaries, marketing expenses, office supplies, and maintenance costs. Unlike capital expenditures (CapEx), which involve investments in assets or projects with long-term benefits, operating expenses are recorded on the income statement and are deducted from revenue to calculate the net income or profit of a business.
CapEx
CapEx: Capital expenditures, often abbreviated as CapEx, refer to the funds invested by a business or organization in acquiring, upgrading, or maintaining physical assets or long-term projects that are expected to provide benefits over an extended period. These expenditures typically involve significant upfront costs and contribute to the expansion, improvement, or modernization of the business. Examples of capital expenditures include purchases of property, equipment, machinery, vehicles, buildings, and investments in infrastructure or research and development projects. Unlike operating expenses (OpEx), which are incurred for day-to-day operations and are expensed immediately, capital expenditures are recorded as assets on the balance sheet and are typically depreciated or amortized over their useful lives.
Azure AD Device Managment
Azure AD Device Management: A set of capabilities provided by Microsoft Azure Active Directory (Azure AD) for managing and securing devices that access organizational resources. Azure AD Device Management enables administrators to enroll devices into Azure AD, apply security policies, control access to resources based on device compliance, and manage device configurations remotely.
Azure DNS
Azure DNS (Domain Name System): A cloud-based DNS hosting service provided by Microsoft Azure that enables organizations to manage and resolve domain names for their Azure-hosted resources. Azure DNS provides a scalable, reliable, and high-performance DNS solution, allowing users to create and manage DNS zones, record types (such as A, AAAA, CNAME, MX, TXT, and SRV records), and custom domain names. It offers features such as automatic DNS zone replication, DNSSEC (DNS Security Extensions) support, and integration with Azure services for seamless DNS management within Azure environments. Azure DNS simplifies the process of domain name management and resolution, enabling organizations to effectively route traffic to their applications and services hosted on Azure.
Azure Monitor
Azure Monitor: A comprehensive monitoring and analytics service provided by Microsoft Azure for collecting, analyzing, and acting on telemetry data generated by Azure resources and applications. Azure Monitor enables organizations to gain insights into the performance, availability, and health of their Azure deployments, helping them identify and troubleshoot issues, optimize resource utilization, and improve the overall reliability of their applications and services. It offers features such as metrics collection, logs monitoring, alerts, dashboards, and integration with other Azure services for advanced analytics and automation. Azure Monitor provides a centralized platform for monitoring and managing the entire Azure ecosystem, empowering organizations to proactively monitor and optimize their cloud environments.
Azure Advisor
Azure Advisor: A cloud-based service provided by Microsoft Azure that offers personalized recommendations to help optimize Azure resources for better performance, security, reliability, and cost efficiency. Azure Advisor analyzes the configuration and usage of Azure resources and provides actionable insights and best practices based on industry standards and Azure best practices.
Azure VPN Gateway
Azure VPN Gateway: A networking service provided by Microsoft Azure that enables secure communication between Azure virtual networks and on-premises networks or remote client devices over the public internet. Azure VPN Gateway allows organizations to establish site-to-site VPN connections to connect Azure virtual networks with on-premises datacenters or offices, as well as point-to-site VPN connections to provide remote access to Azure resources for individual users or devices. It supports various VPN protocols such as IKEv2, SSTP, and OpenVPN, and provides features such as encryption, authentication, and traffic routing to ensure secure and reliable connectivity. Azure VPN Gateway is commonly used for extending on-premises networks to Azure, enabling hybrid cloud scenarios, remote access solutions, and secure communication between distributed environments.
AzureArc
Azure Arc: A service provided by Microsoft Azure that extends Azure management and services to any infrastructure, enabling organizations to manage, govern, and secure resources across on-premises, multi-cloud, and edge environments from a single control plane. Azure Arc allows users to bring Azure services such as Azure Policy, Azure Monitor, and Azure Security Center to resources running outside of Azure, including virtual machines, Kubernetes clusters, and SQL Server instances. It provides centralized management, consistent governance, and unified security across distributed environments, enabling organizations to leverage the benefits of Azure services wherever their resources are located. Azure Arc simplifies hybrid and multi-cloud management, enabling organizations to adopt cloud-native practices and drive innovation across their infrastructure.
DNSSEC
Azure DNSSEC: A feature provided by Microsoft Azure that enables customers to enhance the security of their domain name system (DNS) infrastructure by implementing DNS Security Extensions (DNSSEC) for their DNS zones hosted in Azure DNS. DNSSEC is a suite of security extensions that adds cryptographic signatures to DNS records, helping prevent DNS spoofing, cache poisoning, and other types of DNS-based attacks. With Azure DNSSEC, customers can enable DNSSEC for their DNS zones with just a few clicks, and Azure DNS takes care of signing the DNS records and managing the cryptographic keys required for DNSSEC validation. This helps improve the trustworthiness and integrity of DNS resolution for domain names hosted in Azure DNS.