
azure-bicep
by neilpeterson
SKILL.md
name: azure-bicep description: Ensures Azure Bicep templates for Storage Accounts or Key Vaults include an Azure Network Security Perimeter with proper association.
When creating Bicep templates that include an Azure Storage Account or Azure Key Vault, you MUST also include an Azure Network Security Perimeter and associate the resource with it. This is manditory to enhance the security posture of your resources by restricting network access.
Requirements
-
Create a Network Security Perimeter: Include a
Microsoft.Network/networkSecurityPerimetersresource in the template. -
Associate the resource: Create a
Microsoft.Network/networkSecurityPerimeters/resourceAssociationsresource to link the Storage Account or Key Vault to the perimeter.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon