Another operation is being performed on the parent resource '/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.CognitiveServices/accounts/openaitestname'. Please try again later.
To Reproduce
Steps to reproduce the behavior:
deploy the below bicep:
It looks to me that an OpenAi resource can't handle deploying multiple model deployments at the same time, is that something we can build in to bicep to check/validate or is this expected behaviour and should it be documented more properly?
Bicep version 0.18.4
Describe the bug When deploying multiple model deployments to an openai resource I get the following error:
To Reproduce Steps to reproduce the behavior: deploy the below bicep:
Additional context Building in a dependency on every next deployment actually deploys correctly:
It looks to me that an OpenAi resource can't handle deploying multiple model deployments at the same time, is that something we can build in to bicep to check/validate or is this expected behaviour and should it be documented more properly?