Author : MD TAREQ HASSAN | Updated : 2022/08/23
Prerequisites
- RBAC: Contributor role at subscription scope
- Registering data factory resource provider:
- When Azure Portal is used, “
Microsoft.DataFactory
” resource provider is registered at target subscription by Portal application automatically (if not registered previously) - For other tools (i.e. PowerShell, Azure CLI etc.) we need to register data factory resource provider to the target subscription
- Registration: Target subscription > Resource providers > Search “DataFactory” > Register
- When Azure Portal is used, “
Using powerShell
X.ps1
[in progress]
Using portal
- Either use an existing resource group or create new resource group (https://portal.azure.com/#create/Microsoft.ResourceGroup)
- Create data factory from:
- Market place: https://portal.azure.com/#create/Microsoft.DataFactory
- or Sub-portal:
- Go to Data factories sub-portal
- Click “+ Create” on top left
- Fill up details
- Create