Any command I execute from within my app service's web-based Azure console fails:
D:\home\site\wwwroot>dir
function(e){if(void 0===e&&(e="legacy"),this._body instanceof b)return this._body.toString();if(this._body instanceof ArrayBuffer)switch(e){case"legacy":return String.fromCharCode.apply(null,new Uint16Array(this._body));case"iso-8859":return String.fromCharCode.apply(null,new Uint8Array(this._body));default:throw new Error("Invalid value for encodingHint: "+e)}return null==this._body?"":"object"==typeof this._body?JSON.stringify(this._body,null,2):this._body.toString()}con
It then completely hangs until I close out of the web-based console and refresh the portal.azure page. I've been searching for a solution but this issue doesn't seem to have been reported.
The console blade utilizes a connection to Kudu. If you are in an ILB ASE you'll need direct network connectivity to Kudu for the page to load. If your client machine does not have access to Kudu you'll see the error above.