You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Azure Up Templates" into the Semantic Kernel repo to streamline the deployment process of the Kernel and its dependent services into Azure infrastructure. These templates are included in azd and the 'ai command line'
Requirements:
Azure Resource Manager (ARM) Templates Creation:
Develop ARM and/or bison templates for automatic deployment of the Semantic Kernel along with required Azure resources (e.g., VMs, Storage accounts, App Services, Databases, etc.).
Ensure templates support customization parameters (e.g., region, VM size, database scaling).
Template Documentation:
Provide comprehensive documentation for each template, explaining the parameters, default values, and instructions for customization.
Include examples of different deployment scenarios using the templates
Monitoring and Logging:
Integrate with Azure Monitor or other monitoring solutions to provide real-time insights.
Security and Compliance:
Ensure templates follow best security practices (e.g., secure parameters, least privilege principle).
Investigate:
Can templates be generated, and it is useful at runtime? E.g. Kernel.GenerateBisonTemplate()
The text was updated successfully, but these errors were encountered:
"Azure Up Templates" into the Semantic Kernel repo to streamline the deployment process of the Kernel and its dependent services into Azure infrastructure. These templates are included in azd and the 'ai command line'
Requirements:
Investigate:
The text was updated successfully, but these errors were encountered: