AZ-104 Microsoft Azure Administrator Pt. 2 Flashcards
Virtual Machines (VMs) are virtualized instances of computer systems that can run applications and operating systems as if they were physical machines.
Virtual Machines
Virtual Networking refers to the creation of virtual networks within a cloud environment. It allows you to define and manage network resources such as virtual subnets, virtual network gateways, and network security groups.
Virtual Networking
Storage refers to the capability of storing and retrieving data in a cloud environment. It provides durable, scalable, and highly available storage options for applications and services.
Storage
Azure Batch is a cloud-based job scheduling service that allows you to run large-scale parallel and batch compute jobs in Azure. It simplifies the management of batch processing and resource provisioning.
Azure Batch
Virtual Machine Scale Sets (VMSS) is an Azure feature that allows you to create and manage a group of identical virtual machines. It provides automatic scaling, load balancing, and high availability for VM instances.
Virtual Machine Scale Sets
Azure Kubernetes Service (AKS) is a managed container orchestration service provided by Azure. It simplifies the deployment, management, and scaling of containerized applications using Kubernetes.
Azure Kubernetes Service (AKS)
Service Fabric is a distributed systems platform provided by Azure. It enables the development, deployment, and management of highly scalable and reliable microservices-based applications.
Service Fabric
Web apps refer to applications or services that are accessed through a web browser over the internet. They are typically built using web technologies such as HTML, CSS, and JavaScript.
Web apps
Container apps are applications that are packaged along with their dependencies into containers. Containers provide a lightweight and portable environment for running applications consistently across different platforms and environments.
Container apps
Windows is a popular operating system developed by Microsoft. It provides a graphical user interface (GUI) and supports a wide range of applications and hardware devices.
Windows
Linux is an open-source operating system that is widely used in server environments and embedded systems. It is known for its stability, security, and flexibility.
Linux OS
Visual Studio is an integrated development environment (IDE) developed by Microsoft. It provides a comprehensive set of tools for building, debugging, and deploying various types of applications.
Visual Studio
Storage accounts in Azure provide a unique namespace for storing and accessing data objects such as blobs, queues, tables, and files. They act as a logical container for organizing and managing data in Azure Storage.
Storage accounts
Blobs (Binary Large Objects) are a type of storage object in Azure Storage. They are used to store unstructured data such as text files, images, videos, and documents.
Blobs (Binary Large Objects)
Queues in Azure Storage are used for storing and retrieving messages between components of an application or between different applications. They enable asynchronous communication and decouple the sender and receiver.
Queues
Tables in Azure Storage are NoSQL databases that can store structured data. They provide a schemaless storage option for applications that require fast and flexible data access.
Tables
Files in Azure Storage provide a shared file system that can be accessed by multiple virtual machines. They are commonly used for storing and sharing files across distributed applications.
Files
Storage tiers in Azure Storage allow you to choose the appropriate level of performance and cost for your data. They include hot, cool, and archive tiers, each with different pricing and availability characteristics.
Storage tiers
Managing storage involves tasks such as creating and configuring storage accounts, managing access control, monitoring storage usage, and optimizing storage performance.
Manage storage
Unmanaged storage refers to storage that is not fully managed by Azure services. It typically involves managing and maintaining the storage infrastructure yourself, including hardware, software, and data backups.
Unmanaged storage
Azure SQL Database is a fully managed relational database service provided by Azure. It is based on Microsoft SQL Server and offers high availability, scalability, and built-in intelligence for optimizing performance.
Azure SQL Database
Azure SQL Managed Instance is a deployment option for Azure SQL Database that provides full SQL Server compatibility and native virtual network (VNet) support. It allows you to migrate existing SQL Server workloads to the cloud with minimal changes.
Azure SQL Managed Instance
SQL Server on a Virtual Machine (VM) refers to running a virtual machine instance with SQL Server installed. It gives you more control over the SQL Server environment and allows you to lift and shift existing on-premises SQL Server workloads to the cloud.
SQL Server on a Virtual Machine
Synapse Analytics, formerly known as SQL Data Warehouse, is a cloud-based analytics service provided by Azure. It combines big data and data warehousing capabilities to enable fast and scalable data analytics and reporting.
Synapse Analytics (SQL Data Warehouse)