GitHub Issue: Automate ARM Template Generation and Validation for Service
Description:
Automate the process of generating and validating ARM templates for a specified service. Extract and document key parameters and assess if policies can be enforced based on those parameters.
Tasks:
[ ] Generate ARM template using GitHub Copilot (or equivalent) for the specified service.
[ ] Translate ARM template into plain English for IT professionals, explaining each parameter/property.
[ ] Extract parameters/properties from the ARM template to identify configurable options.
[ ] Validate parameters against the ARM specification for the service, ensuring compliance.
[ ] Create a parameter overview table detailing each parameter, its function, possible values, and defaults.
[x] (Optional)Check policy enforcement: Investigate if policies can be written using the ARM template parameters.
Example:
"I have a question on Service X - Can this be done?" — The agent should verify feasibility based on the ARM specification, not just general documentation.
Outcome:
Clear ARM template generation and validation process.
Parameter overview in table format.
(Optional) Confirmation of enforceable policies based on ARM parameters.
GitHub Issue: Automate ARM Template Generation and Validation for Service
Description:
Automate the process of generating and validating ARM templates for a specified service. Extract and document key parameters and assess if policies can be enforced based on those parameters.
Tasks:
Example:
"I have a question on Service X - Can this be done?" — The agent should verify feasibility based on the ARM specification, not just general documentation.
Outcome: