Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciosanchez/6a9cc238398b2f14050855a854545dc5 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/6a9cc238398b2f14050855a854545dc5 to your computer and use it in GitHub Desktop.
Configure AG's backend pool that refers to API's calls to hit APIM's internal IP.
# step 9a - configure back-end IP address pool with internal IP of APIM
$apimProxyBackendPool = New-AzApplicationGatewayBackendAddressPool `
-Name "apimbackend" `
-BackendIPAddresses $apimService.PrivateIPAddresses[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment