I have a much larger script but trying to diagnose why the dns lookups I am trying to do via Resolve-DnsName are blank. I tried running the basic command
`Resolve-DnsName -Name www.bing.com -Type CNAME`
Output> www.bing.com : Not enough storage is available to complete this operation
I can run this locally and get the output
Name Type TTL Section NameHost
www.bing.com CNAME 7369 Answer www-www.bing.com.trafficmanager.net
Is the something I am missing with having to allocate storage to run azure automation?