Skip to content

Commit df7d089

Browse files
committed
[AZINTS] revert
1 parent 13e6674 commit df7d089

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

azure/eventhub_log_forwarder/function_template.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
"description": "The name of the function app."
1616
}
1717
},
18-
"appServicePlanName": {
19-
"type": "string",
20-
"defaultValue": "[concat('datadog-asp-', newGuid())]",
21-
"metadata": {
22-
"description": "The name of the app service plan."
23-
}
24-
},
2518
"eventhubName": {
2619
"type": "string",
2720
"defaultValue": "datadog-eventhub",
@@ -87,33 +80,17 @@
8780
"minimumTlsVersion": "TLS1_2"
8881
}
8982
},
90-
{
91-
"type": "Microsoft.Web/serverfarms",
92-
"apiVersion": "2024-04-01",
93-
"name": "[parameters('appServicePlanName')]",
94-
"location": "[parameters('location')]",
95-
"sku": {
96-
"name": "Y1",
97-
"tier": "Dynamic"
98-
},
99-
"kind": "functionapp",
100-
"properties": {
101-
"zoneRedundant": false
102-
}
103-
},
10483
{
10584
"apiVersion": "2024-04-01",
10685
"type": "Microsoft.Web/sites",
10786
"name": "[parameters('functionAppName')]",
10887
"location": "[parameters('location')]",
10988
"kind": "functionapp",
11089
"dependsOn": [
111-
"[resourceId('Microsoft.Web/serverfarms', parameters('appServicePlanName'))]",
11290
"[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]"
11391
],
11492
"properties": {
11593
"name": "[parameters('functionAppName')]",
116-
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', parameters('appServicePlanName'))]",
11794
"clientAffinityEnabled": false,
11895
"siteConfig": {
11996
"cors": {

azure/eventhub_log_forwarder/parent_template.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@
6565
"description": "The name of the eventhub."
6666
}
6767
},
68-
"eventhubNamespace": {
69-
"type": "string",
70-
"defaultValue": "[concat('datadog-ns-', newGuid())]",
71-
"metadata": {
72-
"description": "The name of the eventhub namespace."
73-
}
74-
},
7568
"eventhubPartitionCount": {
7669
"type": "int",
7770
"defaultValue": 32,
@@ -147,9 +140,6 @@
147140
"location": {
148141
"value": "[parameters('resourcesLocation')]"
149142
},
150-
"eventHubNamespace": {
151-
"value": "[parameters('eventHubNamespace')]"
152-
},
153143
"eventHubName": {
154144
"value": "[parameters('eventHubName')]"
155145
},

0 commit comments

Comments
 (0)