[App Service] Add support for os-preference to fix #16509 #16575
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for setting Linux as the initial OS support for ASEv3 to fix #16509. This is not relevant for ASEv3.
It also improves the new functionality of az appservice ase create-inbound-services to allow the Private DNS Zone to be created for Internal ASEv2 as well, and to be able to only create the private endpoint for ASEv3 and skip DNS services (to support custom DNS).
Testing Guide
The --skip-dns will skip the creation of Private DNS Zone and records
Creating an ASEv2 and creating the private dns components (zone and records)
History Notes
[App Service] Add support for os-preference to fix #16509
[App Service] Improve behavior of appservice ase create-inbound-services to allow skipping DNS services and support DNS for ASEv2
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.