Azure Developer Associate (YT) - AZCopy Flashcards

1
Q

Wat is AZCopy

A

command-line utility to copy files of blobs to of from storage account

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

Welke authorization levels heb je nodig?

A

download
Storage Blob Data Reader
upload
Storage Blob Data Contributor
Storage Blob Data Owner

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

Hoe kun je access krijgen?

A

Azure Active Directory (AD)
azcopy login > code voor in de browser
daarna azcopy copy ‘fileA’ ‘FileB’
Shared Access Signature (SAS)
* Op Storage Account maak je een querystring waar je een tijdelijke rechten in zitten. Deze plak je achter de filenaam:
> azcopy copy ‘fileA’ ‘fileB?sv=date&ss=b&se=date…’

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