Forum Discussion

  • Clive_Watson's avatar
    Clive_Watson
    Bronze Contributor
    Maybe start with a query like this, there are a few fields within the "properties" column to choose from.

    resources
    | where type == 'microsoft.web/sites'
    | project name, type, kind, properties.outboundIpAddresses, properties.inboundIpAddress, properties

Resources