Skip to content

Commit d43acb4

Browse files
authored
Update schema-csdef-file.md
1 parent d393a0b commit d43acb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cloud-services-extended-support/schema-csdef-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) definition schema (csdef 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 definition file defines the service model for an application. The file contains the definitions for the roles that are available to a Cloud Service, specifies the service endpoints, and establishes configuration settings for the service. Configuration setting values are set in the service configuration file, as described by the [Cloud Service (extended support) Configuration Schema](schema-cscfg-file.md)).
1619

1720
By default, the Azure Diagnostics configuration schema file is installed to the `C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\<version>\schemas` directory. Replace `<version>` with the installed version of the [Azure SDK](https://www.windowsazure.com/develop/downloads/).
@@ -67,4 +70,4 @@ The following table describes the attributes of the `ServiceDefinition` element.
6770

6871
## See also
6972

70-
[Azure Cloud Services (extended support) config schema (cscfg File)](schema-cscfg-file.md).
73+
[Azure Cloud Services (extended support) config schema (cscfg File)](schema-cscfg-file.md).

0 commit comments

Comments
 (0)