Storage: FileSync, Import/Export, Accounts Flashcards

1
Q

Azure file sync

A

transforms Windows Server into a quick cache of your Azure file share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure File Sync advantages

A

Lift and shift.

Backup and Disaster Recovery. Once File Sync is implemented, Azure Backup will back up your on-premises data.

File Archiving. Only recently accessed data is located on local servers. Non-used data moves to Azure in what is called Cloud Tiering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure File Sync: Storage Sync Service

A

top-level Azure resource for Azure File Sync.

The Storage Sync Service resource is a peer of the storage account resource, and can similarly be deployed to Azure resource groups.

A distinct top-level resource from the storage account resource is required because the Storage Sync Service can create sync relationships with multiple storage accounts via multiple sync groups.

A subscription can have multiple Storage Sync Service resources deployed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Sync: Sync group

A

A sync group defines the sync topology for a set of files.

Endpoints within a sync group are kept in sync with each other.

If for example, you have two distinct sets of files that you want to manage with Azure File Sync, you would create two sync groups and add different endpoints to each sync group.

A Storage Sync Service can host as many sync groups as you need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure Sync: Registered Server

A

The registered server object represents a trust relationship between your server (or cluster) and the Storage Sync Service. You can register as many servers to a Storage Sync Service instance as you want.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure Sync: Azure File Sync agent.

A

The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an Azure file share.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure Sync: Server Endpoints

A

A server endpoint represents a specific location on a registered server, such as a folder on a server volume. Multiple server endpoints can exist on the same volume if their namespaces do not overlap (for example, F:\sync1 and F:\sync2).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Deploying Azure File Sync

A

Deploy the Storage Sync Service.
Prepare Windows Server to use with Azure File Sync
Install the Azure File Sync Agent.
Register Windows Server with Storage Sync Service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Azure Import/Export service

A

A service used to securely import large amounts of data to Azure Blob storage and Azure Files by shipping physical disk drives to an Azure datacenter.

Can also be used to transfer data from Azure Blob storage to physical disk drives and ship to your on-premises sites.

With the Azure Import/Export service, you supply your own disk drives and transfer data yourself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Azure Import/Export service

A

A service used to securely import large amounts of data to Azure Blob storage and Azure Files by shipping disk drives to an Azure datacenter.

This service can also be used to transfer data from Azure Blob storage to disk drives and ship to your on-premises sites.

Data from one or more disk drives can be imported either to Azure Blob storage or Azure Files. With the Azure Import/Export service, you supply your own disk drives and transfer data yourself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure Storage Account

A

Is a container that groups a set of Azure Storage services together
blobs, queues, files, tables

Storage services in the account share lifecycle

Is an Azure Resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Azure Storage Account config settings

A

Subscription: the subscription to be billed for services
Location: datacenter that will store services
Performance: Standard or Premium
Replication: LRS, GRS, etc.
Access tier: hot, cool, archive
Secure Transfer Required: HTTPS or HTTP
Virtual Networks: allows inbound access request from specified virtual networks only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How many storage accounts are needed?

A

storage account represents a collection of settings like location, replication strategy, and subscription owner.

You need one storage account for each group of settings that you want to apply to your data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Storage Accounts and Data diversity

A

Organizations often generate data that differs in where it is consumed, how sensitive it is, which group pays the bills, etc. Diversity along any of these vectors can lead to multiple storage accounts. Let’s consider two examples:

Do you have data that is specific to a country or region?

Do you have some data that is proprietary and some for public consumption?

In general, increased diversity means an increased number of storage accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Storage Accounts: Cost sensitivity

A

A storage account by itself has no financial cost; however, the settings you choose for the account do influence the cost of services in the account. Geo-redundant storage costs more than locally redundant storage. Premium performance and the Hot access tier increase the cost of blobs.

You can use multiple storage accounts to reduce costs. For example, you could partition your data into critical and non-critical categories. You could place your critical data into a storage account with geo-redundant storage and put your non-critical data in a different storage account with locally redundant storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Stored Access Policy properties

A

Identifier: The name you use to reference the stored access policy.

Start time: A DateTimeOffset value for the date and time when the policy might start to be used. This value can be null.

Expiry time: A DateTimeOffset value for the date and time when the policy expires. After this time, requests to the storage will fail with a 403 error-code message.

Permissions: The list of permissions as a string that can be one or all of acdlrw.

17
Q

Stored Access Policy

A

a way of grouping your service level SAS tokens by what services and resources they have access to.

18
Q

Azure Sync: Cloud Endpoint

A

A cloud endpoint is an Azure file share that is part of a sync group. The entire Azure file share syncs, and an Azure file share can be a member of only one cloud endpoint. Therefore, an Azure file share can be a member of only one sync group. If you add an Azure file share that has an existing set of files as a cloud endpoint to a sync group, the existing files are merged with any other files that are already on other endpoints in the sync group.