Skip to content

Commit 94bbcf6

Browse files
authored
Merge pull request #107262 from TimShererWithAquent/us1604901a
Add descriptions for SEO
2 parents e2dd742 + 45348da commit 94bbcf6

8 files changed

+9
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Cloud Services Definition Schema (.cscfg File) | Microsoft Docs
3+
description: A service configuration (.cscfg) file specifies how many role instances to deploy for each role, configuration values, and certificate thumbprints for a role.
34
services: cloud-services
45
ms.custom:
56
ms.date: 12/07/2016

articles/cloud-services/schema-cscfg-networkconfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Cloud Services NetworkConfiguration Schema | Microsoft Docs
3+
description: Learn about the child elements of the NetworkConfiguration element of the service configuration file, which specifies Virtual Network and DNS values.
34
ms.custom:
45
ms.date: 12/07/2016
56
services: cloud-services

articles/cloud-services/schema-cscfg-role.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Cloud Services Role Schema | Microsoft Docs
3+
description: The Role element of a service configuration file specifies how many role instances to deploy for each role, configuration values, and certificate thumbprints.
34
ms.custom:
45
ms.date: 12/07/2016
56
services: cloud-services

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Cloud Services Definition Schema (.csdef File) | Microsoft Docs
3+
description: A service definition (.csdef) file defines a service model for an application, containing available roles, endpoints, and configuration values for the service.
34
ms.custom:
45
ms.date: 04/14/2015
56
services: cloud-services
@@ -61,4 +62,4 @@ The following table describes the attributes of the `ServiceDefinition` element.
6162
| name |Required. The name of the service. The name must be unique within the service account.|
6263
| 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.|
6364
| 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.|
64-
| 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.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Cloud Services Def. LoadBalancerProbe Schema | Microsoft Docs
3+
description: The customer defined LoadBalancerProbe is a health probe of endpoints in role instances. It combines with web or worker roles in a service definition file.
34
ms.custom:
45
ms.date: 04/14/2015
56
services: cloud-services

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Azure Cloud Services Def. NetworkTrafficRules Schema | Microsoft Docs"
3+
description: Learn about NetworkTrafficRules, which limits the roles that can access the internal endpoints of a role. It combines with roles in a service definition file.
34
ms.custom: ""
45
ms.date: "04/14/2015"
56
services: cloud-services

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Azure Cloud Services Def. WebRole Schema | Microsoft Docs"
3+
description: Azure web role is customized for web application programming supporting ASP.NET, PHP, WCF, and FastCGI. Learn about service definition elements of a web role.
34
ms.custom: ""
45
ms.date: "04/14/2015"
56
services: cloud-services

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Azure Cloud Services Def. WorkerRole Schema | Microsoft Docs"
3+
description: The Azure worker role is used for generalized development and may perform background processing for a web role. Learn about the Azure worker role schema.
34
services: cloud-services
45
ms.custom: ""
56
ms.date: "04/14/2015"

0 commit comments

Comments
 (0)