-
Notifications
You must be signed in to change notification settings - Fork 0
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
Azure Front Door Standard/Premium Preview - Tips, Tricks, and Lessons Learned | josh-ops #12
Comments
Really nice summary, I guess it's been a while since you first published it, but the official documentation is still somewhat lacking so this is useful information. Just one thing: It's possible to approve the private endpoint using a REST API call, so it can be done programatically. :) |
ahh, great tip @micketallberg! Now they just need a Terraform module for Azure Front Door Standard/Premium that builds the auto-approval of private endpoints in :) |
Very useful summary for troubleshooting, especially since the official docs are not optimal to say the least. Thank you! |
Nice! That's super helpful. @IAMDEH do you use Azure PowerShell to otherwise deploy/manage your Front Door too? |
We're currently using a Bicep template (such as this one) to deploy our AFD resource. We mostly use Azure PowerShell for validating stuff, such as Private Endpoint Connection approval and AFD Custom Domain TXT and CNAME DNS Records creation. Lately we've run into a problem creating an Apex Domain programmatically though, and it looks like the only available option is to do it manually... |
Hi Josh, We are currently using Front Door Classic with default managed rules in WAF. |
Hey @namnam0610! You should be able to create your own WAF and own policy for both standard and premium. Just Azure-managed rules are only available for classic and Premium:
For others: as a tip to save on costs, when we were working heavily with Front Door, we created one Front Door in the "Hub" resource group and used for several applications in the same environment (as opposed to a Front Door per app). |
Azure Front Door Standard/Premium Preview - Tips, Tricks, and Lessons Learned | josh-ops
I share my experience, lessons-learned, and tips and tricks for working with the new Azure Front Door Standard/Premium (Preview) SKUs
https://josh-ops.com/posts/azure-frontdoor-preview-experience/
The text was updated successfully, but these errors were encountered: