You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference-architectures/virtual-machines-linux/multi-vm.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The availability set makes your application more resilient to both planned and u
119
119
**Planned maintenance* occurs when Microsoft updates the underlying platform, sometimes causing VMs to be restarted. Azure makes sure the VMs in an availability set are not all restarted at the same time. At least one is kept running while others are restarting.
120
120
**Unplanned maintenance* happens if there is a hardware failure. Azure makes sure that VMs in an availability set are provisioned across more than one server rack. This helps to reduce the impact of hardware failures, network outages, power interruptions, and so on.
121
121
122
-
For more information, see [Manage the availability of virtual machines][availability set]. The following video also has a good overview of availability sets: [How Do I Configure an Availability Set to Scale VMs][availability set ch9].
122
+
For more information, see [Manage the availability of Linux virtual machines][availability set]. The following video also has a good overview of availability sets: [How Do I Configure an Availability Set to Scale VMs][availability set ch9].
123
123
124
124
> [!WARNING]
125
125
> Make sure to configure the availability set when you provision the VM. Currently, there is no way to add a Resource Manager VM to an availability set after the VM is provisioned.
@@ -171,7 +171,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. It i
Copy file name to clipboardexpand all lines: docs/reference-architectures/virtual-machines-linux/n-tier.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The internal load balancer distributes network traffic from the web tier to the
84
84
85
85
We recommend [DataStax Enterprise][datastax] for production use, but these recommendations apply to any Cassandra edition. For more information on running DataStax in Azure, see [DataStax Enterprise Deployment Guide for Azure][cassandra-in-azure].
86
86
87
-
Put the VMs for a Cassandra cluster in an availability set to ensure that the Cassandra replicas are distributed across multiple fault domains and upgrade domains. For more information about fault domains and upgrade domains, see [Manage the availability of virtual machines][availability-sets-manage].
87
+
Put the VMs for a Cassandra cluster in an availability set to ensure that the Cassandra replicas are distributed across multiple fault domains and upgrade domains. For more information about fault domains and upgrade domains, see [Manage the availability of virtual machines][azure-availability-sets].
88
88
89
89
Configure three fault domains (the maximum) per availability set and 18 upgrade domains per availability set. This provides the maximum number of upgrade domains that can still be distributed evenly across the fault domains.
90
90
@@ -147,8 +147,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. The
Copy file name to clipboardexpand all lines: docs/reference-architectures/virtual-machines-linux/single-vm.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Provisioning a VM in Azure involves more moving parts than just the VM itself. T
53
53
54
54
## Recommendations
55
55
56
-
This architecture shows the baseline recommendations for running a Windows VM in Azure. However, we don't recommend using a single VM for mission critical workloads, because it creates a single point of failure. For higher availability, deploy multiple VMs in an [availability set][availability-set]. For more information, see [Running multiple VMs on Azure][multi-vm].
56
+
This architecture shows the baseline recommendations for running a Linux VM in Azure. However, we don't recommend using a single VM for mission critical workloads, because it creates a single point of failure. For higher availability, deploy multiple VMs in an [availability set][availability-set]. For more information, see [Running multiple VMs on Azure][multi-vm].
57
57
58
58
### VM recommendations
59
59
@@ -188,10 +188,10 @@ A deployment for this architecture is available on [GitHub][github-folder]. It i
0 commit comments