|
855 | 855 | "$ref": "#/definitions/WorkspaceCustomBooleanParameter", |
856 | 856 | "description": "Should the Public IP be Disabled?" |
857 | 857 | }, |
| 858 | + "loadBalancerBackendPoolName": { |
| 859 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 860 | + "description": "Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP)." |
| 861 | + }, |
| 862 | + "loadBalancerId": { |
| 863 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 864 | + "description": "Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace." |
| 865 | + }, |
| 866 | + "natGatewayName": { |
| 867 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 868 | + "description": "Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets." |
| 869 | + }, |
| 870 | + "publicIpName": { |
| 871 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 872 | + "description": "Name of the Public IP for No Public IP workspace with managed vNet." |
| 873 | + }, |
858 | 874 | "prepareEncryption": { |
859 | 875 | "$ref": "#/definitions/WorkspaceCustomBooleanParameter", |
860 | 876 | "description": "Prepare the workspace for encryption. Enables the Managed Identity for managed storage account." |
|
866 | 882 | "requireInfrastructureEncryption": { |
867 | 883 | "$ref": "#/definitions/WorkspaceCustomBooleanParameter", |
868 | 884 | "description": "A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest." |
| 885 | + }, |
| 886 | + "storageAccountName": { |
| 887 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 888 | + "description": "Default DBFS storage account name." |
| 889 | + }, |
| 890 | + "storageAccountSkuName": { |
| 891 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 892 | + "description": "Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs." |
| 893 | + }, |
| 894 | + "vnetAddressPrefix": { |
| 895 | + "$ref": "#/definitions/WorkspaceCustomStringParameter", |
| 896 | + "description": "Address prefix for Managed virtual network. Default value for this input is 10.139." |
| 897 | + }, |
| 898 | + "resourceTags": { |
| 899 | + "$ref": "#/definitions/WorkspaceCustomObjectParameter", |
| 900 | + "readOnly": true, |
| 901 | + "description": "Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level." |
869 | 902 | } |
870 | 903 | }, |
871 | 904 | "description": "Custom Parameters used for Cluster Creation." |
|
0 commit comments