Ben Wilkinson
Ben Wilkinson
Hi @jackpye1997 your discussion was converted to an issue, however I don't believe you were tagged. Are you able to provide a full repro sample for this scenario? you have...
The `alertRule` `action` is scoped to both the `OperationalInsights workspace` and is also a child from the `alertRule` There does appear to be an issue in natively defining both of...
Hi @anthony-c-martin So are you saying that this is the intented/preferred configuration/setting here? ```bicep resource action 'Microsoft.SecurityInsights/alertRules/actions@2021-09-01-preview' = { name: 'new2/action1' //
@anthony-c-martin sure sounds good ✅ I see what you mean: > the scope will always have to match that of the parent resource. - So it makes sense to use...
@SeidChr just use the workaround? `json('0.25')`
@SeidChr If you have been `away` then the best place to catch up is checking out the community calls. March: https://www.youtube.com/watch?v=mW74PTpAXXs Jan: https://www.youtube.com/watch?v=nDlH6TiOedI
@ezYakaEagle442 was about to suggest ```bicep @allowed([ '0.25' '0.5' '0.75' '1.0' '1.25' '1.5' '1.75' '2.0' ]) @description('The container Resources CPU') param containerResourcesCpu string = '0.25' @allowed([ '0.5' '1.0' '1.5' '2.0'...
Adding a comment here to ensure there is some symmetry in style between the following: - Resource Provider Type versions (discussed above) - Module version references to/from registry (not discussed...
seems like an old thread, however ... just fyi, since I don't think it was mentioned above, current workaround is giving them conditional names of the resources, so they are...
@farroar Take a look at this. https://github.com/brwilkinson/AzureDeploymentFramework/blob/main/ADF/bicep/VNET.bicep This is the input (subnets): https://github.com/brwilkinson/AzureDeploymentFramework/blob/main/ADF/tenants/AOA/ACU1.T5.parameters.json#L360