From 09b9877546083206935a13f9aa64690d128bb834 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 18 Jun 2026 12:17:10 -0700 Subject: [PATCH 1/4] Update README.md Add a message about incompatible version. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86fbccb..fc68f9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The Solution Template for MarkLogic on Azure helps to deploy clusters on Azure. For deploying MarkLogic on AWS, please visit [cloud-enablement-aws](https://github.com/marklogic/cloud-enablement-aws). +**⚠️ A backward incompatibility of significant impact was discovered in 11.3.5. We are working on a patch release to deliver a fix as soon as possible. In the meantime, we recommend that you do not upgrade and wait for the upcoming patch release.** + ## Getting Started [![Deploy To Azure](doc/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmarklogic%2Fcloud-enablement-azure%2F11.0-master%2FmainTemplate.json) From 2284b743ec813310cf3616658e0a09eae808b534 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Fri, 19 Jun 2026 15:05:22 -0700 Subject: [PATCH 2/4] Update README.md Restore previous version. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fc68f9f..86fbccb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ The Solution Template for MarkLogic on Azure helps to deploy clusters on Azure. For deploying MarkLogic on AWS, please visit [cloud-enablement-aws](https://github.com/marklogic/cloud-enablement-aws). -**⚠️ A backward incompatibility of significant impact was discovered in 11.3.5. We are working on a patch release to deliver a fix as soon as possible. In the meantime, we recommend that you do not upgrade and wait for the upcoming patch release.** - ## Getting Started [![Deploy To Azure](doc/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmarklogic%2Fcloud-enablement-azure%2F11.0-master%2FmainTemplate.json) From 5a82ee990c71aae0e05250de6ccd6321146957db Mon Sep 17 00:00:00 2001 From: Vitaly Date: Fri, 19 Jun 2026 15:18:30 -0700 Subject: [PATCH 3/4] Update README.md Fix deploy link reference. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86fbccb..aeff7ca 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ For deploying MarkLogic on AWS, please visit [cloud-enablement-aws](https://gith ## Getting Started - [![Deploy To Azure](doc/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmarklogic%2Fcloud-enablement-azure%2F11.0-master%2FmainTemplate.json) + [![Deploy To Azure](doc/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmarklogic%2Fcloud-enablement-azure%2F11.3-master%2FmainTemplate.json) * To deploy from Azure Web Portal, navigate to [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=marklogic&page=1) * To deploy from this repository, click the `Deploy to Azure` button under the title * To deploy using Azure CLI (or other tools), refer to the Microsoft Azure [article](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-cli) -* To see the visualization of deployment structures, click Azure [here](http://armviz.io/#/?load=https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.0-master/mainTemplate.json). +* To see the visualization of deployment structures, click Azure [here](http://armviz.io/#/?load=https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.3-master/mainTemplate.json). ## Reference Architecture From afcd126d837787bf8427989d122b97bef6a8fbb8 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 2 Jul 2026 16:22:39 -0700 Subject: [PATCH 4/4] prepare for 11.3.6 release --- mainTemplate.json | 8 ++++---- nestedtemplates/additionalNodeExt.json | 2 +- nestedtemplates/appGateway.json | 2 +- nestedtemplates/availabilitySet.json | 2 +- nestedtemplates/bootstrapNodeExt.json | 2 +- nestedtemplates/networkInterface.json | 2 +- nestedtemplates/networkSecurityGroup.json | 2 +- nestedtemplates/nodePublicIp.json | 2 +- nestedtemplates/virtualMachine.json | 2 +- nestedtemplates/virtualNetwork.json | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mainTemplate.json b/mainTemplate.json index 87c2ba6..91d405a 100644 --- a/mainTemplate.json +++ b/mainTemplate.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "DeploymentName": { "type": "string", @@ -150,7 +150,7 @@ "description": "The base URL for dependent assets" }, "minLength": 1, - "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.3.5" + "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.3.6" }, "_artifactsLocationSasToken": { "type": "securestring", @@ -168,7 +168,7 @@ } }, "variables": { - "templateVersion": "11.3.5", + "templateVersion": "11.3.6", "baseUrl": "[replace(parameters('_artifactsLocation'),'/mainTemplate.json','')]", "templateBaseUrl": "[concat(variables('baseUrl'),'/nestedtemplates/')]", "scriptBaseUrl": "[concat(variables('baseUrl'),'/scripts/')]", @@ -177,7 +177,7 @@ "enableAvailabilitySet": true, "enableHA": "[if(lessOrEquals(parameters('NumberOfNodes'),1),bool('false'),equals(parameters('HighAvailability'),'enable'))]", "imageOffer": "marklogic-developer-11", - "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1135_rockylinux8', 'ml1135_rockylinux9')]", + "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1136_rockylinux8', 'ml1136_rockylinux9')]", "templateUrls": { "availabilitySetTemplateUrl": "[concat(variables('templateBaseUrl'),'availabilitySet.json',parameters('_artifactsLocationSasToken'))]", "vnetTemplateUrl": "[concat(variables('templateBaseUrl'),'virtualNetwork.json',parameters('_artifactsLocationSasToken'))]", diff --git a/nestedtemplates/additionalNodeExt.json b/nestedtemplates/additionalNodeExt.json index 85efa0b..6e34839 100644 --- a/nestedtemplates/additionalNodeExt.json +++ b/nestedtemplates/additionalNodeExt.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/appGateway.json b/nestedtemplates/appGateway.json index aec97a0..f420b6e 100644 --- a/nestedtemplates/appGateway.json +++ b/nestedtemplates/appGateway.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "appGatewaySetting": { "type": "object" diff --git a/nestedtemplates/availabilitySet.json b/nestedtemplates/availabilitySet.json index 00d3e11..f3b17b8 100644 --- a/nestedtemplates/availabilitySet.json +++ b/nestedtemplates/availabilitySet.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "availabilitySetSetting": { "type": "object" diff --git a/nestedtemplates/bootstrapNodeExt.json b/nestedtemplates/bootstrapNodeExt.json index 2bc2641..1dcb861 100644 --- a/nestedtemplates/bootstrapNodeExt.json +++ b/nestedtemplates/bootstrapNodeExt.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/networkInterface.json b/nestedtemplates/networkInterface.json index 284783e..520d6be 100644 --- a/nestedtemplates/networkInterface.json +++ b/nestedtemplates/networkInterface.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "networkInterfaceSetting": { "type": "object" diff --git a/nestedtemplates/networkSecurityGroup.json b/nestedtemplates/networkSecurityGroup.json index 22dfed7..45d199d 100644 --- a/nestedtemplates/networkSecurityGroup.json +++ b/nestedtemplates/networkSecurityGroup.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "nsgSetting": { "type": "object" diff --git a/nestedtemplates/nodePublicIp.json b/nestedtemplates/nodePublicIp.json index 50714d4..e95331b 100644 --- a/nestedtemplates/nodePublicIp.json +++ b/nestedtemplates/nodePublicIp.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "nodePublicIpSetting": { "type": "object" diff --git a/nestedtemplates/virtualMachine.json b/nestedtemplates/virtualMachine.json index 2733a7a..46b833c 100644 --- a/nestedtemplates/virtualMachine.json +++ b/nestedtemplates/virtualMachine.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "vmSetting": { "type": "object" diff --git a/nestedtemplates/virtualNetwork.json b/nestedtemplates/virtualNetwork.json index d967666..8356977 100644 --- a/nestedtemplates/virtualNetwork.json +++ b/nestedtemplates/virtualNetwork.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.5", + "contentVersion": "11.3.6", "parameters": { "vnetSetting": { "type": "object"