Last active
February 22, 2022 08:43
-
-
Save UstDoesTech/797f98b22f453e771c523fcda899095a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"synapseWorkspace": { | |
"value": { | |
"Name": "synapseworkspacename", | |
"subscriptionId": "00000000-0000-0000-0000-000000000000", | |
"resourceGroup": "resourcegroupname", | |
"properties": { | |
"sqlAdminLogin": "sqladminuser", | |
"initialWorkspaceAdminObjectId": "00000000-0000-0000-0000-000000000000" | |
} | |
} | |
}, | |
"defaultADLSStorageAccount": { | |
"value": { | |
"Name": "datalakename", | |
"URL": "datalakename.dfs.core.windows.net", | |
"ExternalId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroupname/providers/Microsoft.Storage/storageAccounts/datalakename", | |
"subscriptionId": "" | |
} | |
}, | |
"auditingSettings": { | |
"value": { | |
"retentionDays": 0, | |
"auditActionsAndGroups": [], | |
"isStorageSecondaryKeyInUse": false, | |
"isAzureMonitorTargetEnabled": false, | |
"state": "Disabled", | |
"storageAccountSubscriptionId": "00000000-0000-0000-0000-000000000000" | |
} | |
}, | |
"extendedAuditingSettings": { | |
"value": { | |
"retentionDays": 0, | |
"auditActionsAndGroups": [], | |
"isStorageSecondaryKeyInUse": false, | |
"isAzureMonitorTargetEnabled": false, | |
"state": "Disabled", | |
"storageAccountSubscriptionId": "00000000-0000-0000-0000-000000000000" | |
} | |
}, | |
"firewallRules": { | |
"value": { | |
"startIpAddress": "0.0.0.0", | |
"endIpAddress": "255.255.255.255" | |
} | |
}, | |
"integrationRuntimes": { | |
"value": { | |
"type": "Managed", | |
"typeProperties": { | |
"computeProperties": { | |
"location": "AutoResolve" | |
} | |
} | |
} | |
}, | |
"securityAlertPolicies": { | |
"value": { | |
"state": "Disabled", | |
"disabledAlerts": [""], | |
"emailAddresses": [""], | |
"emailAccountAdmins": false, | |
"retentionDays": 0 | |
} | |
}, | |
"roleAssignments": { | |
"value": { | |
"setWorkspaceIdentityRbacOnStorageAccount": true, | |
"storageBlobDataContributorRoleID": "ba92f5b4-2d11-453d-a403-e96b0029c9fe", | |
"storageRoleUniqueId": "[newGuid()]" | |
} | |
}, | |
"keyVaultName":{ | |
"value": "keyvaultname" | |
}, | |
"synapsePassword" :{ | |
"type": "securestring" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment