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...
### Discussed in https://github.com/Azure/ResourceModules/discussions/2655 Originally posted by **sitoder** February 5, 2023 In my main.bicep I create a storage account: `module r_storage 'br/modules:microsoft.storage.storageaccounts:latest'={ name:p_storageName params:{ name:p_storageName location:p_location storageAccountSku:'Standard_LRS' storageAccountKind:'StorageV2' storageAccountAccessTier:'Hot' allowBlobPublicAccess:false...
### Description Ref: https://microsoft.github.io/PSRule/v2/deprecations/ V2.8.0 raises a warning in pipelines about the `Execution.SuppressedRuleWarning` configuration option which will soon be deprecated. Update to new option. Ref: https://github.com/microsoft/PSRule/blob/main/docs/concepts/PSRule/en-US/about_PSRule_Options.md#executionrulesuppressed ``` Execution.SuppressedRuleWarning is replaced...
### Description A disclaimer should be added to the Wiki CI environment section, specifying that ubuntu Microsoft/GitHub hosted agents/runners are leveraged for CICD. Windows agents or self-hosted agents may work...
### Description Define guidelines for variable usage in modules. Investigate current implementation and list modules to be aligned to use variables as per design.
### Describe the bug While onboarding the pipelines for the modules in Azure DevOps I noticed that the first pipeline completed had deployed the container registry resource, and had published...
### Description Team, I see these properties are enabled on Slots but this is also configurable at the site resource. https://learn.microsoft.com/en-us/azure/templates/microsoft.web/sites?pivots=deployment-language-bicep#siteproperties
### Discussed in https://github.com/Azure/ResourceModules/discussions/2995 Originally posted by **cwp-michaell** March 14, 2023 The container app module seems to be missing the ability to pass the secrets from the container app to...
### Description Looking at some failed pipelines of mine and see that publishing is not carried out due to issues with the removal of resources. Is this intentional?
### Description Add `-Culture 'en-US'` to all `Sort-Object` calls, so that sorting does not depend on the environment and culture of the one running the readme gen scripts. From #3665...
### Description We have a requirement at a customer's environment to exclude certain sections from the module README files. For example, when a module configured to reference existing resources, those...