Skip to content

Commit 4436f93

Browse files
authored
CuRP deprecation doc changes
Include deprecation timeline
1 parent a51a8c9 commit 4436f93

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

  • articles/azure-resource-manager/custom-providers

articles/azure-resource-manager/custom-providers/overview.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ ms.date: 06/19/2019
77
ms.author: jobreen
88
---
99

10+
> [!IMPORTANT]
11+
> Custom Resource Providers is currently in public preview.
12+
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
13+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14+
>
15+
> In 2026, Azure Resource Manager will be deprecating the Custom Resource Provider (CuRP) service.
16+
>
17+
> We will retire the feature by **October 31, 2026**. We will be performing a scream test on October 27, 2025, as part of this deprecation. On July 31, 2026, creates, updates, patches, and actions to custom resources and resource providers will be blocked. You will only be able to read and delete your custom resources and resource providers.
18+
>
19+
> We understand that this deprecation may be an inconvenience to you and your team. Here are some potential CuRP alternatives you can use to support your existing workflows.
20+
>
21+
> If your CuRP scenario:
22+
>
23+
> - Only involves triggering an endpoint without the need for persistent resource management, consider [Deployment Scripts](../templates/deployment-script-template).
24+
> - Only involves triggering an endpoint without the need for persistent resource management, and you use Bicep, consider [Bicep Extensions](../bicep/bicep-extension).
25+
> - Involves triggering several different endpoints or services for your solution, consider [Azure Functions](../../azure-functions/functions-overview).
26+
>
27+
> If you have any questions, please ask your Microsoft account manager to email [email protected] with your name, company name, email contact, and subscription ID.
28+
29+
1030
# Azure Custom Resource Providers Overview
1131

1232
Azure Custom Resource Providers is an extensibility platform to Azure. It allows you to define custom APIs that can be used to enrich the default Azure experience. This documentation describes:
@@ -17,11 +37,6 @@ Azure Custom Resource Providers is an extensibility platform to Azure. It allows
1737

1838
:::image type="content" source="./media/overview/overview.png" alt-text="Diagram of Azure Custom Resource Providers, displaying the relationship between Azure Resource Manager, custom resource providers, and resources.":::
1939

20-
> [!IMPORTANT]
21-
> Custom Resource Providers is currently in public preview.
22-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
23-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24-
2540
## What can custom resource providers do
2641

2742
Here are some examples of what you can achieve with Azure Custom Resource Providers:

0 commit comments

Comments
 (0)