Skip to content
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

minor frontdoor docs update #19975

Merged
merged 2 commits into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/r/cdn_frontdoor_origin.html.markdown
Original file line number Diff line number Diff line change
@@ -244,6 +244,8 @@ A `private_link` block supports the following:

* `private_link_target_id` - (Required) The ID of the Azure Resource to connect to via the Private Link.

-> **Note:** the `private_link_target_id` property must specify the Resource ID of the Private Link Service when using Load Balancer as an Origin.

---

## Example HCL Configurations
6 changes: 3 additions & 3 deletions website/docs/r/cdn_frontdoor_route.html.markdown
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ resource "azurerm_cdn_frontdoor_origin_group" "example" {
}

resource "azurerm_cdn_frontdoor_origin" "example" {
name = "example-origin"
cdn_frontdoor_profile_origin_group_id = azurerm_cdn_frontdoor_origin_group.example.id
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be but under cdn_frontdoor_origin_group_id instead of cdn_frontdoor_profile_origin_group_id

enabled = true
name = "example-origin"
cdn_frontdoor_origin_group_id = azurerm_cdn_frontdoor_origin_group.example.id
enabled = true

certificate_name_check_enabled = false