[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-azure-compliance":3,"mdc-j59wzf-key":40,"related-repo-microsoft-azure-compliance":856,"related-org-microsoft-azure-compliance":976},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":35,"sourceUrl":38,"mdContent":39},"azure-compliance","audit Azure compliance and security","Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy\u002Fcompliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"Azure","azure",{"name":20,"slug":21,"type":15},"Compliance","compliance",{"name":23,"slug":24,"type":15},"Audit","audit",{"name":26,"slug":27,"type":15},"Regulatory Compliance","regulatory-compliance",1324,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fazure-skills","2026-07-31T05:56:11.06797","MIT",220,[34],"agent-skills",{"repoUrl":29,"stars":28,"forks":32,"topics":36,"description":37},[34],"Official agent plugin providing skills and MCP server configurations for Azure scenarios.","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fazure-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fazure-compliance","---\nname: azure-compliance\ndescription: \"Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy\u002Fcompliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.\"\nlicense: MIT\nmetadata:\n  author: Microsoft\n  version: \"1.2.1\"\n---\n\n# Azure Compliance & Security Auditing\n\n## Quick Reference\n\n| Property | Details |\n|---|---|\n| Best for | Compliance scans, security audits, Key Vault expiration checks |\n| Primary capabilities | Comprehensive Resources Assessment, Key Vault Expiration Monitoring |\n| MCP tools | azqr, subscription and resource group listing, Key Vault item inspection |\n\n## When to Use This Skill\n\n- Run azqr or Azure Quick Review for compliance assessment\n- Validate Azure resource configuration against best practices\n- Identify orphaned or misconfigured resources\n- Audit Key Vault keys, secrets, and certificates for expiration\n\n## Skill Activation Triggers\n\nActivate this skill when user wants to:\n- Check Azure compliance or best practices\n- Assess Azure resources for configuration issues\n- Run azqr or Azure Quick Review\n- Identify orphaned or misconfigured resources\n- Review Azure security posture\n- \"Show me expired certificates\u002Fkeys\u002Fsecrets in my Key Vault\"\n- \"Check what's expiring in the next 30 days\"\n- \"Audit my Key Vault for compliance\"\n- \"Find secrets without expiration dates\"\n- \"Check certificate expiration dates\"\n\n## Prerequisites\n\n- Authentication: user is logged in to Azure via `az login`\n- Permissions to read resource configuration and Key Vault metadata\n\n## Assessments\n\n| Assessment | Reference |\n|------------|-----------|\n| Comprehensive Compliance (azqr) | [references\u002Fazure-quick-review.md](references\u002Fazure-quick-review.md) |\n| Key Vault Expiration | [references\u002Fazure-keyvault-expiration-audit.md](references\u002Fazure-keyvault-expiration-audit.md) |\n| Resource Graph Queries | [references\u002Fazure-resource-graph.md](references\u002Fazure-resource-graph.md) |\n\n## MCP Tools\n\n| Tool | Purpose |\n|------|---------|\n| `mcp_azure_mcp_extension_azqr` | Run azqr compliance scans |\n| `mcp_azure_mcp_subscription_list` | List available subscriptions |\n| `mcp_azure_mcp_group_list` | List resource groups |\n| `keyvault_key_list` | List all keys in vault |\n| `keyvault_key_get` | Get key details including expiration |\n| `keyvault_secret_list` | List all secrets in vault |\n| `keyvault_secret_get` | Get secret details including expiration |\n| `keyvault_certificate_list` | List all certificates in vault |\n| `keyvault_certificate_get` | Get certificate details including expiration |\n\n## Assessment Workflow\n\n1. Select scope (subscription or resource group) for Comprehensive Resources Assessment.\n2. Run azqr and capture output artifacts.\n3. Analyze Scan Results and summarize findings and recommendations.\n4. Review Key Vault Expiration Monitoring output for keys, secrets, and certificates.\n5. Classify issues and propose remediation or fix steps for each finding.\n\n### Priority Classification\n\n| Priority | Guidance |\n|---|---|\n| Critical | Immediate remediation required for high-impact exposure |\n| High | Resolve within days to reduce risk |\n| Medium | Plan a resolution in the next sprint |\n| Low | Track and fix during regular maintenance |\n\n## Error Handling\n\n| Error | Message | Remediation |\n|---|---|---|\n| Authentication required | \"Please login\" | Run `az login` and retry |\n| Access denied | \"Forbidden\" | Confirm permissions and fix role assignments |\n| Missing resource | \"Not found\" | Verify subscription and resource group selection |\n\n## Best Practices\n\n- Run compliance scans on a regular schedule (weekly or monthly)\n- Track findings over time and verify remediation effectiveness\n- Separate compliance reporting from remediation execution\n- Keep Key Vault expiration policies documented and enforced\n\n## SDK Quick References\n\nFor programmatic Key Vault access, see the condensed SDK guides:\n\n- **Key Vault (Python)**: [Secrets\u002FKeys\u002FCerts](references\u002Fsdk\u002Fazure-keyvault-py.md)\n- **Secrets**: [TypeScript](references\u002Fsdk\u002Fazure-keyvault-secrets-ts.md) | [Rust](references\u002Fsdk\u002Fazure-keyvault-secrets-rust.md) | [Java](references\u002Fsdk\u002Fazure-security-keyvault-secrets-java.md)\n- **Keys**: [.NET](references\u002Fsdk\u002Fazure-security-keyvault-keys-dotnet.md) | [Java](references\u002Fsdk\u002Fazure-security-keyvault-keys-java.md) | [TypeScript](references\u002Fsdk\u002Fazure-keyvault-keys-ts.md) | [Rust](references\u002Fsdk\u002Fazure-keyvault-keys-rust.md)\n- **Certificates**: [Rust](references\u002Fsdk\u002Fazure-keyvault-certificates-rust.md)\n\n",{"data":41,"body":44},{"name":4,"description":6,"license":31,"metadata":42},{"author":9,"version":43},"1.2.1",{"type":45,"children":46},"root",[47,56,63,130,136,161,167,173,225,231,251,257,328,334,509,515,544,551,625,631,719,725,748,754,759],{"type":48,"tag":49,"props":50,"children":52},"element","h1",{"id":51},"azure-compliance-security-auditing",[53],{"type":54,"value":55},"text","Azure Compliance & Security Auditing",{"type":48,"tag":57,"props":58,"children":60},"h2",{"id":59},"quick-reference",[61],{"type":54,"value":62},"Quick Reference",{"type":48,"tag":64,"props":65,"children":66},"table",{},[67,86],{"type":48,"tag":68,"props":69,"children":70},"thead",{},[71],{"type":48,"tag":72,"props":73,"children":74},"tr",{},[75,81],{"type":48,"tag":76,"props":77,"children":78},"th",{},[79],{"type":54,"value":80},"Property",{"type":48,"tag":76,"props":82,"children":83},{},[84],{"type":54,"value":85},"Details",{"type":48,"tag":87,"props":88,"children":89},"tbody",{},[90,104,117],{"type":48,"tag":72,"props":91,"children":92},{},[93,99],{"type":48,"tag":94,"props":95,"children":96},"td",{},[97],{"type":54,"value":98},"Best for",{"type":48,"tag":94,"props":100,"children":101},{},[102],{"type":54,"value":103},"Compliance scans, security audits, Key Vault expiration checks",{"type":48,"tag":72,"props":105,"children":106},{},[107,112],{"type":48,"tag":94,"props":108,"children":109},{},[110],{"type":54,"value":111},"Primary capabilities",{"type":48,"tag":94,"props":113,"children":114},{},[115],{"type":54,"value":116},"Comprehensive Resources Assessment, Key Vault Expiration Monitoring",{"type":48,"tag":72,"props":118,"children":119},{},[120,125],{"type":48,"tag":94,"props":121,"children":122},{},[123],{"type":54,"value":124},"MCP tools",{"type":48,"tag":94,"props":126,"children":127},{},[128],{"type":54,"value":129},"azqr, subscription and resource group listing, Key Vault item inspection",{"type":48,"tag":57,"props":131,"children":133},{"id":132},"when-to-use-this-skill",[134],{"type":54,"value":135},"When to Use This Skill",{"type":48,"tag":137,"props":138,"children":139},"ul",{},[140,146,151,156],{"type":48,"tag":141,"props":142,"children":143},"li",{},[144],{"type":54,"value":145},"Run azqr or Azure Quick Review for compliance assessment",{"type":48,"tag":141,"props":147,"children":148},{},[149],{"type":54,"value":150},"Validate Azure resource configuration against best practices",{"type":48,"tag":141,"props":152,"children":153},{},[154],{"type":54,"value":155},"Identify orphaned or misconfigured resources",{"type":48,"tag":141,"props":157,"children":158},{},[159],{"type":54,"value":160},"Audit Key Vault keys, secrets, and certificates for expiration",{"type":48,"tag":57,"props":162,"children":164},{"id":163},"skill-activation-triggers",[165],{"type":54,"value":166},"Skill Activation Triggers",{"type":48,"tag":168,"props":169,"children":170},"p",{},[171],{"type":54,"value":172},"Activate this skill when user wants to:",{"type":48,"tag":137,"props":174,"children":175},{},[176,181,186,191,195,200,205,210,215,220],{"type":48,"tag":141,"props":177,"children":178},{},[179],{"type":54,"value":180},"Check Azure compliance or best practices",{"type":48,"tag":141,"props":182,"children":183},{},[184],{"type":54,"value":185},"Assess Azure resources for configuration issues",{"type":48,"tag":141,"props":187,"children":188},{},[189],{"type":54,"value":190},"Run azqr or Azure Quick Review",{"type":48,"tag":141,"props":192,"children":193},{},[194],{"type":54,"value":155},{"type":48,"tag":141,"props":196,"children":197},{},[198],{"type":54,"value":199},"Review Azure security posture",{"type":48,"tag":141,"props":201,"children":202},{},[203],{"type":54,"value":204},"\"Show me expired certificates\u002Fkeys\u002Fsecrets in my Key Vault\"",{"type":48,"tag":141,"props":206,"children":207},{},[208],{"type":54,"value":209},"\"Check what's expiring in the next 30 days\"",{"type":48,"tag":141,"props":211,"children":212},{},[213],{"type":54,"value":214},"\"Audit my Key Vault for compliance\"",{"type":48,"tag":141,"props":216,"children":217},{},[218],{"type":54,"value":219},"\"Find secrets without expiration dates\"",{"type":48,"tag":141,"props":221,"children":222},{},[223],{"type":54,"value":224},"\"Check certificate expiration dates\"",{"type":48,"tag":57,"props":226,"children":228},{"id":227},"prerequisites",[229],{"type":54,"value":230},"Prerequisites",{"type":48,"tag":137,"props":232,"children":233},{},[234,246],{"type":48,"tag":141,"props":235,"children":236},{},[237,239],{"type":54,"value":238},"Authentication: user is logged in to Azure via ",{"type":48,"tag":240,"props":241,"children":243},"code",{"className":242},[],[244],{"type":54,"value":245},"az login",{"type":48,"tag":141,"props":247,"children":248},{},[249],{"type":54,"value":250},"Permissions to read resource configuration and Key Vault metadata",{"type":48,"tag":57,"props":252,"children":254},{"id":253},"assessments",[255],{"type":54,"value":256},"Assessments",{"type":48,"tag":64,"props":258,"children":259},{},[260,276],{"type":48,"tag":68,"props":261,"children":262},{},[263],{"type":48,"tag":72,"props":264,"children":265},{},[266,271],{"type":48,"tag":76,"props":267,"children":268},{},[269],{"type":54,"value":270},"Assessment",{"type":48,"tag":76,"props":272,"children":273},{},[274],{"type":54,"value":275},"Reference",{"type":48,"tag":87,"props":277,"children":278},{},[279,296,312],{"type":48,"tag":72,"props":280,"children":281},{},[282,287],{"type":48,"tag":94,"props":283,"children":284},{},[285],{"type":54,"value":286},"Comprehensive Compliance (azqr)",{"type":48,"tag":94,"props":288,"children":289},{},[290],{"type":48,"tag":291,"props":292,"children":294},"a",{"href":293},"references\u002Fazure-quick-review.md",[295],{"type":54,"value":293},{"type":48,"tag":72,"props":297,"children":298},{},[299,304],{"type":48,"tag":94,"props":300,"children":301},{},[302],{"type":54,"value":303},"Key Vault Expiration",{"type":48,"tag":94,"props":305,"children":306},{},[307],{"type":48,"tag":291,"props":308,"children":310},{"href":309},"references\u002Fazure-keyvault-expiration-audit.md",[311],{"type":54,"value":309},{"type":48,"tag":72,"props":313,"children":314},{},[315,320],{"type":48,"tag":94,"props":316,"children":317},{},[318],{"type":54,"value":319},"Resource Graph Queries",{"type":48,"tag":94,"props":321,"children":322},{},[323],{"type":48,"tag":291,"props":324,"children":326},{"href":325},"references\u002Fazure-resource-graph.md",[327],{"type":54,"value":325},{"type":48,"tag":57,"props":329,"children":331},{"id":330},"mcp-tools",[332],{"type":54,"value":333},"MCP Tools",{"type":48,"tag":64,"props":335,"children":336},{},[337,353],{"type":48,"tag":68,"props":338,"children":339},{},[340],{"type":48,"tag":72,"props":341,"children":342},{},[343,348],{"type":48,"tag":76,"props":344,"children":345},{},[346],{"type":54,"value":347},"Tool",{"type":48,"tag":76,"props":349,"children":350},{},[351],{"type":54,"value":352},"Purpose",{"type":48,"tag":87,"props":354,"children":355},{},[356,373,390,407,424,441,458,475,492],{"type":48,"tag":72,"props":357,"children":358},{},[359,368],{"type":48,"tag":94,"props":360,"children":361},{},[362],{"type":48,"tag":240,"props":363,"children":365},{"className":364},[],[366],{"type":54,"value":367},"mcp_azure_mcp_extension_azqr",{"type":48,"tag":94,"props":369,"children":370},{},[371],{"type":54,"value":372},"Run azqr compliance scans",{"type":48,"tag":72,"props":374,"children":375},{},[376,385],{"type":48,"tag":94,"props":377,"children":378},{},[379],{"type":48,"tag":240,"props":380,"children":382},{"className":381},[],[383],{"type":54,"value":384},"mcp_azure_mcp_subscription_list",{"type":48,"tag":94,"props":386,"children":387},{},[388],{"type":54,"value":389},"List available subscriptions",{"type":48,"tag":72,"props":391,"children":392},{},[393,402],{"type":48,"tag":94,"props":394,"children":395},{},[396],{"type":48,"tag":240,"props":397,"children":399},{"className":398},[],[400],{"type":54,"value":401},"mcp_azure_mcp_group_list",{"type":48,"tag":94,"props":403,"children":404},{},[405],{"type":54,"value":406},"List resource groups",{"type":48,"tag":72,"props":408,"children":409},{},[410,419],{"type":48,"tag":94,"props":411,"children":412},{},[413],{"type":48,"tag":240,"props":414,"children":416},{"className":415},[],[417],{"type":54,"value":418},"keyvault_key_list",{"type":48,"tag":94,"props":420,"children":421},{},[422],{"type":54,"value":423},"List all keys in vault",{"type":48,"tag":72,"props":425,"children":426},{},[427,436],{"type":48,"tag":94,"props":428,"children":429},{},[430],{"type":48,"tag":240,"props":431,"children":433},{"className":432},[],[434],{"type":54,"value":435},"keyvault_key_get",{"type":48,"tag":94,"props":437,"children":438},{},[439],{"type":54,"value":440},"Get key details including expiration",{"type":48,"tag":72,"props":442,"children":443},{},[444,453],{"type":48,"tag":94,"props":445,"children":446},{},[447],{"type":48,"tag":240,"props":448,"children":450},{"className":449},[],[451],{"type":54,"value":452},"keyvault_secret_list",{"type":48,"tag":94,"props":454,"children":455},{},[456],{"type":54,"value":457},"List all secrets in vault",{"type":48,"tag":72,"props":459,"children":460},{},[461,470],{"type":48,"tag":94,"props":462,"children":463},{},[464],{"type":48,"tag":240,"props":465,"children":467},{"className":466},[],[468],{"type":54,"value":469},"keyvault_secret_get",{"type":48,"tag":94,"props":471,"children":472},{},[473],{"type":54,"value":474},"Get secret details including expiration",{"type":48,"tag":72,"props":476,"children":477},{},[478,487],{"type":48,"tag":94,"props":479,"children":480},{},[481],{"type":48,"tag":240,"props":482,"children":484},{"className":483},[],[485],{"type":54,"value":486},"keyvault_certificate_list",{"type":48,"tag":94,"props":488,"children":489},{},[490],{"type":54,"value":491},"List all certificates in vault",{"type":48,"tag":72,"props":493,"children":494},{},[495,504],{"type":48,"tag":94,"props":496,"children":497},{},[498],{"type":48,"tag":240,"props":499,"children":501},{"className":500},[],[502],{"type":54,"value":503},"keyvault_certificate_get",{"type":48,"tag":94,"props":505,"children":506},{},[507],{"type":54,"value":508},"Get certificate details including expiration",{"type":48,"tag":57,"props":510,"children":512},{"id":511},"assessment-workflow",[513],{"type":54,"value":514},"Assessment Workflow",{"type":48,"tag":516,"props":517,"children":518},"ol",{},[519,524,529,534,539],{"type":48,"tag":141,"props":520,"children":521},{},[522],{"type":54,"value":523},"Select scope (subscription or resource group) for Comprehensive Resources Assessment.",{"type":48,"tag":141,"props":525,"children":526},{},[527],{"type":54,"value":528},"Run azqr and capture output artifacts.",{"type":48,"tag":141,"props":530,"children":531},{},[532],{"type":54,"value":533},"Analyze Scan Results and summarize findings and recommendations.",{"type":48,"tag":141,"props":535,"children":536},{},[537],{"type":54,"value":538},"Review Key Vault Expiration Monitoring output for keys, secrets, and certificates.",{"type":48,"tag":141,"props":540,"children":541},{},[542],{"type":54,"value":543},"Classify issues and propose remediation or fix steps for each finding.",{"type":48,"tag":545,"props":546,"children":548},"h3",{"id":547},"priority-classification",[549],{"type":54,"value":550},"Priority Classification",{"type":48,"tag":64,"props":552,"children":553},{},[554,570],{"type":48,"tag":68,"props":555,"children":556},{},[557],{"type":48,"tag":72,"props":558,"children":559},{},[560,565],{"type":48,"tag":76,"props":561,"children":562},{},[563],{"type":54,"value":564},"Priority",{"type":48,"tag":76,"props":566,"children":567},{},[568],{"type":54,"value":569},"Guidance",{"type":48,"tag":87,"props":571,"children":572},{},[573,586,599,612],{"type":48,"tag":72,"props":574,"children":575},{},[576,581],{"type":48,"tag":94,"props":577,"children":578},{},[579],{"type":54,"value":580},"Critical",{"type":48,"tag":94,"props":582,"children":583},{},[584],{"type":54,"value":585},"Immediate remediation required for high-impact exposure",{"type":48,"tag":72,"props":587,"children":588},{},[589,594],{"type":48,"tag":94,"props":590,"children":591},{},[592],{"type":54,"value":593},"High",{"type":48,"tag":94,"props":595,"children":596},{},[597],{"type":54,"value":598},"Resolve within days to reduce risk",{"type":48,"tag":72,"props":600,"children":601},{},[602,607],{"type":48,"tag":94,"props":603,"children":604},{},[605],{"type":54,"value":606},"Medium",{"type":48,"tag":94,"props":608,"children":609},{},[610],{"type":54,"value":611},"Plan a resolution in the next sprint",{"type":48,"tag":72,"props":613,"children":614},{},[615,620],{"type":48,"tag":94,"props":616,"children":617},{},[618],{"type":54,"value":619},"Low",{"type":48,"tag":94,"props":621,"children":622},{},[623],{"type":54,"value":624},"Track and fix during regular maintenance",{"type":48,"tag":57,"props":626,"children":628},{"id":627},"error-handling",[629],{"type":54,"value":630},"Error Handling",{"type":48,"tag":64,"props":632,"children":633},{},[634,655],{"type":48,"tag":68,"props":635,"children":636},{},[637],{"type":48,"tag":72,"props":638,"children":639},{},[640,645,650],{"type":48,"tag":76,"props":641,"children":642},{},[643],{"type":54,"value":644},"Error",{"type":48,"tag":76,"props":646,"children":647},{},[648],{"type":54,"value":649},"Message",{"type":48,"tag":76,"props":651,"children":652},{},[653],{"type":54,"value":654},"Remediation",{"type":48,"tag":87,"props":656,"children":657},{},[658,683,701],{"type":48,"tag":72,"props":659,"children":660},{},[661,666,671],{"type":48,"tag":94,"props":662,"children":663},{},[664],{"type":54,"value":665},"Authentication required",{"type":48,"tag":94,"props":667,"children":668},{},[669],{"type":54,"value":670},"\"Please login\"",{"type":48,"tag":94,"props":672,"children":673},{},[674,676,681],{"type":54,"value":675},"Run ",{"type":48,"tag":240,"props":677,"children":679},{"className":678},[],[680],{"type":54,"value":245},{"type":54,"value":682}," and retry",{"type":48,"tag":72,"props":684,"children":685},{},[686,691,696],{"type":48,"tag":94,"props":687,"children":688},{},[689],{"type":54,"value":690},"Access denied",{"type":48,"tag":94,"props":692,"children":693},{},[694],{"type":54,"value":695},"\"Forbidden\"",{"type":48,"tag":94,"props":697,"children":698},{},[699],{"type":54,"value":700},"Confirm permissions and fix role assignments",{"type":48,"tag":72,"props":702,"children":703},{},[704,709,714],{"type":48,"tag":94,"props":705,"children":706},{},[707],{"type":54,"value":708},"Missing resource",{"type":48,"tag":94,"props":710,"children":711},{},[712],{"type":54,"value":713},"\"Not found\"",{"type":48,"tag":94,"props":715,"children":716},{},[717],{"type":54,"value":718},"Verify subscription and resource group selection",{"type":48,"tag":57,"props":720,"children":722},{"id":721},"best-practices",[723],{"type":54,"value":724},"Best Practices",{"type":48,"tag":137,"props":726,"children":727},{},[728,733,738,743],{"type":48,"tag":141,"props":729,"children":730},{},[731],{"type":54,"value":732},"Run compliance scans on a regular schedule (weekly or monthly)",{"type":48,"tag":141,"props":734,"children":735},{},[736],{"type":54,"value":737},"Track findings over time and verify remediation effectiveness",{"type":48,"tag":141,"props":739,"children":740},{},[741],{"type":54,"value":742},"Separate compliance reporting from remediation execution",{"type":48,"tag":141,"props":744,"children":745},{},[746],{"type":54,"value":747},"Keep Key Vault expiration policies documented and enforced",{"type":48,"tag":57,"props":749,"children":751},{"id":750},"sdk-quick-references",[752],{"type":54,"value":753},"SDK Quick References",{"type":48,"tag":168,"props":755,"children":756},{},[757],{"type":54,"value":758},"For programmatic Key Vault access, see the condensed SDK guides:",{"type":48,"tag":137,"props":760,"children":761},{},[762,779,809,842],{"type":48,"tag":141,"props":763,"children":764},{},[765,771,773],{"type":48,"tag":766,"props":767,"children":768},"strong",{},[769],{"type":54,"value":770},"Key Vault (Python)",{"type":54,"value":772},": ",{"type":48,"tag":291,"props":774,"children":776},{"href":775},"references\u002Fsdk\u002Fazure-keyvault-py.md",[777],{"type":54,"value":778},"Secrets\u002FKeys\u002FCerts",{"type":48,"tag":141,"props":780,"children":781},{},[782,787,788,794,796,802,803],{"type":48,"tag":766,"props":783,"children":784},{},[785],{"type":54,"value":786},"Secrets",{"type":54,"value":772},{"type":48,"tag":291,"props":789,"children":791},{"href":790},"references\u002Fsdk\u002Fazure-keyvault-secrets-ts.md",[792],{"type":54,"value":793},"TypeScript",{"type":54,"value":795}," | ",{"type":48,"tag":291,"props":797,"children":799},{"href":798},"references\u002Fsdk\u002Fazure-keyvault-secrets-rust.md",[800],{"type":54,"value":801},"Rust",{"type":54,"value":795},{"type":48,"tag":291,"props":804,"children":806},{"href":805},"references\u002Fsdk\u002Fazure-security-keyvault-secrets-java.md",[807],{"type":54,"value":808},"Java",{"type":48,"tag":141,"props":810,"children":811},{},[812,817,818,824,825,830,831,836,837],{"type":48,"tag":766,"props":813,"children":814},{},[815],{"type":54,"value":816},"Keys",{"type":54,"value":772},{"type":48,"tag":291,"props":819,"children":821},{"href":820},"references\u002Fsdk\u002Fazure-security-keyvault-keys-dotnet.md",[822],{"type":54,"value":823},".NET",{"type":54,"value":795},{"type":48,"tag":291,"props":826,"children":828},{"href":827},"references\u002Fsdk\u002Fazure-security-keyvault-keys-java.md",[829],{"type":54,"value":808},{"type":54,"value":795},{"type":48,"tag":291,"props":832,"children":834},{"href":833},"references\u002Fsdk\u002Fazure-keyvault-keys-ts.md",[835],{"type":54,"value":793},{"type":54,"value":795},{"type":48,"tag":291,"props":838,"children":840},{"href":839},"references\u002Fsdk\u002Fazure-keyvault-keys-rust.md",[841],{"type":54,"value":801},{"type":48,"tag":141,"props":843,"children":844},{},[845,850,851],{"type":48,"tag":766,"props":846,"children":847},{},[848],{"type":54,"value":849},"Certificates",{"type":54,"value":772},{"type":48,"tag":291,"props":852,"children":854},{"href":853},"references\u002Fsdk\u002Fazure-keyvault-certificates-rust.md",[855],{"type":54,"value":801},{"items":857,"total":975},[858,878,892,913,932,949,957],{"slug":859,"name":859,"fn":860,"description":861,"org":862,"tags":863,"stars":28,"repoUrl":29,"updatedAt":877},"airunway-aks-setup","set up AI Runway on Azure Kubernetes Service","Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: \"setup AI Runway\", \"onboard AKS cluster\", \"install AI Runway\", \"airunway setup\", \"deploy model to AKS\", \"GPU inference on AKS\", \"KAITO setup on AKS\", \"run LLM on AKS\", \"vLLM on AKS\", \"set up model serving on AKS\", \"AI Runway controller\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[864,867,868,871,874],{"name":865,"slug":866,"type":15},"AI Infrastructure","ai-infrastructure",{"name":17,"slug":18,"type":15},{"name":869,"slug":870,"type":15},"Deployment","deployment",{"name":872,"slug":873,"type":15},"Kubernetes","kubernetes",{"name":875,"slug":876,"type":15},"Runway","runway","2026-07-31T05:56:13.054971",{"slug":879,"name":879,"fn":880,"description":881,"org":882,"tags":883,"stars":28,"repoUrl":29,"updatedAt":891},"appinsights-instrumentation","instrument webapps with Azure Application Insights","Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[884,885,888],{"name":17,"slug":18,"type":15},{"name":886,"slug":887,"type":15},"Monitoring","monitoring",{"name":889,"slug":890,"type":15},"Observability","observability","2026-07-31T05:56:09.068625",{"slug":893,"name":893,"fn":894,"description":895,"org":896,"tags":897,"stars":28,"repoUrl":29,"updatedAt":912},"azure-ai","build applications with Azure AI services","Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector\u002Fhybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[898,899,900,903,906,909],{"name":865,"slug":866,"type":15},{"name":17,"slug":18,"type":15},{"name":901,"slug":902,"type":15},"LLM","llm",{"name":904,"slug":905,"type":15},"OpenAI","openai",{"name":907,"slug":908,"type":15},"Search","search",{"name":910,"slug":911,"type":15},"Speech","speech","2026-07-31T05:56:19.069133",{"slug":914,"name":914,"fn":915,"description":916,"org":917,"tags":918,"stars":28,"repoUrl":29,"updatedAt":931},"azure-aigateway","configure Azure API Management as an AI Gateway","Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[919,920,923,924,927,930],{"name":865,"slug":866,"type":15},{"name":921,"slug":922,"type":15},"API Development","api-development",{"name":17,"slug":18,"type":15},{"name":925,"slug":926,"type":15},"Caching","caching",{"name":928,"slug":929,"type":15},"Governance","governance",{"name":13,"slug":14,"type":15},"2026-07-31T05:56:23.05242",{"slug":933,"name":933,"fn":934,"description":935,"org":936,"tags":937,"stars":28,"repoUrl":29,"updatedAt":948},"azure-cloud-migrate","migrate cross-cloud workloads to Azure","Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk\u002FHeroku\u002FApp Engine→App Service, Fargate\u002FKubernetes\u002FCloud Run\u002FSpring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS\u002FKubernetes\u002FGKE\u002FEKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[938,941,942,945],{"name":939,"slug":940,"type":15},"AWS","aws",{"name":17,"slug":18,"type":15},{"name":943,"slug":944,"type":15},"Google Cloud","google-cloud",{"name":946,"slug":947,"type":15},"Migration","migration","2026-07-31T05:56:29.049979",{"slug":4,"name":4,"fn":5,"description":6,"org":950,"tags":951,"stars":28,"repoUrl":29,"updatedAt":30},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[952,953,954,955,956],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":26,"slug":27,"type":15},{"name":13,"slug":14,"type":15},{"slug":958,"name":958,"fn":959,"description":960,"org":961,"tags":962,"stars":28,"repoUrl":29,"updatedAt":974},"azure-compute","manage and optimize Azure compute resources","Azure VM\u002FVMSS router. WHEN: create \u002F provision \u002F deploy \u002F spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev\u002Ftest, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus \u002F compute_vm_list-images \u002F compute_vm_check-quota.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[963,964,965,968,971],{"name":865,"slug":866,"type":15},{"name":17,"slug":18,"type":15},{"name":966,"slug":967,"type":15},"Cost Optimization","cost-optimization",{"name":969,"slug":970,"type":15},"Performance","performance",{"name":972,"slug":973,"type":15},"Virtual Machines","virtual-machines","2026-07-31T05:56:16.042469",28,{"items":977,"total":1154},[978,1000,1016,1034,1045,1060,1071,1082,1097,1112,1130,1142],{"slug":979,"name":979,"fn":980,"description":981,"org":982,"tags":983,"stars":997,"repoUrl":998,"updatedAt":999},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[984,987,990,991,994],{"name":985,"slug":986,"type":15},"Engineering","engineering",{"name":988,"slug":989,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":992,"slug":993,"type":15},"Project Management","project-management",{"name":995,"slug":996,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":1013,"repoUrl":1014,"updatedAt":1015},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1006,1008,1011,1012],{"name":823,"slug":1007,"type":15},"net",{"name":1009,"slug":1010,"type":15},"Agents","agents",{"name":17,"slug":18,"type":15},{"name":901,"slug":902,"type":15},2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":1017,"name":1017,"fn":1018,"description":1019,"org":1020,"tags":1021,"stars":1013,"repoUrl":1014,"updatedAt":1033},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1022,1025,1026,1029,1031,1032],{"name":1023,"slug":1024,"type":15},"Analytics","analytics",{"name":17,"slug":18,"type":15},{"name":1027,"slug":1028,"type":15},"Data Analysis","data-analysis",{"name":808,"slug":1030,"type":15},"java",{"name":9,"slug":8,"type":15},{"name":886,"slug":887,"type":15},"2026-05-13T06:14:16.261754",{"slug":1035,"name":1035,"fn":1036,"description":1037,"org":1038,"tags":1039,"stars":1013,"repoUrl":1014,"updatedAt":1044},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1040,1041,1042,1043],{"name":865,"slug":866,"type":15},{"name":17,"slug":18,"type":15},{"name":808,"slug":1030,"type":15},{"name":13,"slug":14,"type":15},"2026-07-07T06:53:31.293235",{"slug":1046,"name":1046,"fn":1047,"description":1048,"org":1049,"tags":1050,"stars":1013,"repoUrl":1014,"updatedAt":1059},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1051,1052,1053,1054,1055,1058],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":901,"slug":902,"type":15},{"name":9,"slug":8,"type":15},{"name":1056,"slug":1057,"type":15},"Python","python",{"name":13,"slug":14,"type":15},"2026-07-18T05:14:23.017504",{"slug":1061,"name":1061,"fn":1062,"description":1063,"org":1064,"tags":1065,"stars":1013,"repoUrl":1014,"updatedAt":1070},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1066,1067,1068,1069],{"name":1023,"slug":1024,"type":15},{"name":17,"slug":18,"type":15},{"name":901,"slug":902,"type":15},{"name":1056,"slug":1057,"type":15},"2026-07-31T05:54:29.068751",{"slug":1072,"name":1072,"fn":1073,"description":1074,"org":1075,"tags":1076,"stars":1013,"repoUrl":1014,"updatedAt":1081},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1077,1078,1079,1080],{"name":921,"slug":922,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":1056,"slug":1057,"type":15},"2026-07-18T05:14:16.988376",{"slug":1083,"name":1083,"fn":1084,"description":1085,"org":1086,"tags":1087,"stars":1013,"repoUrl":1014,"updatedAt":1096},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1088,1089,1092,1095],{"name":17,"slug":18,"type":15},{"name":1090,"slug":1091,"type":15},"Computer Vision","computer-vision",{"name":1093,"slug":1094,"type":15},"Images","images",{"name":1056,"slug":1057,"type":15},"2026-07-18T05:14:18.007737",{"slug":1098,"name":1098,"fn":1099,"description":1100,"org":1101,"tags":1102,"stars":1013,"repoUrl":1014,"updatedAt":1111},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1103,1104,1107,1110],{"name":17,"slug":18,"type":15},{"name":1105,"slug":1106,"type":15},"Configuration","configuration",{"name":1108,"slug":1109,"type":15},"Feature Flags","feature-flags",{"name":808,"slug":1030,"type":15},"2026-07-03T16:32:01.278468",{"slug":1113,"name":1113,"fn":1114,"description":1115,"org":1116,"tags":1117,"stars":1013,"repoUrl":1014,"updatedAt":1129},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1118,1121,1124,1127],{"name":1119,"slug":1120,"type":15},"Cosmos DB","cosmos-db",{"name":1122,"slug":1123,"type":15},"Database","database",{"name":1125,"slug":1126,"type":15},"NoSQL","nosql",{"name":801,"slug":1128,"type":15},"rust","2026-07-31T05:54:27.021432",{"slug":1131,"name":1131,"fn":1114,"description":1132,"org":1133,"tags":1134,"stars":1013,"repoUrl":1014,"updatedAt":1141},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1135,1136,1137,1138,1139],{"name":1119,"slug":1120,"type":15},{"name":1122,"slug":1123,"type":15},{"name":9,"slug":8,"type":15},{"name":1125,"slug":1126,"type":15},{"name":793,"slug":1140,"type":15},"typescript","2026-07-03T16:31:19.368382",{"slug":1143,"name":1143,"fn":1144,"description":1145,"org":1146,"tags":1147,"stars":1013,"repoUrl":1014,"updatedAt":1153},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1148,1149,1150,1151,1152],{"name":17,"slug":18,"type":15},{"name":1119,"slug":1120,"type":15},{"name":1122,"slug":1123,"type":15},{"name":808,"slug":1030,"type":15},{"name":1125,"slug":1126,"type":15},"2026-05-13T06:14:17.582229",267]