deploy-model
Deploy Azure AI Models with Capacity Checks
Azure model deployment requires current availability, quota, region, and SKU data. This skill guides deployment choices, confirmation, execution, and status checks.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "deploy-model" from https://skillstore.io/skills/microsoft-deploy-model.md and its manifest at https://skillstore.io/api/skills/microsoft-deploy-model/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "deploy-model". Deploy gpt-4o-mini with defaults.
Expected outcome:
The skill confirms the subscription and project, checks capacity, selects a suitable region, and asks for approval before deployment.
Using "deploy-model". Find a region with 100K TPM for gpt-4o.
Expected outcome:
The skill returns ranked regions with capacity, quota status, available projects, and recommended next actions.
Using "deploy-model". Create a custom PTU deployment.
Expected outcome:
The skill guides version, SKU, capacity, policy, review, deployment execution, and status monitoring.
Security Audit
CriticalMost static alerts are false positives from Markdown formatting, documented Azure commands, official Microsoft endpoints, and benign redirection. Confirmed risks include jq program injection through the SKU argument and a predictable temporary file. Semantic review also found local Python code injection and Azure CLI option injection.
Confirmed security concerns (2)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (26)
๐ Filesystem access (38)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/microsoft-deploy-model/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/microsoft-deploy-model?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/microsoft-deploy-model?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/microsoft-deploy-model/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/microsoft-deploy-model.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
microsoft. (2026). deploy-model security audit report (audit version 5) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/microsoft-deploy-model/audits/5BibTeX citation
@techreport{microsoft-microsoft-deploy-model-2026,
author = {microsoft},
title = {deploy-model security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/microsoft-deploy-model/audits/5},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "deploy-model security audit report (audit version 5)"
version: "1.0.0"
type: report
authors:
- name: "microsoft"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/microsoft-deploy-model/audits/5"
identifiers:
- type: other
value: "skillstore:microsoft-deploy-model:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Deploy a model quickly
Choose a model and use current Azure data to find suitable default deployment settings.
Plan capacity across regions
Compare Azure regions and projects before selecting a model deployment target.
Configure governed deployments
Select model version, SKU, capacity, RAI policy, and upgrade behavior for controlled environments.
Try These Prompts
Deploy gpt-4o-mini to my Azure AI Foundry project with recommended defaults. Confirm the target project before creating resources.
Find regions where I can deploy gpt-4o with at least 50K TPM. Show capacity, quota, and matching projects.
Deploy gpt-4o with a selected version, GlobalStandard SKU, custom capacity, and Microsoft.DefaultV2 RAI policy. Review all settings first.
Plan a production Azure AI Foundry deployment. Compare regions, SKU choices, quota limits, upgrade policy, and confirmation steps before deployment.
Best Practices
- Confirm subscription, project, region, SKU, and capacity before creating resources.
- Use live Azure quota and model catalog data instead of hardcoded availability lists.
- Start with conservative capacity and monitor usage before increasing throughput.
Avoid
- Deploying without showing the target project and subscription.
- Assuming a model or SKU is available without checking live Azure data.
- Selecting custom RAI policies or PTU settings without validating organizational requirements.
Frequently Asked Questions
Does this skill require Azure CLI?
Can it choose an Azure region?
Does it support custom deployment settings?
Will it create billable resources?
Can it list or delete existing deployments?
Which AI tools can use it?
Developer Details
Author
microsoftLicense
MIT
Author version
v1.0.0
Skillstore revision
r2
Ref
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
6 downloads ยท 199 views
File structure
๐ capacity/
๐ scripts/
๐ discover_and_rank.sh
๐ query_capacity.ps1
๐ query_capacity.sh
๐ SKILL.md
๐ customize/
๐ EXAMPLES.md
๐ references/
๐ customize-guides.md
๐ SKILL.md
๐ preset/
๐ EXAMPLES.md
๐ references/
๐ preset-workflow.md
๐ workflow.md
๐ SKILL.md
๐ scripts/
๐ generate_deployment_url.ps1
๐ generate_deployment_url.sh
๐ SKILL.md
๐ TEST_PROMPTS.md