The Azure Functions AzCopy lab
This lab will guide you through creating a storage account, configuring the Blob storage and containers, creating an Azure function, configuring the code for replication, and finally, testing whether replication occurs automatically:
- Estimated time: 45 minutes.
- Lab method: PowerShell and the Azure portal.
- Lab scenario: In this lab, you play the role of an administrator evaluating the utility and functionality provided by AzCopy. You need to determine whether it can be used to replicate data from a source container to another destination container. You need to run AzCopy whenever a file is added to a predetermined share or container.
Lab objectives:
- Task one: Provision the resource groups for the lab.
- Task two: Create and configure the lab storage accounts.
- Task three: Create and configure the Azure Files shares.
- Task four: Create the blob containers.
- Task five: Create and configure an Azure function. ...