Skip to content

Commit d393a0b

Browse files
authored
Update schema-cscfg-role.md
1 parent 9406b10 commit d393a0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.reviewer: mimckitt
1212

1313
# Azure Cloud Services (extended support) config role schema
1414

15+
> [!IMPORTANT]
16+
> As of March 31, 2025, cloud Services (classic) is deprecated and will be fully retired on March 31, 2027. [Learn more](https://aka.ms/csesretirement) about this deprecation and [how to migrate](https://aka.ms/cses-retirement-march-2025).
17+
1518
The `Role` element of the configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role.
1619

1720
For more information about the Azure Service Configuration Schema, see [Cloud Service (extended support) Configuration Schema](schema-cscfg-file.md). For more information about the Azure Service Definition Schema, see [Cloud Service (extended support) Definition Schema](schema-csdef-file.md).
@@ -49,4 +52,4 @@ The following table describes the child elements of the `Role` element.
4952
| Certificate | Optional. Specifies the name, thumbprint, and algorithm of a service certificate that is to be associated with the role. The certificate name is defined by a string for the `name` attribute. The certificate thumbprint is defined by a string of hexadecimal numbers containing no spaces for the `thumbprint` attribute. The hexadecimal numbers must be represented using digits and uppercase alpha characters. The certificate algorithm is defined by a string for the `thumbprintAlgorithm` attribute.|
5053

5154
## See also
52-
[Cloud Service (extended support) Configuration Schema](schema-cscfg-file.md).
55+
[Cloud Service (extended support) Configuration Schema](schema-cscfg-file.md).

0 commit comments

Comments
 (0)