|
12 | 12 | { |
13 | 13 | "name": "cloudEnvironment", |
14 | 14 | "type": "Microsoft.Common.Section", |
15 | | - "label": "Select cloud environment", |
| 15 | + "label": "Configure cloud environment", |
16 | 16 | "elements": [ |
17 | 17 | { |
18 | 18 | "name": "selection", |
19 | 19 | "type": "Microsoft.Common.DropDown", |
20 | | - "visible": true, |
| 20 | + "visible": false, |
21 | 21 | "label": "Azure cloud environment", |
22 | | - "defaultValue": "[if(contains(steps('basics').resourceScope.location.name, 'china'), 'Azure China Cloud', if(contains(steps('basics').resourceScope.location.name, 'usgov'), 'Azure US Government', if(contains(steps('basics').resourceScope.location.name, 'usdod'), 'Azure US Government', 'Azure Cloud')))]", |
| 22 | + "defaultValue": "Azure Cloud", |
23 | 23 | "multiselect": false, |
24 | 24 | "selectAll": false, |
25 | 25 | "filter": false, |
|
45 | 45 | { |
46 | 46 | "name": "warning", |
47 | 47 | "type": "Microsoft.Common.InfoBox", |
48 | | - "visible": true, |
| 48 | + "visible": false, |
49 | 49 | "options": { |
50 | 50 | "icon": "Warning", |
51 | 51 | "text": "This value should be automatically set based on the list of available locations. Only change this if you believe the value to be incorrect.", |
|
294 | 294 | { |
295 | 295 | "name": "cuaSettingsInfo", |
296 | 296 | "type": "Microsoft.Common.InfoBox", |
297 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]", |
| 297 | + "visible": true, |
298 | 298 | "options": { |
299 | 299 | "text": "Microsoft can identify the deployments of the Azure Resource Manager templates with the deployed Azure resources. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through customer usage attribution. The data is collected and governed by Microsoft's privacy policies, located at the trust center. Visit this link to find out more.", |
300 | 300 | "uri": "https://github.com/Azure/Enterprise-Scale/wiki/Deploying-Enterprise-Scale-CustomerUsage", |
|
304 | 304 | { |
305 | 305 | "name": "telemetryOptOut", |
306 | 306 | "type": "Microsoft.Common.OptionsGroup", |
307 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]", |
| 307 | + "visible": true, |
308 | 308 | "label": "Customer Usage Selection Options", |
309 | | - "defaultValue": "[if(equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'), 'Enabled', 'Disabled')]", |
| 309 | + "defaultValue": "Enabled", |
310 | 310 | "constraints": { |
311 | 311 | "allowedValues": [ |
312 | 312 | { |
|
322 | 322 | } |
323 | 323 | } |
324 | 324 | ], |
325 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 325 | + "visible": true |
326 | 326 | } |
327 | 327 | ] |
328 | 328 | }, |
|
701 | 701 | "label": "Enable Microsoft Defender for Cloud for open-source relational databases", |
702 | 702 | "defaultValue": "Yes (recommended)", |
703 | 703 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for open-source relational databases.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
704 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'))]", |
| 704 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
705 | 705 | "constraints": { |
706 | 706 | "allowedValues": [ |
707 | 707 | { |
|
721 | 721 | "label": "Enable Microsoft Defender for Cloud for Cosmos DB", |
722 | 722 | "defaultValue": "Yes (recommended)", |
723 | 723 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for Cosmos DB.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
724 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'))]", |
| 724 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
725 | 725 | "constraints": { |
726 | 726 | "allowedValues": [ |
727 | 727 | { |
|
741 | 741 | "label": "Enable Microsoft Defender for Cloud for AppServices", |
742 | 742 | "defaultValue": "Yes (recommended)", |
743 | 743 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for AppServices.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
744 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'))]", |
| 744 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
745 | 745 | "constraints": { |
746 | 746 | "allowedValues": [ |
747 | 747 | { |
|
761 | 761 | "label": "Enable Microsoft Defender for Cloud for Storage", |
762 | 762 | "defaultValue": "Yes (recommended)", |
763 | 763 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for Storage.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
764 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), or(equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'), equals(steps('basics').cloudEnvironment.selection, 'AzureUSGovernment')))]", |
| 764 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
765 | 765 | "constraints": { |
766 | 766 | "allowedValues": [ |
767 | 767 | { |
|
801 | 801 | "label": "Enable Microsoft Defender for Cloud for SQL servers on machines", |
802 | 802 | "defaultValue": "Yes (recommended)", |
803 | 803 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for SQL servers on virtual machines.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
804 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'))]", |
| 804 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
805 | 805 | "constraints": { |
806 | 806 | "allowedValues": [ |
807 | 807 | { |
|
821 | 821 | "label": "Enable Microsoft Defender for Cloud for Key Vault", |
822 | 822 | "defaultValue": "Yes (recommended)", |
823 | 823 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for Key Vault.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
824 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'))]", |
| 824 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
825 | 825 | "constraints": { |
826 | 826 | "allowedValues": [ |
827 | 827 | { |
|
841 | 841 | "label": "Enable Microsoft Defender for Cloud for Azure Resource Manager", |
842 | 842 | "defaultValue": "Yes (recommended)", |
843 | 843 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for Resource Manager.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
844 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), or(equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'), equals(steps('basics').cloudEnvironment.selection, 'AzureUSGovernment')))]", |
| 844 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
845 | 845 | "constraints": { |
846 | 846 | "allowedValues": [ |
847 | 847 | { |
|
861 | 861 | "label": "Enable Microsoft Defender for Cloud for APIs", |
862 | 862 | "defaultValue": "Yes (recommended)", |
863 | 863 | "toolTip": "If 'Yes' is selected, Microsoft Defender for Cloud will be enabled for APIs.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
864 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), or(equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'), equals(steps('basics').cloudEnvironment.selection, 'AzureUSGovernment')))]", |
| 864 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
865 | 865 | "constraints": { |
866 | 866 | "allowedValues": [ |
867 | 867 | { |
|
881 | 881 | "label": "Enable Microsoft Defender CSPM", |
882 | 882 | "defaultValue": "Yes (recommended)", |
883 | 883 | "toolTip": "If 'Yes' is selected, Microsoft Defender CSPM will be enabled.<br>Uses the custom initiative <a href=\"https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-MDFC-Config.html\">Deploy Microsoft Defender for Cloud configuration</a>.", |
884 | | - "visible": "[and(equals(steps('management').enableAsc,'Yes'), or(equals(steps('basics').cloudEnvironment.selection, 'AzureCloud'), equals(steps('basics').cloudEnvironment.selection, 'AzureUSGovernment')))]", |
| 884 | + "visible": "[equals(steps('management').enableAsc,'Yes')]", |
885 | 885 | "constraints": { |
886 | 886 | "allowedValues": [ |
887 | 887 | { |
|
5114 | 5114 | "visible": true |
5115 | 5115 | } |
5116 | 5116 | ], |
5117 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 5117 | + "visible": true |
5118 | 5118 | }, |
5119 | 5119 | { |
5120 | 5120 | "name": "corpOnlineSettingsInfo", |
|
5330 | 5330 | "visible": true |
5331 | 5331 | } |
5332 | 5332 | ], |
5333 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 5333 | + "visible": true |
5334 | 5334 | }, |
5335 | 5335 | { |
5336 | 5336 | "name": "onlineSection", |
|
5376 | 5376 | } |
5377 | 5377 | } |
5378 | 5378 | ], |
5379 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 5379 | + "visible": true |
5380 | 5380 | } |
5381 | 5381 | ] |
5382 | 5382 | }, |
|
5511 | 5511 | } |
5512 | 5512 | } |
5513 | 5513 | ], |
5514 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 5514 | + "visible": true |
5515 | 5515 | }, |
5516 | 5516 | { |
5517 | 5517 | "name": "wlcAIReady", |
|
5915 | 5915 | } |
5916 | 5916 | } |
5917 | 5917 | ], |
5918 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 5918 | + "visible": true |
5919 | 5919 | }, |
5920 | 5920 | { |
5921 | 5921 | "name": "wlcAnalytics", |
|
8185 | 8185 | { |
8186 | 8186 | "name": "decommSettingsInfo", |
8187 | 8187 | "type": "Microsoft.Common.InfoBox", |
8188 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]", |
| 8188 | + "visible": true, |
8189 | 8189 | "options": { |
8190 | 8190 | "text": "The following policies will be enabled: <ul><li>Deny the deployment of new resources<li>Deploy an auto VM shutdown policy at UTC 00:00</ul>", |
8191 | 8191 | "uri": "https://aka.ms/alz/policies", |
|
8217 | 8217 | "visible": true |
8218 | 8218 | } |
8219 | 8219 | ], |
8220 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 8220 | + "visible": true |
8221 | 8221 | }, |
8222 | 8222 | { |
8223 | 8223 | "name": "sandboxSection", |
|
8227 | 8227 | { |
8228 | 8228 | "name": "sandboxSettingsInfo", |
8229 | 8229 | "type": "Microsoft.Common.InfoBox", |
8230 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]", |
| 8230 | + "visible": true, |
8231 | 8231 | "options": { |
8232 | 8232 | "text": "The following policies will be enabled: <ul><li>Deny vNET peering across subscriptions<li>Deny the deployment of vWAN/ER/VPN gateways</ul>", |
8233 | 8233 | "uri": "https://aka.ms/alz/policies", |
|
8259 | 8259 | "visible": true |
8260 | 8260 | } |
8261 | 8261 | ], |
8262 | | - "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" |
| 8262 | + "visible": true |
8263 | 8263 | } |
8264 | 8264 | ] |
8265 | 8265 | }, |
|
0 commit comments