PSRule.Rules.Azure
PSRule.Rules.Azure copied to clipboard
Rules to validate Azure resources and infrastructure as code (IaC) using PSRule.
### Existing rule _No response_ ### Suggested rule Check if `zoneRedundancy` is `Enabled` in a region that support AZ. Currently provider information does not expose zones for the `Azure Managed...
### Your suggestion The rule `Azure.KeyVault.AutoRotationPolicy` requires reading the key rotation policy but that is only available from the data plane API. Currently the export process doesn't handle this option,...
### Existing rule _No response_ ### Suggested rule Exporting the list of current disabled and guest accounts with read or write access to resources using the Export-AzRuleData script will help...
### Your suggestion PSRule v3 emitter improves performance for processing ARM and Bicep IaC. ### Alternatives n/a ### Additional context _No response_
### Your suggestion Update dependency to PSRule v3. This requires: - PSRule v3 to be released as stable. - Depends on work completed in #2971 ### Alternatives n/a ### Additional...
### Existing rule _No response_ ### Description of the issue we run the ADO "task: Run Microsoft Defender for DevOps" and we get the error like here: https://github.com/Azure/PSRule.Rules.Azure/issues/1762 our module...