Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feb bugfix #46

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions BlobViaEventGrid/ARM/BlobViaEventGrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"CoralogixRegion": {
"type": "string",
"defaultValue": "Europe",
"defaultValue": "Europe(eu-west-1)",
"allowedValues": [
"Europe(eu-west-1)",
"US(us-east-2)",
Expand Down Expand Up @@ -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))]",
Expand All @@ -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"
},
Expand All @@ -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')]"
Expand Down Expand Up @@ -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'))]",
Expand Down
6 changes: 5 additions & 1 deletion BlobViaEventGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<!-- * [Update/Bug fix] message that describes the changes that you apply -->

### 2.0.0 / 21 Feb 2023
[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights.
[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"
2 changes: 1 addition & 1 deletion BlobViaEventGrid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion DiagnosticData/ARM/DiagnosticData.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"CoralogixRegion": {
"type": "string",
"defaultValue": "Europe",
"defaultValue": "Europe(eu-west-1)",
"allowedValues": [
"Europe(eu-west-1)",
"US(us-east-2)",
Expand Down
5 changes: 4 additions & 1 deletion DiagnosticData/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
<!-- * [Update/Bug fix] message that describes the changes that you apply -->

### 2.0.0 / 21 Feb 2023
[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights.
[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"
2 changes: 1 addition & 1 deletion DiagnosticData/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion StorageQueue/ARM/StorageQueue.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"CoralogixRegion": {
"type": "string",
"defaultValue": "Europe",
"defaultValue": "Europe(eu-west-1)",
"allowedValues": [
"Europe(eu-west-1)",
"US(us-east-2)",
Expand Down
5 changes: 4 additions & 1 deletion StorageQueue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
<!-- * [Update/Bug fix] message that describes the changes that you apply -->

### 2.0.0 / 21 Feb 2023
[Update/Breaking] Replacing "Classic" Application Insights with Workspace-Based Application Insights.
[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"
2 changes: 1 addition & 1 deletion StorageQueue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading