Skip to content

Commit 402ff79

Browse files
galiachengedburns
authored andcommitted
Fix typo in createUiDefinition.json
1 parent 8c59234 commit 402ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weblogic-azure-aks/src/main/arm/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@
22022202
"visible": "[equals(steps('section_autoScaling').autoScalingInfo.metricSource, 'wme')]",
22032203
"options": {
22042204
"icon": "None",
2205-
"text": "This option allows you to create KEDA scaler based on Prometheus Metrics by:<br> <li>Configureing WebLogic Monitoring Exporter to scrape WebLogic Server metrics and feed them to Azure Monitor Managed Service for Prometheus</li><li>Integrates KEDA with your AKS cluster to monitor Azure Monitor managed service for Prometheus and feed that data to AKS.</li> <br><br>The offer provisions the following deployments: <br> <li><a href=https://aka.ms/wls-exporter>Install WebLogic Monitoring Exporter to scrape WebLogic Server metrics.</a></li><li><a href=https://aka.ms/aks-enable-monitoring>Install AKS Prometheus metrics addon.</a></li><li><a href=https://aka.ms/aks-prometheus-metrics-scrape-configuration>Feed WebLogic Server metrics to Azure Monitor Managed Service for Prometheus.</a></li><li><a href=https://aka.ms/aks-integrate-keda>Integrate KEDA with AKS cluster.</a></li><br><br> After the provisioning is completed, you can create KEDA scalers from the output sample: <br> <li>Go to the resource group that the offer provisioned.</li><li>In the <b>Settings</b> section, select <b>Deployments</b>.</li><li>Select the oldest deployment, whose name starts with <b>oracle.20210620-wls-on-aks</b>.</li><li>The <b>shellCmdtoOutputKedaScalerSample</b> value is the base64 string of a scaler sample. Copy the value and run it in your terminal.</li><li>For guidance on how to complete the configuration, see <a href=https://aka.ms/wls-aks-keda-scaler>Tutorial: Migrate Oracle WebLogic Server to AKS with KEDA scaler based on Prometheus Metrics</a></li>",
2205+
"text": "This option allows you to create KEDA scaler based on Prometheus Metrics by:<br> <li>Configuring WebLogic Monitoring Exporter to scrape WebLogic Server metrics and feed them to Azure Monitor Managed Service for Prometheus</li><li>Integrates KEDA with your AKS cluster to monitor Azure Monitor managed service for Prometheus and feed that data to AKS.</li> <br><br>The offer provisions the following deployments: <br> <li><a href=https://aka.ms/wls-exporter>Install WebLogic Monitoring Exporter to scrape WebLogic Server metrics.</a></li><li><a href=https://aka.ms/aks-enable-monitoring>Install AKS Prometheus metrics addon.</a></li><li><a href=https://aka.ms/aks-prometheus-metrics-scrape-configuration>Feed WebLogic Server metrics to Azure Monitor Managed Service for Prometheus.</a></li><li><a href=https://aka.ms/aks-integrate-keda>Integrate KEDA with AKS cluster.</a></li><br><br> After the provisioning is completed, you can create KEDA scalers from the output sample: <br> <li>Go to the resource group that the offer provisioned.</li><li>In the <b>Settings</b> section, select <b>Deployments</b>.</li><li>Select the oldest deployment, whose name starts with <b>oracle.20210620-wls-on-aks</b>.</li><li>The <b>shellCmdtoOutputKedaScalerSample</b> value is the base64 string of a scaler sample. Copy the value and run it in your terminal.</li><li>For guidance on how to complete the configuration, see <a href=https://aka.ms/wls-aks-keda-scaler>Tutorial: Migrate Oracle WebLogic Server to AKS with KEDA scaler based on Prometheus Metrics</a></li>",
22062206
"uri": "https://aka.ms/wlsaks-autoscaling"
22072207
}
22082208
},

0 commit comments

Comments
 (0)