diff --git a/infra/main.bicep b/infra/main.bicep index 81903a9dc..5dab35617 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -321,6 +321,7 @@ module hostingplan './core/host/appserviceplan.bicep' = { name: hostingPlanSku } reserved: true + tags: { Automation: 'Ignore' } } } diff --git a/infra/main.json b/infra/main.json index 94d83973a..65e524f9c 100644 --- a/infra/main.json +++ b/infra/main.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.54.24096", - "templateHash": "1458329649110009885" + "templateHash": "7715045314239280418" } }, "parameters": { @@ -1339,6 +1339,11 @@ }, "reserved": { "value": true + }, + "tags": { + "value": { + "Automation": "Ignore" + } } }, "template": {