|
575 | 575 | "name": "DeploymentStacksDeploy-azopsrg", |
576 | 576 | "location": "northeurope" |
577 | 577 | }, |
| 578 | + { |
| 579 | + "type": "Microsoft.Resources/resourceGroups", |
| 580 | + "apiVersion": "2024-11-01", |
| 581 | + "name": "BrokenLogicApp-azopsrg", |
| 582 | + "location": "northeurope" |
| 583 | + }, |
578 | 584 | { |
579 | 585 | "type": "Microsoft.Authorization/roleAssignments", |
580 | 586 | "apiVersion": "2022-04-01", |
|
861 | 867 | } |
862 | 868 | } |
863 | 869 | } |
| 870 | + }, |
| 871 | + { |
| 872 | + "type": "Microsoft.Resources/deployments", |
| 873 | + "apiVersion": "2024-11-01", |
| 874 | + "name": "BrokenLogicApp", |
| 875 | + "resourceGroup": "BrokenLogicApp-azopsrg", |
| 876 | + "dependsOn": [ |
| 877 | + "BrokenLogicApp-azopsrg" |
| 878 | + ], |
| 879 | + "properties": { |
| 880 | + "mode": "Incremental", |
| 881 | + "expressionEvaluationOptions": { |
| 882 | + "scope": "inner" |
| 883 | + }, |
| 884 | + "template": { |
| 885 | + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", |
| 886 | + "contentVersion": "1.0.0.0", |
| 887 | + "resources": [ |
| 888 | + { |
| 889 | + "type": "Microsoft.Logic/workflows", |
| 890 | + "apiVersion": "2019-05-01", |
| 891 | + "name": "my-xbroken-logic-app", |
| 892 | + "location": "swedencentral", |
| 893 | + "properties": { |
| 894 | + "state": "Enabled", |
| 895 | + "definition": { |
| 896 | + "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", |
| 897 | + "contentVersion": "1.0.0.0", |
| 898 | + "parameters": { |
| 899 | + "$connections": { |
| 900 | + "defaultValue": {}, |
| 901 | + "type": "Object" |
| 902 | + } |
| 903 | + }, |
| 904 | + "triggers": { |
| 905 | + "Recurrence": { |
| 906 | + "recurrence": { |
| 907 | + "interval": 3, |
| 908 | + "frequency": "Month", |
| 909 | + "timeZone": "Dateline Standard Time" |
| 910 | + }, |
| 911 | + "evaluatedRecurrence": { |
| 912 | + "interval": 3, |
| 913 | + "frequency": "Month", |
| 914 | + "timeZone": "Dateline Standard Time" |
| 915 | + }, |
| 916 | + "type": "Recurrence" |
| 917 | + } |
| 918 | + }, |
| 919 | + "actions": { |
| 920 | + "Select": { |
| 921 | + "runAfter": {}, |
| 922 | + "type": "Select", |
| 923 | + "inputs": { |
| 924 | + "from": "@guid()", |
| 925 | + "select": { |
| 926 | + "": "valueofkey" |
| 927 | + } |
| 928 | + } |
| 929 | + } |
| 930 | + }, |
| 931 | + "outputs": {} |
| 932 | + }, |
| 933 | + "parameters": { |
| 934 | + "$connections": { |
| 935 | + "value": {} |
| 936 | + } |
| 937 | + } |
| 938 | + } |
| 939 | + }, |
| 940 | + { |
| 941 | + "type": "Microsoft.Logic/workflows", |
| 942 | + "apiVersion": "2019-05-01", |
| 943 | + "name": "my-xworking-logic-app", |
| 944 | + "location": "swedencentral", |
| 945 | + "properties": { |
| 946 | + "state": "Enabled", |
| 947 | + "definition": { |
| 948 | + "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", |
| 949 | + "contentVersion": "1.0.0.0", |
| 950 | + "parameters": { |
| 951 | + "$connections": { |
| 952 | + "defaultValue": {}, |
| 953 | + "type": "Object" |
| 954 | + } |
| 955 | + }, |
| 956 | + "triggers": { |
| 957 | + "Recurrence": { |
| 958 | + "recurrence": { |
| 959 | + "interval": 3, |
| 960 | + "frequency": "Month", |
| 961 | + "timeZone": "Dateline Standard Time" |
| 962 | + }, |
| 963 | + "evaluatedRecurrence": { |
| 964 | + "interval": 3, |
| 965 | + "frequency": "Month", |
| 966 | + "timeZone": "Dateline Standard Time" |
| 967 | + }, |
| 968 | + "type": "Recurrence" |
| 969 | + } |
| 970 | + }, |
| 971 | + "actions": { |
| 972 | + "Select": { |
| 973 | + "runAfter": {}, |
| 974 | + "type": "Select", |
| 975 | + "inputs": { |
| 976 | + "from": "@guid()", |
| 977 | + "select": { |
| 978 | + "keyname": "valueofkey" |
| 979 | + } |
| 980 | + } |
| 981 | + } |
| 982 | + }, |
| 983 | + "outputs": {} |
| 984 | + }, |
| 985 | + "parameters": { |
| 986 | + "$connections": { |
| 987 | + "value": {} |
| 988 | + } |
| 989 | + } |
| 990 | + } |
| 991 | + } |
| 992 | + ], |
| 993 | + "outputs": { |
| 994 | + } |
| 995 | + } |
| 996 | + } |
864 | 997 | } |
865 | 998 | ] |
866 | 999 | } |
|
0 commit comments