Skip to content
Discussion options

You must be logged in to vote

Sorry about the slow reply - been out sick for a few days.

Not a typo - if a domain isn't provided to an Application Gateway rule, it matches to all of them (according to support), so it's intended to be more of a catch-all fallback rule.

Implementation of my idea or any of the linked issues there would be really useful in accomplishing this without resorting to PowerShell scripts (especially since I've since found a bug in how ARM handles lists in those recently).

I ultimately solved this in a different way and was pleasantly surprised that it worked. From my resource group template:

//root.bicep

var certificateSubjects = [
  {
    subjectName: '*.abc.com'
    targetNodeTypes: [
      '…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

Answer selected by WhitWaldo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants