You will need the following information before running the deployment script:
- Tenant Id
- Subscription Id
- Project Name (Lower Case No Spaces or special characters)
- Sql Admin Login
- Set Sql Admin Password
- Email Address
- Admin Object ID
- Bicep Script Path on your computer
- ADF ARM Path on your computer
- ADF ARM Parameters Path on your computer
- Sample Data Path Folder on your computer
- Navigate to Infrastructure/AdfARM/ARMTemplateParametersForFactory.json
- Amend factory name parameter replacing with your ADF name - + "adf001", eg testprojectadf001
- Amend adfSqlDb_connectionString parameter replacing with your sql server name - + "sqlsvr", eg testprojectsqlsvr
- Amend adfSqlDb_connectionString parameter replacing with your sql db name - + "sqldb001", eg testprojectsqldb001
- Amend adfblobstorage_properties_typeProperties_serviceEndpoint parameter replacing with your storage account name - + "stg001", eg testprojectstg001
- Save your changes
- Open Powershell as Administrator
- Enter command powershell.exe -File using the location of the Infrastructure/deploymentScript.ps1 powershell script on your computer
- Follow the prompts to enter the required parameters for deployment
- The script will deploy all required resources to your Subscription, including uploading sample data to the Storage account container