You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/custom-providers/overview.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ ms.date: 06/19/2019
7
7
ms.author: jobreen
8
8
---
9
9
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
+
10
30
# Azure Custom Resource Providers Overview
11
31
12
32
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
17
37
18
38
:::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.":::
19
39
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
-
25
40
## What can custom resource providers do
26
41
27
42
Here are some examples of what you can achieve with Azure Custom Resource Providers:
0 commit comments