Skip to content

Commit 5c6aa0f

Browse files
Last look edits.
1 parent 6eea80b commit 5c6aa0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/workloads/oracle/oracle-vm-solutions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article covers information about Oracle solutions based on virtual machine
1919
To get a list of currently available images, run the following command:
2020

2121
```azurecli-interactive
22-
az vm image list --publisher oracle -o table --all
22+
az vm image list --publisher oracle --output table --all
2323
```
2424

2525
As of April 2023, the following images are available:
@@ -232,7 +232,7 @@ You can use a single disk if that meets your performance needs. However, you can
232232

233233
### Shared storage configuration options
234234

235-
Azure NetApp Files was designed to run high-performance workloads like databases in the cloud. It provides the following advantages:
235+
Azure NetApp Files was designed to run high-performance workloads like databases in the cloud. The service provides the following advantages:
236236

237237
- Azure native shared NFS storage service for running Oracle workloads either through VM native NFS client, or Oracle dNFS
238238
- Scalable performance tiers that reflect the real-world range of IOPS demands
@@ -303,7 +303,7 @@ Oracle and Microsoft are collaborating to bring WebLogic Server to the Azure Mar
303303

304304
- **Multiple instances of Oracle WebLogic Server on a VM.** Depending on your deployment requirements, you might consider running multiple instances of Oracle WebLogic Server on the same VM, if the VM is large enough. For example, on a midsize VM, which contains two cores, you could choose to run two instances of Oracle WebLogic Server. However, we still recommend that you avoid introducing single points of failure into your architecture. Running multiple instances of Oracle WebLogic Server on just one VM would be such a single point.
305305

306-
Using at least two VMs could be a better approach. Each VM can run multiple instances of Oracle WebLogic Server. Each instance of Oracle WebLogic Server could still be part of the same cluster. However, it's currently not possible to use Azure to load-balance endpoints that are exposed by such Oracle WebLogic Server deployments within the same VM. Azure load balancer requires the load-balanced servers to be distributed among unique VMs.
306+
Using at least two VMs could be a better approach. Each VM can run multiple instances of Oracle WebLogic Server. Each instance of Oracle WebLogic Server could still be part of the same cluster. However, it's currently not possible to use Azure to load-balance endpoints that are exposed by such Oracle WebLogic Server deployments within the same VM. Azure Load Balancer requires the load-balanced servers to be distributed among unique VMs.
307307

308308
## Next steps
309309

0 commit comments

Comments
 (0)