Complete the code to open the Azure Cost Analysis tool from the Azure portal.
Go to the Azure portal and select [1] from the left-hand menu to access cost management features.
The Azure Cost Analysis tool is found under Cost Management + Billing in the Azure portal.
Complete the code to filter costs by subscription in the Azure Cost Analysis tool.
In the Cost Analysis tool, use the [1] dropdown to select the subscription you want to analyze.The Scope dropdown lets you filter costs by subscription or management group.
Fix the error in the code to group cost data by service in the Azure Cost Analysis tool.
To group costs by service, select [1] in the Group By dropdown menu.
Grouping by Service Name shows costs broken down by each Azure service.
Fill both blanks to create a filter that shows costs for a specific resource group and time period.
Set the filter to Resource Group equals [1] and the time range to [2].
Filtering by MyResourceGroup and setting the time range to Last 30 days shows recent costs for that group.
Fill all three blanks to create a cost alert rule for a subscription with a threshold and notification email.
Create a cost alert with scope set to [1], threshold set to [2] USD, and notification sent to [3].
Setting the scope to Subscription1, threshold to 100 USD, and notification email to admin@example.com configures the alert correctly.