-
Notifications
You must be signed in to change notification settings - Fork 409
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
feat: site dns configuration #4373
base: main
Are you sure you want to change the base?
feat: site dns configuration #4373
Conversation
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JWHolding,
overall a straight forward, great implementation. Thank you 💪
A few notes on my side
- I added to suggestions which can be committed directly via the UI
- Next, I'd like to ask you if it would be possible to add a usage example of (a subset of) the properties to e.g. the
webApp.max
test - Each change will require an update of the JSON & markdown files which is why I'd ask you to please re-run the
Set-AVMModule
script after the changes are in - Finally, it would be great if you could attach a pipeline badge or any other sort of 'proof' that the changes work (especially with a modified test file). This is important both for the deployment & static tests. For context: If we would've merged the changes in as is, the static validation would've failed in main due to one of the code-suggestions I made. While not breaking anything, this means that the module would not be published with the new feature until the issue is fixed, yadi yada.
Hence, the more 'sure' we can be that the changes work before merging a PR, the better.
@@ -294,6 +297,7 @@ resource app 'Microsoft.Web/sites@2024-04-01' = { | |||
vnetContentShareEnabled: vnetContentShareEnabled | |||
vnetImagePullEnabled: vnetImagePullEnabled | |||
vnetRouteAllEnabled: vnetRouteAllEnabled | |||
dnsConfiguration: vnetDnsConfiguration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it maybe make sense to add the same setting to the slot
child module?
Co-authored-by: Alexander Sehr <[email protected]>
Co-authored-by: Alexander Sehr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that the Set-AVMModule
script must be executed again (readme & ARM JSON template are outdated)
Description
Closes #4252
Pipeline Reference
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.