ResourceModules
ResourceModules copied to clipboard
This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOp...
### Description ### The context **Static validation**: Pester tests aim to ensure each module leverages an API version which is "recent enough", not older than the latest e.g. X released...
### Description We currently support a token called `
### Describe the bug The GH dependencies pipeline is failing on the job creating disk encryption set. The resource is leveraged by the AKS module. The job is not able...
### Description I would like to suggest some improvements to test new modules and module changes with PSRule. This would have multiple benefits: 1. Parameter files can be written in...
## Description ref : https://github.com/Azure/ResourceModules/blob/main/docs/wiki/The%20library%20-%20Module%20usage.md Currently both sample for PowerUser and Azure CLI are for Windows Users I'd like to change the sample part of `Azure CLI` to pure Mac/Linux...
### Describe the bug We're using microsoft.appconfiguration.configurationstores:v0.6.0 and adding a private endpoint. When we deploy it the first time, everything works as expected. When deploying it the second time, we...
## Description Add options to have validation and testing separate from the subscription where modules are published. Assuming that in a ALZ landing zone a sandbox might be required for...
### Description This discussion needs to take place before issues #1450 #1465 #1085 1. #1450 Leverage same naming documented here https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/deploy-github-actions?tabs=openid%2CCLI#configure-the-github-secrets GitHub/ADO Secret | Active Directory Application -- | --...
### Description Removing long-lived, Azure credentials from the development environment is a key strategy to reduce vulnerabilities that hackers can easily exploit. We can now configure GitHub to deploy to...
https://github.com/Azure/ResourceModules/blob/a2fdd5a916b3f697816811cefebc3ec0e944a97b/modules/Microsoft.Automation/automationAccounts/deploy.bicep#L174-L196 Azure Policy has a [built-in definition](https://www.azadvertizer.net/azpolicyadvertizer/30d1d58e-8f96-47a5-8564-499a3f3cca81.html) for deny resource deployment if local authentication is not disabled. The newer Resource Provider API Versions support this parameter and allows for a...