src/cloudShell.ts (1 line): - line 180: // TODO: Azure Account API is deprecated and need to be replaced once support for Azure Account API is migrated. src/constants.ts (1 line): - line 16: // TODO - add a check on the location where ACI is available - if (['westus', eastus].indexOf(location) == -1) { src/shared.ts (1 line): - line 144: if (result && result.created) { // only log if created TODO: This check is buggy, open issue in Azure Storage NODE SDK.