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

### Describe the bug According to [the CustomScriptExtension docs](https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows), the property "fileUri" should be set in "protectedSettings" under certain conditions, but it can be specified in public settings too. It...

bug

### Describe the bug When you have configured [Throughput/Autoscale on a database level](https://learn.microsoft.com/en-us/azure/cosmos-db/set-throughput#set-throughput-on-a-database) you do so because then containers can use that capacity together. When using the Azure Portal >...

bug

### Description Our vwan deployment needs to be re-enrolled when changes are made. However we are running into errors when re-enrolling firewall: `Error: ERROR: {"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/***/providers/Microsoft.Resources/deployments/connectivity-vwan-20230509T0918020776","message":"At least one resource deployment operation...

bug
question

### Describe the bug `modules/Microsoft.Network/publicIPAddresses/main.bicep` param documentations are direct copies from REST spec. Other tooling(portal) does following PUT request when adding DNS label: * dnsSettings.domainNameLabel is set to requested label...

bug

### Describe the bug Unless I'm missing something, the script Get-RoleAssignmentList.ps1 doesn't seem to be returning the correct results for me. I think the issue is [here](https://github.com/Azure/ResourceModules/blob/3db72e79a984347c6f0020b2678aa0df4a75d6ff/utilities/tools/Get-RoleAssignmentList.ps1#L62C1-L74). ```powershell if ("$ProviderNamespace/$ResourceType"...

bug

### Description In some modules we seem to have incorrect `existing` resources in the `nested_roleAssignments.bicep` file which ultimately means the role assignments won't work. To solve this, we should introduce...

enhancement

### Description There should be an option for enabling the App Service logs and sending to the Blob Storage with sasUrl. The related Bicep file is https://github.com/Azure/ResourceModules/blob/main/modules/web/sites/main.bicep

enhancement
[cat] modules

### Describe the bug Currently, the `Resources - Tags` test deployment removes all tags after testing on that specific resource, i.e. subscriptions and resource groups. ### To reproduce 1) Add...

bug

### Describe the bug Add [RootManageSharedAccessKey] of type [Microsoft.EventHub/namespaces/authorizationRules] to the Remove-Resource.ps1 file and gracefully skip it. ### To reproduce Run the the work watchers pipeline ### Code snippet ```Bicep...

bug

### Description Goverment clouds support different API versions than the commercial cloud. We should approach, brainstorm and document how we want to deal with this on a fundamental / general...

enhancement
blocked