Mantas

Results 7 comments of Mantas

I would like to see `logAnalytics` as a searchable term for `Microsoft.OperationalInsights/workspaces`

another scenario where registering needed: - if subscription is not configured for automation account provider to update azure vm, update will fail

I am trying to simplify firewall rule collection deploying by using `loadTextContent` and then loop from each variable. workload-x.json contains all properties for rule collection. ``` var workloads = [...

> I think the most obvious reason why we need this is when you assign a role to an identity with: `Microsoft.Authorization/roleAssignments` and then do something with the role and...

> For policy as well ... When you create an initiative definition then an initiative assignment > Error > Wait a bit between both > succes > Azure CLI 'wait'...

here is a template that works for me for capacity management, although vscode extension complains that type is not available. ```bicep param name string param location string = resourceGroup().location @allowed([...

@looser990 I just remember that I was struggling to find out the working template too, therefore I shared it down here. it may be that I clickOps'ed in portal.azure.com and...