-
Notifications
You must be signed in to change notification settings - Fork 14
feat(402-monitoring-logging): add comprehensive Fabric monitoring and logging solution #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…onitoring-logging) - Implement complete monitoring stack with Log Analytics, Application Insights, and Azure Dashboard - Add intelligent alerting system with email and webhook notifications - Include CPU, memory, and storage utilization alerts with configurable thresholds - Provide real-time dashboard with Fabric Capacity metrics visualization - Add comprehensive unit and acceptance tests following TDD methodology - Include complete documentation with architecture diagrams and troubleshooting guide - Support multi-environment deployment with proper resource tagging - Implement cost optimization features and security best practices
@microsoft-github-policy-service agree [company="personal"] |
@microsoft-github-policy-service agree |
|
@badeamarjieh @OrBaubergMicrosoft @Halamish51 PTAL for this PR, looks very interesting! @shashax42 please rename 801 to 402, we keep 100-400 scale for complexity level indicator, this example fits into 400 level, and the next available number in-line is 2 :) thanks! |
- Change folder name from 801 to 402 to follow project complexity level conventions - Update README.md title from '800 level' to '400 level' - Address reviewer feedback from PR microsoft#143
…ashax42/fabric-terraform-quickstart into feature/operations-management
|
@DariuszPorowski |
Summary
Request to add a comprehensive monitoring and logging solution example for Microsoft Fabric resources to enhance operational visibility and alerting capabilities.
Motivation
Currently, the quickstart examples focus on resource provisioning but lack operational monitoring examples. This creates a gap for users who need to:
💡 Proposed Solution
Add a new quickstart example
801-monitoring-loggingthat includes:Core Components
Key Features
Implementation Details
Expected Benefits
Ready for Implementation
I have already implemented this solution and it's ready for review in the
feature/operations-managementbranch.