in helper/src/components/networkTab.js [224:227]
<Label>Deploy Azure firewall for your cluster egress (Custom VNet Only)</Label>
{hasError(invalidArray, 'afw') &&
<MessageBar messageBarType={MessageBarType.error}>{getError(invalidArray, 'afw')}</MessageBar>
}