Hi MrFlinstone,
Thanks for reaching out to Microsoft Q&A.
- Using custom PS script:
./Create-AzSynapseWorkspace -ResourceGroupName "rg-name" -Name "synwssps" -Location "US East" -DefaultDataLakeStorageAccountName "storageaccount" -DefaultDataLakeStorageFilesystem "sfs" -AdminSqlLogin "admin" -AdminSqlPwd "passw"
For reference: https://github.com/techtalkcorner/AzSynapseAnalytics/blob/master/Scripts/PowerShell/Create-AzSynapseWorkspace.ps1
- Using ARM templates:
https://mrpaulandrew.com/2020/12/08/trying-to-deploy-azure-synapse-analytics-using-arm-templates/
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.