Skip to content

Commit

Permalink
Update orphan-resources-queries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevshor authored Mar 1, 2023
1 parent 11fa757 commit 057aeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Queries/orphan-resources-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Resources
```
Resources
| where type == "microsoft.network/publicipaddresses"
| where properties.ipConfiguration == "" and properties.natGateway == ""
| where properties.ipConfiguration == "" and properties.natGateway == "" and properties.publicIPPrefix == ""
| extend Details = pack_all()
| project Resource=id, resourceGroup, location, subscriptionId, sku.name, tags ,Details
```
Expand Down

0 comments on commit 057aeb7

Please sign in to comment.