Questions tagged [azure-resource-graph]
3 questions
1
vote
1 answer
Should type microsoft.authorization/roledefinitions be accessible through Azure Resource Graph
Is type microsoft.authorization/roledefinitions available through Azure Resource Graph?
Context
I'm hoping to query Azure Resource Graph to fetch all roles which have specific permissions.
Looking around I found…
JohnLBevan
- 1,408
- 9
- 28
- 57
0
votes
1 answer
How to query Azure quotas and limits in Azure Monitor?
Microsoft Azure subscriptions are subject to a variety of quotas and limits, for example number of total CPU cores and number of VMs of a certain family.
How can I query the current quotas and actual usage, in a way that allows me to make forecasts…
Nemo
- 294
0
votes
1 answer
How to retrieve the properties of an Azure resource how they were when the resource was first created?
When you create an Azure resource, you must specify the properties the newly created resource must have. Once created, many of those properties can be changed; the tags of a resource for example.
I'd like to be able to programmatically (i.e. not via…
Jurjen
- 383