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 We need to disable telemetry by default, if this library should be used in production for many reasons. Telemetry, especially in IaC environments should always be opt-in and...

enhancement
help wanted
[cat] modules
[cat] needs further discussion

## Description We have arbitrarily said that we have chosen to "stay close to Azure Resource Reference" without really defining what we mean by this. We should have a wiki...

documentation
enhancement
workshop feedback

We should describe or document a design decision with rationale and reasoning on our module design, assuring we address the 'anti-pattern' comment on: > Paraphrasing > A module should never...

documentation
enhancement
workshop feedback

### Description ### Release requirements #### To be discussed Should we prefer releasing sooner to fix issues such as outdated API version failing static validation for previous release 0.6 **-OR-**...

enhancement

https://github.com/Azure/ResourceModules/blob/280db1a872d85d6f7536a425b7c794b062cb9daf/.azuredevops/platformPipelines/platform.dependencies.yml#L247-L291 **Error:** ![image](https://user-images.githubusercontent.com/48600046/180468198-d9934e5f-0eef-40bd-93d2-4c8c91df7e69.png) **Proposed Change:** Add the following line to the inline script to allow for the context to switch to the correct subscription. ` Set-AzContext -Subscription $(ARM_SUBSCRIPTION_ID) `

[cat] pipelines
[cat] azure devops
[cat] needs further discussion

### Description Recently, a new Bicep linter warning `prefer-unquoted-property-names` was introduced which leads to a large amount of warnings regarding our modules. The primary reason are our nested RBAC modules...

documentation
enhancement

### Description Identify the modules that support customer managed keys and create individual issues for them.

enhancement
[cat] modules

### Description Virtual Hubs connected to Azure Firewalls have a different set of properties (eg: the requirement of a virtual network parameter means we cannot use the current Azure Firewall...

enhancement
[prio] medium
[cat] modules

### Description This issue should track our progress to enable the new dependency approach documented als 'Variant 5' here (#329). This means - The pipeline should (side-by-side with the original...

enhancement
[cat] pipelines
[cat] github
[cat] azure devops

### Description We implement a feature that enables us to version module ReadME files. This is important as the repository will only always contain the 'latest' ReadMe. I.e. you cannot...

documentation
enhancement
[cat] needs further discussion
hackathon