Impact:HighCategory:Service Upgrade and Retirement
APRL GUID:f29e56a1-6a80-4295-a663-1cce0ea2b10a
Description:
Basic SKU is not recommended for critical workloads. Standard SKU provides important features Inter-hub and VNet-to-VNet transiting through the virtual hub, ExpressRoute, VPN and Point to Site Gateways, ability to deploy Azure Firewalls and NVAs.
Click the Azure Resource Graph tab to view the query
//AzureResourceGraphQuery//FindwhatvirtualHubsdonothaveMonitoringEnabled.resources|wheretype=~"Microsoft.Network/virtualHubs"|where['kind']!='RouteServer'|extendhubId=tolower(tostring(id)),hubName=name,hubTags=tags,hubLocation=location,vwanId=tolower(tostring(properties.virtualWan.id))|joinkind=leftouter(resources|wheretype=~"microsoft.insights/metricalerts"|mv-expandscope=properties.scopes|wherescopehas"Microsoft.Network/virtualHubs"|where['kind']!='RouteServer'|extendscope=tolower(tostring(scope))|projectscope)on$left.hubId==$right.scope|wherestrlen(scope)==0|joinkind=leftouter(resources|wheretype=~"Microsoft.Network/virtualWans"|extendvwanId=tolower(tostring(id)),vwanName=name|projectvwanId,vwanName)on$left.vwanId==$right.vwanId|projectrecommendationId="30ec8a5e-46de-4323-87e9-a7c56b72813b",name,id,tags,param1=strcat("vWAN Name : ",vwanName)