Microsoft Azure Fundamentals Exam Flashcards
What is Azure Storage?
A service to store files, messages, and tables.
You can create an Azure Storage account by using the following (3 Options)?
- Azure Portal
- Azure CLI
- PowerShell
What is Azure Blob Storage?
An object storage solution for the cloud; unstructured, stores massive amounts of data.
What is Blob Storage Ideal For (4 options)?
- Storing up to 8 TB of data for virtual machines.
- Storing data for backup and restore disaster recovery, and archiving.
- Storing data for analysis by an on-premises or Azure-hosted service.
- Streaming video and audio.
T/F: With Azure File Share, you can write data to a file share, and process or analyze the data later.
TRUE - This is typically done with diagnostic logs, metrics, and crash dumps.
T/F: With Azure File Share, you can store configuration files on a file share.
TRUE - Configuration files can be stored on a file share and accessed from multiple VM. Tools and utilities used by multiple developers in a group can be stored on a file share, ensuring that everybody can find them and that they use the same version.
What is Azure File Share?
Azure Files makes it easier to migrate on-premises applications that share data to Azure. You can access the files from anywhere in the world.
What are the three Blob (Azure Storage for data) access tiers?
- Hot
- Cool
- Archive
What is a Hot Access Tier?
Optimized for storing data accessed frequently, i.e. images for your website for at least 3o days.
What is a Cool Access Tier?
Optimized for storing data accessed infrequently, i.e. invoices for your client, and stored for at least 30 days.
What is Archive Access Tier (Azure Storage?
Data that is rarely accessed and stored for at least 180 days.
T/F: Only Hot and Cool Access Tiers can be set at the account level.
TRUE
T/F: Hot, Cool & Archive Access Tiers can be set up at the blob level during or after upload.
TRUE
T/F: Archive stores data offline and offers the lowest cost.
TRUE
Azure storage is used by both Infrastructure as a Service (IaaS) virtual machines, and Platform as a Service (PaaS) cloud services.
TRUE - You can use Azure Storage on its own. For example, you can use it as a file share. Developers also often use it as a repository for working data. These repositories can be used by websites, mobile apps, desktop applications, and many other types of custom solutions. Azure Storage is also used by Infrastructure as a Service (IaaS) virtual machines, and Platform as a Service (PaaS) cloud services.
True or False?
Azure Files are accessible via the industry standard Server Message Block (SMB) protocol.
TRUE - Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS.
True or False?
Azure Files can be accessed from anywhere in the world using a URL that points to the file.
TRUE - One thing that distinguishes Azure Files from files on a corporate file share is that you can access the files from anywhere in the world using a URL that points to the file.
True or False?
Shared Access Signature (SAS) tokens allow access to a private asset for a specific amount of time.
TRUE - You can also use Shared Access Signature (SAS) tokens to allow access to a private asset for a specific amount of time.
What is Azure Virtual Network?
(IaaS) resource; An Azure Virtual Network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. Also allows for segmentation.
True or False?
A virtual network needs to exist in a resource group.
TRUE - you can create a new one or select an existing resource group.
What is a VPN (Virtual Private Network)?
A private, interconnected network that uses an encrypted tunnel within another network.
True or False?
You can deploy many VPN gateways in each virtual network, but you can use one gateway to connect to multiple locations.
FALSE - You can deploy only one VPN gateway in each virtual network, but you can use one gateway to connect to multiple locations.
What are the two VPN types to specify when you deploy a VPN gateway?
- Policy Based
2. Route Based
What is a Policy Based VPN type?
- Specifies statically the IP address of packets that should be encrypted through each tunnel (static routing); includes support for IKEV1.
- Must be used in specific scenarios that require them, such as for compatibility with legacy on-premises VPN devices.