Created
January 23, 2026 08:20
-
-
Save korkridake/db256d5a33de0c3f16f8e736d1637d85 to your computer and use it in GitHub Desktop.
AML Sandbox ARM Parameters
This file contains hidden or 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/2015-01-01/deploymentParameters.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "kind": { | |
| "value": "Default" | |
| }, | |
| "location": { | |
| "value": "australiaeast" | |
| }, | |
| "workspaceName": { | |
| "value": "amlhub2542" | |
| }, | |
| "resourceGroupName": { | |
| "value": "RG-AMLHub" | |
| }, | |
| "sku": { | |
| "value": "Basic" | |
| }, | |
| "tagValues": { | |
| "value": { | |
| "Environment": "Dev" | |
| } | |
| }, | |
| "keyVaultName": { | |
| "value": "amlhub25424657985534" | |
| }, | |
| "storageAccountName": { | |
| "value": "amlhub25428178587201" | |
| }, | |
| "appInsightsLogWorkspaceName": { | |
| "value": "amlhub25429379220381" | |
| }, | |
| "applicationInsightsName": { | |
| "value": "amlhub25428907697885" | |
| }, | |
| "managedKeyVaultType": { | |
| "value": "byoKeyVault" | |
| }, | |
| "storageAccountOption": { | |
| "value": "new" | |
| }, | |
| "storageAccountHnsEnabled": { | |
| "value": false | |
| }, | |
| "keyVaultOption": { | |
| "value": "new" | |
| }, | |
| "applicationInsightsOption": { | |
| "value": "new" | |
| }, | |
| "managedNetwork": { | |
| "value": { | |
| "isolationMode": "Disabled" | |
| } | |
| }, | |
| "provisionNetworkNow": { | |
| "value": "false" | |
| }, | |
| "delegateSubnetId": { | |
| "value": "none" | |
| }, | |
| "delegateSubnetName": { | |
| "value": "" | |
| }, | |
| "identityType": { | |
| "value": "systemAssigned" | |
| }, | |
| "systemDatastoresAuthMode": { | |
| "value": "identity" | |
| }, | |
| "allowSharedKeyAccess": { | |
| "value": "true" | |
| }, | |
| "publicNetworkAccess": { | |
| "value": "Enabled" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment