AzureAzureOfficialยท6 Agent Skills Included

containerization-assist

Automated Dockerfile generation, image scanning, and AKS deployment

Analyzes repositories to detect languages, frameworks, databases, and environment variables, then generates secure, production-ready Dockerfiles. Validates and fixes existing Dockerfiles against security and performance rules, builds and scans images for vulnerabilities. Generates Kubernetes manifests and orchestrates full deployments to Azure AKS clusters, eliminating manual YAML writing and guesswork.
npx skills add Azure/containerization-assist --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Containerization Assist?โ–ผ

Run `npx skills add Azure/containerization-assist --all -g -y` in your terminal to install all skills in this suite globally.

How to generate a Dockerfile automatically?โ–ผ

Ask your agent to analyze your repository and generate a Dockerfile. It detects your language and framework, then produces a secure, multi-stage Dockerfile using curated Azure base images.

Can it deploy my app to Azure AKS?โ–ผ

Yes. The deploy-to-aks skill runs the full pipeline: analyze, build, scan, push to ACR, generate manifests, and verify the deployment on your AKS cluster.

Does it check Dockerfiles for security issues?โ–ผ

Yes. The fix-dockerfile skill scores your Dockerfile against security and best-practice rules, then writes a remediated version directly to disk.

Does Containerization Assist work with VS Code Copilot?โ–ผ

Yes. It runs as an MCP server compatible with VS Code Copilot, Claude Desktop, and other MCP clients, responding to plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’