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

### Description A few modules fail the natural language linter check with error `Incorrect usage of the term: “node”, use “Node.js” instead terminology` e.g. Microsoft.ContainerService/managedClusters/readme.md and Microsoft.ServiceFabric/clusters/readme.md Verify how to...

enhancement
[cat] testing

### Description Once #1726 is merged, we should consider bumping up the image template removal a bit: There is a similar logic for the DevOps Self-Hosted construct [here](https://github.com/Azure/DevOps-Self-Hosted/blob/main/constructs/azureImageBuilder/scripts/image/Remove-ImageTemplate.ps1). There are...

enhancement
[cat] utilities

### Description Deployment quota often exceeding at management group scope. Management group scope deployments fail when deployment count exceeds 800. To overcome this, deployments that are no longer needed should...

enhancement
[cat] pipelines

https://github.com/Azure/ResourceModules/blob/88ef83865142e28afa8937b35fcdedb414739111/modules/Microsoft.Network/bastionHosts/deploy.bicep#L178-L182 Azure Bastion deployed with standard SKU should have an option to enable tunneling, this is currently available on the current API version already in use by the module.

[cat] modules

### Description We should improve the documentation of the Pester tests we run. A standard Wiki page listing them is probably not the best choice as the list can soon...

documentation
enhancement
[cat] testing

### Description Add pipeline runtime parameters to test e.g. only pester tests. If one is only working on Pester tests it is a bit unfortunate that one has also to...

enhancement
[cat] pipelines

As a consumer of ResourceModules, I need to be able to create resources that must be globally unique and still maintain idempotency when continuously deploying the resource. An example resource...

enhancement
[cat] modules
blocked
[cat] needs further discussion

## Description As most of the usage for object and array parameters are difficult to map out how to use, we should make it mandatory that these are in the...

documentation
enhancement
[cat] modules
workshop feedback

# Description >Thank you for your contribution ! > Please include a summary of the change and which issue is fixed. > Please also include the context. > List any...

[cat] modules
wait for author

### Describe the bug Test addpip.parameters.json, adding an additionalPublicIpConfigurations to the resource fails with a `BastionHostMustHaveMaximumOneHostIpConfiguration` error. Investigate if adding a PIP is not supported anymore. Ref PR implementing the...

bug
[prio] high
[cat] modules
[cat] testing