Skip to content

Commit 17dc274

Browse files
authored
Update schema-cscfg-file.md
1 parent 5b29519 commit 17dc274

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cloud-services-extended-support/schema-cscfg-file.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 schema (cscfg File)
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 service 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. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file and the virtual networking configuration file. The default extension for the service configuration file is cscfg.
1619

1720
The [Cloud Service (extended support) definition schema](schema-csdef-file.md) describes the service model.
@@ -62,4 +65,4 @@ The service configuration file must contain one `ServiceConfiguration` element.
6265

6366
## See also
6467

65-
[Azure Cloud Services (extended support) definition schema (csdef file)](schema-csdef-file.md)
68+
[Azure Cloud Services (extended support) definition schema (csdef file)](schema-csdef-file.md)

0 commit comments

Comments
 (0)