-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Labels
area-deploymentazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azure
Milestone
Description
Seemingly out of the blue, our pipeline provisioning started failing:
(✓) Done: Resource group: rg-snip
(✓) Done: Log Analytics workspace: law-snip
(✓) Done: Container Apps Environment: cae-snip
(✓) Done: Container Registry: acrsnip
(✓) Done: Container App: snip
(✓) Done: Key Vault: secretssnip
(✓) Done: Application Insights: appinsights-snip
(x) Failed: Azure SQL Server: sqlserver-snip
ERROR: deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to subscription:
Deployment Error Details:
InvalidParameterValue: Invalid value given for parameter ExternalAdministratorLoginSid. Specify a valid parameter value.
We did try changing the AD admin for the SQL server to a group (with the managed identity as a member) in Azure Portal, but even when changing it back to the managed identity it still fails.
I think it is related to:
Azure/bicep-types-az#2320
The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-deploymentazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azure