AZ-104 Storage Flashcards
What cmdlet is used to create a file share in Azure Files
New-AzStorageShare
If you define action delete and action tierToArchive on the same blob which action is applied?
Delete (least expensive action)
When using Azure Import/Export option which tool would you use to copy data to disk drives
WAImportExport
Which type of shared access signatures supported by Azure Storage is secured with Active Directory credentials and also permissions specified by the SAS
User Delegation SAS
Before creating a file share in Azure which option must you perform
Create a context for your storage account and key
Why does using Azure CDN streaming endpoints minimize data transfer costs?
When Azure CDN is enabled for a streaming endpoint, data charges do not apply because data transfers are charged at data transfer pricing, and Azure CDN is not enabled for a streaming endpoint by default
Which file used with the Azure Import/Export service specifies the mapping between blobs in Azure Blob storage and files on drives comprising and import or export job?
an XML manifest file
Which cmdlet uploads a local file to an Azure Storage blob?
Set-AzureStorageBlobContent
Which service is used to collect log data from Azure and on-premises
Azure Log Analytics
Which objects defines the sync topology for a set of files in an Azure File Sync?
A sync group
Which types of Shared Access Signatures supported by Azure storage are secured by a Storage account key?
Account SAS, Service SAS
To rotate a key what action must you perform in Azure Key Vault?
Create a new version of the key in Azure Key Vault
Which storage replication option is currently only available for block blobs?
Zone-redundant storage (ZRS)
What are two deployment options for Azure File Sync
- Direct Mount of an Azure File Share
- Cache Azure file share on-premises with Azure File Sync
What are the two main types of storage accounts you will use for Azure Files deployments
- General Purpose v2
- FileStorage storage accounts