-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Azure Front Door Standard/Premium #11983
Comments
@AONunan, thank you for opening this issue. This resource has not yet been implemented for Terraform as of yet and is not backward compatible with the existing front door resource. Frontdoor X will be implemented in the near future. 🚀 |
@WodansSon are there any plans around the structure? I would like to see that the sub resources are not nested inside the root resource or at least to have two options like we have for |
Are there any plans to continue with this now that the new Front Door is GA? https://azure.microsoft.com/en-us/blog/introducing-the-new-azure-front-door-reimagined-for-modern-apps-and-content/ |
@BenWaller the PR that's linked above is still in active WIP |
Initial support for this (Profiles/Endpoints) shipped in v3.9.0 - the remaining resources will be split out of #16671 then split/refactored as appropriate - however since the initial resources for this have shipped, I'm going to close this issue for the moment. |
well, to be honest, with only the profile and endpoint resources, you don't really get anywhere in deploying an AFD Standard/Premium. So hopefully the remaining resources will follow soon :) |
@sebader indeed, although this issue is technically tracking support for the new SKU's, there's another issue tracking Firewall Policies etc - so I've left that one open as that's still pending. The other resources are being split out/refactored as we speak :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Would it be possible to add support for Azure Front Door Standard/Premium?
I manually deployed this resource in the Azure Portal to see what the underlying components are. Unlike the original Front Door resource which is deployed as type "Microsoft.Network/frontdoors", the following resource types are deployed for Front Door Premium:
Terraform already supports azurerm_cdn_profile. However, this Front Door Premium resource is deployed with a SKU of
Premium_AzureFrontDoor
, which is not allowed currently in the "azurerm_cdn_profile" resource:Error: expected sku to be one of [Standard_Akamai Standard_ChinaCdn Standard_Verizon Standard_Microsoft Premium_Verizon], got Premium_AzureFrontDoor
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: