Skip to content

Commit

Permalink
fix afdendpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Jul 13, 2024
1 parent a46746e commit c19d9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prow/cluster/prow-frontdoor.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource clusterIngressFrontdoor 'Microsoft.Cdn/profiles@2022-11-01-preview' = {

resource azureProwEndpoint 'Microsoft.Cdn/profiles/afdendpoints@2022-11-01-preview' = {
parent: clusterIngressFrontdoor
name: 'aksltsprow'
name: 'ltsprow-${uniqueString(resourceGroup().id, location)}'
location: 'Global'
properties: {
enabledState: 'Enabled'
Expand Down

0 comments on commit c19d9c9

Please sign in to comment.