-
Notifications
You must be signed in to change notification settings - Fork 2
Add Bicep deployment samples for SRE Agent Infrastructure as Code #9
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?
Add Bicep deployment samples for SRE Agent Infrastructure as Code #9
Conversation
- Add comprehensive Bicep templates for SRE Agent deployment - Include subscription and cross-resource group targeting - Provide interactive deployment scripts with CLI support - Add role assignment templates for security configuration - Include examples, documentation, and troubleshooting guides This contribution enables Infrastructure as Code (IaC) deployment of Azure SRE Agents with advanced configuration options including: - Custom subscription and resource group targeting - Multi-resource group access permissions - Cross-subscription support - High/Low access level configurations - Automated role assignments
@dm-chelupati please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Consider leaving the door open for sample bicep scripts to create test apps for SREA to monitor.
Overview
This PR adds comprehensive Bicep deployment samples to enable Infrastructure as Code (IaC) deployment of Azure SRE Agents with advanced configuration options.
What's Added
📁 New Directory Structure
🏗️ Bicep Templates
🤖 Interactive Deployment Scripts
📋 Examples & Configuration
Key Features
Benefits for the Community
Quick Start Example
cd samples/bicep-deployment chmod +x scripts/deploy.sh ./scripts/deploy.sh
Testing
az deployment sub validate
Community Impact
This contribution establishes a foundation for community-contributed samples and provides a robust IaC solution that many users have been requesting for SRE Agent deployments.
Files Changed
Fixes: Addresses the need for Infrastructure as Code deployment options for Azure SRE Agent