Skip to content

Commit 53b599d

Browse files
authored
Merge a9690c7 into 078e6f0
2 parents 078e6f0 + a9690c7 commit 53b599d

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/validate_and_fix_notebook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
5353
- name: Commit changes
5454
run: |
55+
git fetch origin
56+
git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }}
5557
git add -A
5658
git commit -m "Fix notebook format issues" || echo "No changes to commit"
59+
git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed"
5760
git push origin HEAD:${{ github.event.pull_request.head.ref }}

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Last updated: 2025-05-02
3232
- [Microsoft Purview for Fabric](#microsoft-purview-for-fabric)
3333
- [Networking](#networking)
3434
- [Monitoring and Observability](#monitoring-and-observability)
35+
- [Cost Management](#cost-management)
3536

3637
</details>
3738

@@ -168,6 +169,25 @@ Click to read more about [Microsoft Purview for Fabric - Overview](./Purview-Fab
168169
- **Event Hub Integration**: Use Event Hub to capture and analyze events for real-time monitoring. For example, leverage it for [Automating pipeline execution with Activator](./Monitoring-Observability/FabricActivatorRulePipeline/)
169170
- **Alerting**: Configure alerts for critical events and thresholds to ensure timely responses to issues. For example, [Steps to Configure Capacity Alerts](./Monitoring-Observability/StepsCapacityAlert.md)
170171

172+
## Cost Management
173+
174+
> You can leverage `Azure Cost Management`, a suite of tools designed to help organizations monitor, allocate, and optimize their cloud spending. It provides comprehensive insights into your Azure usage and costs, enabling you to manage your budget effectively and ensure that your spending aligns with your financial goals.
175+
176+
> [!TIP]
177+
>
178+
> - **Use Tags**: Ensure your resources are properly tagged to make filtering and grouping easier.
179+
> - **Save Views**: You can save custom views in Cost Analysis for quick access in the future.
180+
> - **Set Up Alerts**: Consider setting up cost alerts to monitor spending and avoid unexpected charges.
181+
182+
| Feature | Details |
183+
|------------------|-----------------------------------------------------------------------------------------------|
184+
| **Cost Analysis**| - **Visualization**: View and analyze your costs through various charts and graphs.<br/>- **Filtering and Grouping**: Break down costs by resource, resource group, subscription, or tags to understand spending patterns. |
185+
| **Budgeting** | - **Create Budgets**: Set budgets for different scopes like subscriptions or resource groups.<br/>- **Alerts**: Configure alerts to notify you when spending exceeds predefined thresholds. |
186+
| **Cost Allocation**| - **Tag Inheritance**: Enable tag inheritance to ensure costs are allocated correctly.<br/>- **Shared Costs**: Split shared costs across multiple departments or projects. |
187+
| **Optimization** | - **Recommendations**: Receive recommendations for cost-saving opportunities.<br/>- **Anomaly Detection**: Identify and address spending anomalies proactively. |
188+
| **Reporting** | - **Custom Reports**: Generate custom reports to share with stakeholders.<br/>- **Power BI Integration**: Use Power BI for advanced reporting and dashboard creation. |
189+
| **Automation** | - **Data Export**: Automate the export of cost data to storage accounts for further analysis.<br/>- **Integration**: Integrate cost data with external tools and processes. |
190+
171191
<div align="center">
172192
<h3 style="color: #4CAF50;">Total Visitors</h3>
173193
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>

0 commit comments

Comments
 (0)