Azure – Application gateway: how to define redirectConfigurations in bicep
I have an app gateway in azure which is written in bicep. It is successfully deployed via code. I need to add a redirectConfiguration which didn't exist in our module yet. This is the agw code: targetScope = 'resourceGroup' @description('Deployment…