Skip to content

Commit 45348da

Browse files
Fix acrolynx spelling error.
1 parent c507e25 commit 45348da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/schema-csdef-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ The following table describes the attributes of the `ServiceDefinition` element.
6262
| name |Required. The name of the service. The name must be unique within the service account.|
6363
| topologyChangeDiscovery | Optional. Specifies the type of topology change notification. Possible values are:<br /><br /> - `Blast` - Sends the update as soon as possible to all role instances. If you choose option, the role should be able to handle the topology update without being restarted.<br />- `UpgradeDomainWalk` – Sends the update to each role instance in a sequential manner after the previous instance has successfully accepted the update.|
6464
| schemaVersion | Optional. Specifies the version of the service definition schema. The schema version allows Visual Studio to select the correct SDK tools to use for schema validation if more than one version of the SDK is installed side-by-side.|
65-
| upgradeDomainCount | Optional. Specifies the number of upgrade domains across which roles in this service are allocated. Role instances are allocated to an upgrade domain when the service is deployed. For more information, see [Update a cloud service role or deployment](cloud-services-how-to-manage-portal.md#update-a-cloud-service-role-or-deployment), [Manage the availabilty of virtual machines](https://docs.microsoft.com/azure/virtual-machines/windows/manage-availability) and [What is a Cloud Service Model](https://docs.microsoft.com/azure/cloud-services/cloud-services-model-and-package).<br /><br /> You can specify up to 20 upgrade domains. If not specified, the default number of upgrade domains is 5.|
65+
| upgradeDomainCount | Optional. Specifies the number of upgrade domains across which roles in this service are allocated. Role instances are allocated to an upgrade domain when the service is deployed. For more information, see [Update a cloud service role or deployment](cloud-services-how-to-manage-portal.md#update-a-cloud-service-role-or-deployment), [Manage the availability of virtual machines](https://docs.microsoft.com/azure/virtual-machines/windows/manage-availability) and [What is a Cloud Service Model](https://docs.microsoft.com/azure/cloud-services/cloud-services-model-and-package).<br /><br /> You can specify up to 20 upgrade domains. If not specified, the default number of upgrade domains is 5.|

0 commit comments

Comments
 (0)