|
1649 | 1649 | "visible": "[bool(steps('section_coherence').enableCoherence)]"
|
1650 | 1650 | }
|
1651 | 1651 | ]
|
| 1652 | + }, |
| 1653 | + { |
| 1654 | + "name": "section_tags", |
| 1655 | + "label": "Tags", |
| 1656 | + "elements": [ |
| 1657 | + { |
| 1658 | + "name": "tagsByResource", |
| 1659 | + "type": "Microsoft.Common.TagsByResource", |
| 1660 | + "resources": [ |
| 1661 | + "${identifier.applicationGateways}", |
| 1662 | + "${identifier.virtualMachines}", |
| 1663 | + "${identifier.virtualMachinesExtensions}", |
| 1664 | + "${identifier.publicIPAddresses}", |
| 1665 | + "${identifier.availabilitySets}", |
| 1666 | + "${identifier.vaults}", |
| 1667 | + "${identifier.userAssignedIdentities}", |
| 1668 | + "${identifier.dnszones}", |
| 1669 | + "${identifier.networkInterfaces}", |
| 1670 | + "${identifier.networkSecurityGroups}", |
| 1671 | + "${identifier.privateEndpoints}", |
| 1672 | + "${identifier.virtualNetworks}", |
| 1673 | + "${identifier.deploymentScripts}", |
| 1674 | + "${identifier.storageAccounts}", |
| 1675 | + "${identifier.resourcesDeployment}" |
| 1676 | + ], |
| 1677 | + "toolTip": "Tags help you organize your resources and categorize them for billing or management purposes. You can apply tags to resources deployed by the offer." |
| 1678 | + } |
| 1679 | + ] |
1652 | 1680 | }
|
1653 | 1681 | ],
|
1654 | 1682 | "outputs": {
|
|
1724 | 1752 | "uploadedPrivateKeyPassPhrase": "[steps('section_sslConfiguration').uploadedCustomSSLSettings.uploadedPrivateKeyPassPhrase]",
|
1725 | 1753 | "virtualNetworkName": "[if(steps('section_appGateway').enableAppGateway, steps('section_networkingConfiguration').virtualNetworkWithAppGateway.name, steps('section_networkingConfiguration').virtualNetworkWithoutAppGateway.name)]",
|
1726 | 1754 | "virtualNetworkResourceGroupName": "[if(steps('section_appGateway').enableAppGateway, steps('section_networkingConfiguration').virtualNetworkWithAppGateway.resourceGroup, steps('section_networkingConfiguration').virtualNetworkWithoutAppGateway.resourceGroup)]",
|
1727 |
| - "virtualNetworkNewOrExisting": "[if(steps('section_appGateway').enableAppGateway, steps('section_networkingConfiguration').virtualNetworkWithAppGateway.newOrExisting, steps('section_networkingConfiguration').virtualNetworkWithoutAppGateway.newOrExisting)]" |
| 1755 | + "virtualNetworkNewOrExisting": "[if(steps('section_appGateway').enableAppGateway, steps('section_networkingConfiguration').virtualNetworkWithAppGateway.newOrExisting, steps('section_networkingConfiguration').virtualNetworkWithoutAppGateway.newOrExisting)]", |
| 1756 | + "tagsByResource": "[steps('section_tags').tagsByResource]" |
1728 | 1757 | }
|
1729 | 1758 | }
|
1730 | 1759 | }
|
0 commit comments