An Azure service that provides cloud-scale job scheduling and compute management.
The Bicep resource definition being published does not mean a customer subscription can create arbitrary deny assignments. Azure RBAC documentation explicitly states that you cannot directly create your own deny assignments; Azure creates and manages them, and they are system protected. Therefore UserAssignedDenyAssignmentsNotSupported is expected and is not caused by resource-group scope, your role, or a missing provider registration. There is no documented subscription allowlist path for this scenario.
The supported option is a deployment stack with denySettings. Use mode denyDelete or denyWriteAndDelete, then configure excludedPrincipals, excludedActions, and applyToChildScopes as needed. The stack creates and owns the deny assignment for resources managed by that stack.
This is not equivalent to the fully custom permissions/DataActions/NotActions object in your raw template. If the control must apply more broadly, combine Azure Policy to deny or audit specific resource configurations with narrowly scoped RBAC permissions. Retrying the preview denyAssignments resource will continue to fail.