diff --git a/BlobViaEventGrid/ARM/BlobViaEventGrid.json b/BlobViaEventGrid/ARM/BlobViaEventGrid.json index 3a50856..b21ff86 100644 --- a/BlobViaEventGrid/ARM/BlobViaEventGrid.json +++ b/BlobViaEventGrid/ARM/BlobViaEventGrid.json @@ -4,7 +4,7 @@ "parameters": { "CoralogixRegion": { "type": "string", - "defaultValue": "Europe", + "defaultValue": "Europe(eu-west-1)", "allowedValues": [ "Europe(eu-west-1)", "US(us-east-2)", @@ -105,7 +105,7 @@ "CoralogixURL": "[if(equals(parameters('CoralogixRegion'), 'Custom'), parameters('CustomURL'), if(equals(parameters('CoralogixRegion'), 'Europe(eu-west-1)'), 'https://ingress.coralogix.com/api/v1/logs', if(equals(parameters('CoralogixRegion'), 'US(us-east-2)'), 'https://ingress.coralogix.us/api/v1/logs', if(equals(parameters('CoralogixRegion'), 'US2(us-west-2)'), 'https://ingress.cx498.coralogix.com/api/v1/logs', if(equals(parameters('CoralogixRegion'), 'Europe2(eu-north-1)'), 'https://ingress.eu2.coralogix.com/api/v1/logs', if(equals(parameters('CoralogixRegion'), 'India(ap-south-1)'), 'https://ingress.coralogix.in/api/v1/logs', if(equals(parameters('CoralogixRegion'), 'Singapore(ap-southeast-1)'), 'https://ingress.coralogixsg.com/api/v1/logs', 'NULL')))))))]", "functionAppName": "[format('BlobStorage-{0}', uniqueString(concat(resourceGroup().id, parameters('StorageAccountName'), parameters('BlobContainerName'))))]", "functionAppResourceGroupName": "[resourceGroup().name]", - "functionAppLocation": "[resourceGroup().location]", + "location": "[resourceGroup().location]", "hostingPlanName": "[variables('functionAppName')]", "applicationInsightsName": "[variables('functionAppName')]", "functionStorageAccountName": "[format('{0}azfunctions', uniqueString(resourceGroup().id))]", @@ -119,7 +119,7 @@ "type": "Microsoft.Storage/storageAccounts", "apiVersion": "2022-05-01", "name": "[variables('functionStorageAccountName')]", - "location": "[variables('functionAppLocation')]", + "location": "[variables('location')]", "sku": { "name": "Standard_LRS" }, @@ -129,7 +129,7 @@ "type": "Microsoft.Web/serverfarms", "apiVersion": "2022-03-01", "name": "[variables('hostingPlanName')]", - "location": "[variables('functionAppLocation')]", + "location": "[variables('location')]", "sku": { "name": "[variables('sku')]", "tier": "[if(equals(parameters('FunctionAppServicePlanType'), 'Consumption'), 'Dynamic', 'ElasticPremium')]" @@ -172,7 +172,7 @@ "type": "Microsoft.Web/sites", "apiVersion": "2022-03-01", "name": "[variables('functionAppName')]", - "location": "[variables('functionAppLocation')]", + "location": "[variables('location')]", "kind": "functionapp,linux", "properties": { "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]", diff --git a/BlobViaEventGrid/CHANGELOG.md b/BlobViaEventGrid/CHANGELOG.md index 7a1d700..fc3bfbc 100644 --- a/BlobViaEventGrid/CHANGELOG.md +++ b/BlobViaEventGrid/CHANGELOG.md @@ -6,4 +6,8 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect variable name. +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/BlobViaEventGrid/package.json b/BlobViaEventGrid/package.json index 58304ec..2d95915 100644 --- a/BlobViaEventGrid/package.json +++ b/BlobViaEventGrid/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0", diff --git a/DiagnosticData/ARM/DiagnosticData.json b/DiagnosticData/ARM/DiagnosticData.json index af96a2f..04491ba 100644 --- a/DiagnosticData/ARM/DiagnosticData.json +++ b/DiagnosticData/ARM/DiagnosticData.json @@ -4,7 +4,7 @@ "parameters": { "CoralogixRegion": { "type": "string", - "defaultValue": "Europe", + "defaultValue": "Europe(eu-west-1)", "allowedValues": [ "Europe(eu-west-1)", "US(us-east-2)", diff --git a/DiagnosticData/CHANGELOG.md b/DiagnosticData/CHANGELOG.md index 7199092..6b3908a 100644 --- a/DiagnosticData/CHANGELOG.md +++ b/DiagnosticData/CHANGELOG.md @@ -6,4 +6,7 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/DiagnosticData/package.json b/DiagnosticData/package.json index 4d9fd08..eee7b67 100644 --- a/DiagnosticData/package.json +++ b/DiagnosticData/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0", diff --git a/StorageQueue/ARM/StorageQueue.json b/StorageQueue/ARM/StorageQueue.json index 7a47ed9..878b717 100644 --- a/StorageQueue/ARM/StorageQueue.json +++ b/StorageQueue/ARM/StorageQueue.json @@ -4,7 +4,7 @@ "parameters": { "CoralogixRegion": { "type": "string", - "defaultValue": "Europe", + "defaultValue": "Europe(eu-west-1)", "allowedValues": [ "Europe(eu-west-1)", "US(us-east-2)", diff --git a/StorageQueue/CHANGELOG.md b/StorageQueue/CHANGELOG.md index 9ab3ba7..e578b59 100644 --- a/StorageQueue/CHANGELOG.md +++ b/StorageQueue/CHANGELOG.md @@ -6,4 +6,7 @@ ### 2.0.0 / 21 Feb 2023 -[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. \ No newline at end of file +[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights. + +### 2.0.1 / 22 Feb 2023 +[BUG] Update ARM template for incorrect "default value" \ No newline at end of file diff --git a/StorageQueue/package.json b/StorageQueue/package.json index 560b776..ed9d47a 100644 --- a/StorageQueue/package.json +++ b/StorageQueue/package.json @@ -1,7 +1,7 @@ { "name": "coralogix-azure-serverless", "title": "Azure Functions for integration with Coralogix", - "version": "2.0.0", + "version": "2.0.1", "description": "Azure Functions Set for integration with Coralogix", "homepage": "https://coralogix.com", "license": "Apache-2.0",