Skip to content

Need help deploying Azure AppGate #5517

Answered by brwilkinson
link78 asked this question in Q&A
Discussion options

You must be logged in to vote

It appears that you are supplying a path instead of a value

pathRules: [
{
id: resourceId('Microsoft.Network/applicationGateways/urlPathMaps/', applicationGateways_name_var, 'BIB${environment}cmsRoutingRule/pathRules/404')
}
]

perhaps try something like the following?

resourceId('Microsoft.Network/applicationGateways/urlPathMaps/pathRules', applicationGateways_name_var, 'BIB${environment}cmsRoutingRule','404')

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

@brwilkinson
Comment options

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