ResourceModules icon indicating copy to clipboard operation
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...

Results 378 ResourceModules issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/Azure/ResourceModules/discussions/1474 Originally posted by **JQUINONES82** June 3, 2022 https://github.com/azure/ResourceModules/wiki/Solution%20creation It would be nice to have an example for Azure Devops as there is only a Github reference

enhancement
workshop feedback

## Description The general rule should be that when a Private Endpoint is deployed it should also configure private DNS. This issue is to investigate all the resources that can...

enhancement
workshop feedback

# Description Adding support for 2 environments with separate subscriptions and Service Principals for: - [x] ADO: - [x] Service connection for Validation and Publishing. ![image](https://user-images.githubusercontent.com/17722253/175823195-6a72aac4-8081-4bac-be76-908ac4194412.png) - [x] Variables for...

enhancement
[cat] pipelines
[cat] github

When implementing private endpoints a network Acls with the parameter "defultAction" set to "Deny" needs to be put in place at the same time: ```json "privateEndpoints": { "value": [ {...

enhancement
question
[cat] modules

## Description Should prereleases be garbage collected when the module is published in full version?

enhancement
help wanted
[cat] pipelines
[cat] publishing

### Description Currently, the [containerGroups](https://github.com/Azure/ResourceModules/tree/main/modules/Microsoft.ContainerInstance/containerGroups) module hardcodes a single container instance into its module even though multiple are supported. To this end, we should change the implementation and shift the...

enhancement
[cat] modules

### Description Due to the recently added test which verifies module readmes are compliant with the Set-ModuleReadme script, changes to the readme files should trigger the corresponding module pipelines. In...

enhancement
[cat] pipelines
[cat] testing
blocked

### Description We should make sure the location parameter exists in all templates with a telemetry deployment - with the location being part of the name. For example ```bicep resource...

enhancement
[cat] modules

### Description Whenever we mention that a particular parameter value should be set/enabled "for security reasons" we should probably mention in the description which rules we are following or which...

documentation
enhancement
good first issue
[cat] modules
blocked
[cat] needs further discussion

## Description Add to the first paragraph of the intro page who the target audience is for CARML. Set expectations early that this is not intended to be a learning...

documentation
enhancement
workshop feedback