Skip to content

Added correct DNS zone registration#1

Open
gluip wants to merge 1 commit into
Ba4bes:mainfrom
gluip:add-dns-zone
Open

Added correct DNS zone registration#1
gluip wants to merge 1 commit into
Ba4bes:mainfrom
gluip:add-dns-zone

Conversation

@gluip
Copy link
Copy Markdown

@gluip gluip commented Jun 2, 2021

Added DNS zone registration

Added DNS zone registration
@gluip gluip changed the title Update privateEndpoint.bicep Added correct DNS zone registration Jun 2, 2021
Copy link
Copy Markdown
Owner

@Ba4bes Ba4bes left a comment

Choose a reason for hiding this comment

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

Thank you for your work, apologies for the delay. If you could fix the two comments I've made, I will merge the PR 👍

'blob'
]

var privateDnsZoneName = '${privateEndpointName}.blob.core.windows.net'
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

For this line I would really like to keep privateEndpointName as a parameter to give more flexibility

resource privateDnsZones 'Microsoft.Network/privateDnsZones@2020-06-01' = {
name: privateDnsZoneName
tags: tagValues
resource privateDnsZones 'Microsoft.Network/privateDnsZones@2018-09-01' = {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Could you change the api version back to the most recent one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants