Bernie White
Bernie White
### Existing rule _No response_ ### Suggested rule Disable network access from public sources. Instead use private endpoints which provide private access from a VNET. ```bicep resource adx 'Microsoft.Kusto/clusters@2023-08-15' =...
### Existing rule _No response_ ### Suggested rule Redis Cache supports disabling access key-based access by setting the `disableAccessKeyAuthentication` propety to `true`. e.g. ```json { "name": "sfvgsfdfsfsd", "type": "Microsoft.Cache/redis", "apiVersion":...
### Existing rule _No response_ ### Suggested rule This rule is similar to #3111, however in this rule we are only checking existing health probes if they have been configured....
### Existing rule _No response_ ### Suggested rule If the container app uses HTTP based ingress, then health probes should be properly configured to support HTTP. - If `properties.configuration.ingress.transport` =...
Add a baseline to target `security` / `crawl`.
Currently the contributing documentation is not easy to read. Let's provide clear instruction in the form of a dedicate walk though page that someone can follow end to end to...
Adoption of PSRule for Azure is still to hard to many customers. Current gaps: - A quickstart does not exist for Azure DevOps, but many enterprise customers use ADO. -...
Add a quickstart similar to GitHub Actions for ADO. https://azure.github.io/PSRule.Rules.Azure/quickstarts/test-bicep-with-github/
The contributing flow is not well understood for people to just pickup and contribute. The following are the key outcomes of this scope of work: 1. Improve experience for first...
Existing check is a warning but it could be also improved to provide additional information and be more complete.