Skip to content

Commit a8cd867

Browse files
Merge pull request #306767 from juliamwang6/patch-11
CuRP deprecation doc changes
2 parents efe0908 + 5135c64 commit a8cd867

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

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

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ ms.author: jobreen
99

1010
# Azure Custom Resource Providers Overview
1111

12+
> [!IMPORTANT]
13+
> Custom Resource Providers is currently in public preview.
14+
> 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.
15+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
16+
>
17+
> In 2026, Azure Resource Manager will be deprecating the Custom Resource Provider (CuRP) service.
18+
>
19+
> 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.
20+
>
21+
> 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.
22+
>
23+
> If your CuRP scenario:
24+
>
25+
> - Only involves triggering an endpoint without the need for persistent resource management, consider [Deployment Scripts](../templates/deployment-script-template.md).
26+
> - Only involves triggering an endpoint without the need for persistent resource management, and you use Bicep, consider [Bicep Extensions](../bicep/bicep-extension.md).
27+
> - Involves triggering several different endpoints or services for your solution, consider [Azure Functions](../../azure-functions/functions-overview.md).
28+
>
29+
> 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.
30+
1231
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:
1332

1433
- How to build and deploy an Azure Custom Resource Provider.
@@ -17,11 +36,6 @@ Azure Custom Resource Providers is an extensibility platform to Azure. It allows
1736

1837
:::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.":::
1938

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-
2539
## What can custom resource providers do
2640

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

0 commit comments

Comments
 (0)