Regional vCPU Cores Quota with Bicep #13341
NickSalacious
started this conversation in
Authoring Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This looks to be the resource for adding a quota increase to an Azure subscription, but I don't know what to define as the parent, or if excluding that, what to define as the name. Is this something I can do?
resource symbolicname 'Microsoft.Capacity/resourceProviders/locations/serviceLimits@2020-10-25' = { name: 'Microsoft.Compute/locations/centralus' properties: { limit: 30 name: { value: 'cores' } unit: 'count' } }
Beta Was this translation helpful? Give feedback.
All reactions