Azure Private load balancer discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 02:32 AM
Hey Team,
I am unable to discover the Azure application load balancer (Type is Private/Internal only) in servicenow.
Don't have any issues with Public LB and Gateway. The Azure team provided admin rights to snow user so don't think its a permission issue
While checking the logs, it is showing null or blank details for LB.
Thanks
Pankaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 02:49 AM - edited 08-02-2023 02:49 AM
Hi @psoni9336
There are different patterns in Azure for the gateway, classic LB, and app LB like that.
You probably need to pick a relevant pattern according to the restype, i.e., queried inside the pattern with the LB type you need from Azure, and check in debug mode to see if the API is responding with those LBs are not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 08:00 AM
Hi @psoni9336
Its not like this, you need to see step by step and find the one which does actual API call and then go to next step and see the response content from the temp variable while on debug mode.
That way you need to check the LBs you expect were being provided or not.