Other recommendations
  • 09 Aug 2026
  • 5 Minutes to read
  • Dark
    Light
  • Download PDF

Other recommendations

  • Dark
    Light
  • Download PDF

Article summary

Overview

Other recommendations identifies idle or underutilized Azure resources across multiple subscriptions and management groups, consolidates them, and offers actionable recommendations. It's available in a cost management group at Cost Analyzer > Optimization > Other recommendations.

Business value

Other recommendations consolidates idle and underutilized resource findings across subscriptions into a single view, so teams can act on cost-saving opportunities without reviewing each subscription individually.

Prerequisites

Required permissions

Access to Other recommendations is controlled through the Optimization tab permissions in Cost Analyzer roles.

PermissionDescription
Optimization (tab)Must be enabled on the role before any Optimization capability — including Other recommendations — becomes accessible.
Other recommendations — ReadView recommendation types, affected resources, and consolidated savings.
Other recommendations — ManageTrigger notifications, ignore or restore resources, and export recommendation data

To configure: go to Cost Analyzer > User management > Roles, add or edit a role, enable Optimization, then under Specify optimization tab permissions, toggle on Other recommendations and select Read and/or Manage.

Other recommendations permission.jpg

System-defined roles — Owner and Contributor — include Manage access by default. Reader includes Read access only.

How it works

Other recommendations scans Azure resources across subscriptions and management groups to identify idle and underutilized resources, then consolidates them into recommendation types.

  • Each recommendation type lists a description, the number of affected resources across subscriptions, and the consolidated cost of the identified resources to highlight potential savings.
  • Each recommendation type also displays an Impact label — High, Medium, or Low — based on the consolidated cost of the affected resources, so you can prioritize which recommendations to act on first.
ImpactConsolidated cost
HighGreater than 100
Medium10–100
LowLess than 10
  • Selecting a recommendation name opens the resources and details identified for that recommendation type.
  • Each listed resource includes quick-action icons to open the resource directly in the Azure portal and to view the resource's single view.

Other recommendations.jpg

Resource details.png

Generate a cleanup script

Generating a cleanup script produces ready-to-run Azure CLI commands to delete the resources identified by a recommendation, without leaving Turbo360.

  1. Select a recommendation name.
  2. Click Actions > Generate cleanup script.

Generate cleanup script.png

The Cleanup script (Az CLI) dialog opens with the commands needed to delete each affected resource, grouped by subscription — an az account set command followed by the relevant deletion command per resource (for example, az network vnet subnet delete for an unused subnet).

Cleanup script.png

  1. Review the commands.
  2. Click Download to save the script, or copy it directly, then run it in Azure Cloud Shell (Bash).

These commands permanently delete the listed resources. Review each command carefully before running it.

Generate cleanup script is available for recommendation types that identify unused or empty resources.

Task planner integration

Cost Analyzer integrates with Task planner to automatically generate a task when a user triggers a notification for Other recommendations.

The generated task can be accessed in two ways:

  • From the respective cost management group, click the Context menu ( ⋮ ) within the Analysis section, then select Tasks.
  • From Task planner, available under the My profile dropdown, for broader visibility across groups.

Task integrations.png

Other recommendations task.png

Steps

Use the following steps to trigger notifications, ignore resources, generate a cleanup script, and export recommendation data. Navigate to Optimization > Other recommendations within a cost management group to get started.

Trigger a recommendation notification

Triggering a notification sends a consolidated report on selected resources to a team or team member so they can prioritize action.

  1. Select a recommendation name.
  2. Select a recommended resource.
  3. Click Actions > Trigger notification.

Trigger notification.png

  1. Choose the desired channels, or configure a recipient email address.
  2. Click Send.

The recommended resource data is sent as a report to the configured channels.

A maximum of 10 recommendations can be selected to trigger a consolidated notification.

Below is a sample recommendation report received by email after triggering a notification:

Otherrecommendation-triggernotificationreport.png

Ignore a recommendation

Ignoring a resource excludes it from future recommendations when you prefer to keep its current usage.

  1. Select the resources from the recommendation.
  2. Click Actions > Ignore.
  3. Choose to permanently exclude the resource, or ignore it until a specified date range.

Ignore the other recommendation resource.gif

Ignored resources are accessible under Actions > View ignored recommendations.

Ignored other recommendation resource.png

Export recommendations

Exporting downloads the recommendation data as an Excel workbook containing basic resource details.

  1. Click Recommendation name > Actions > Download as excel.

Export Other recommendations resourec.png

Example scenario

An operations team manages a Contoso cost management group spanning multiple subscriptions. Reviewing Other recommendations, they find several idle disks and underutilized virtual machines consolidated into recommendation types. The team lead selects the top resources, triggers a notification to the finance channel, and permanently ignores three resources reserved for a planned migration. The remaining resources are exported as an Excel workbook for the monthly cost review.

Troubleshooting

  1. Other recommendations isn't visible in the Optimization tab
    Cause: The Optimization feature permission is disabled for your role, or the Other recommendations toggle isn't enabled.
    Fix: Ask your administrator to enable Optimization and grant at least Read on Other recommendations under Specify optimization tab permissions in Roles.

  2. Can't trigger a notification or ignore a resource
    Cause: Your role only has Read permission on Other recommendations.
    Fix: Request Manage permission on Other recommendations from your administrator.

  3. Generate cleanup script option is greyed out or not available for a recommendation
    Cause: The selected recommendation type does not support resource deletion — Generate cleanup script is available only for recommendation types that identify unused or empty resources.
    Fix: Confirm the recommendation type falls under a category such as Savings opportunity or Empty containers. For recommendation types that require reconfiguration rather than deletion, use the relevant Azure portal setting instead.

FAQs

  1. How many recommendations can I notify at once?
    You can select a maximum of 10 recommendations to trigger a single consolidated notification.

  2. Can I permanently exclude a resource from recommendations?
    Yes. Use Actions > Ignore and choose to permanently exclude the resource, or ignore it until a specified date range.

  3. Can I export recommendation data?
    Yes. Use Actions > Download as excel to export the basic resource details for a recommendation.

  4. Does Generate cleanup script delete resources automatically?
    No. It only generates the Azure CLI commands. You must review and run them yourself in Azure Cloud Shell — Turbo360 does not execute the deletion.


Was this article helpful?