jackjackk / azure2gcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure to Google Cloud Storage Transfer

Azure data source configuration

3 variables are needed to identify and access the Azure Resource to transfer data from. Fill the azure-config.template.json and save it as azure-config.json with the information below.

storage_account
Name of the Azure Storage account, which determines the Azure Endpoint from which data is accessible.
container
Container/blob to transfer from the Azure Storage account.
sas_token
Azure shared access signature for granting access to the resource in the storage account.

Google credentials

Create a service account key and save it in json format under a file named google-credentials.json.

Requirements for Python script

About


Languages

Language:Python 100.0%