Custom Bicep extensibility provider? #12637
Unanswered
justinmchase
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I see the new Radius project has forked this repo to get their extensibility to work. So I'm going to interpret that to mean that it will be possible to make custom extensibility providers but its not quite there yet. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing in the docs here how to import extensibility providers:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-import#import-namespaces-and-extensibility-providers-preview
It mentions a couple of providers,
az
,sys
andkubernetes
but its not entirely clear to me how one could make a provider.For example my company has a number of internal resources that we have to manage on prem such as certificate creation, DNS registration, and some other on prem apis that we have to manage during deployments.
Right now they are totally separate part of the deployments just managed with scripts and whatnot. However it would be extremely compelling if they could be developed as Bicep resources and managed by bicep during the deployment.
Can anyone tell me what the status of custom providers is and point me to any documentation if available?
Beta Was this translation helpful? Give feedback.
All reactions