Skip to content

Updated configuring app settings for app services (#206) #416

Updated configuring app settings for app services (#206)

Updated configuring app settings for app services (#206) #416

Re-run triggered April 12, 2026 22:21
Status Failure
Total duration 2m 44s
Artifacts 3

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
deploy-infra
Error: Deployment failed.
deploy-infra
ERROR: ***"status":"Failed","error":***"code":"DeploymentFailed","target":"/subscriptions/c0c21e76-a03c-4747-af34-0720b273ff00/resourceGroups/rg-xenobiasoft-sudoku-prod-westus2/providers/Microsoft.Resources/deployments/main","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[***"code":"ResourceDeploymentFailure","target":"/subscriptions/c0c21e76-a03c-4747-af34-0720b273ff00/resourceGroups/rg-xenobiasoft-sudoku-prod-westus2/providers/Microsoft.Resources/deployments/roleassignments","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.","details":[***"code":"DeploymentFailed","target":"/subscriptions/c0c21e76-a03c-4747-af34-0720b273ff00/resourceGroups/rg-xenobiasoft-sudoku-prod-westus2/providers/Microsoft.Resources/deployments/roleassignments","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[***"code":"RoleAssignmentExists","message":"The role assignment already exists. The ID of the existing role assignment is 6fa437f01ede4b7b90632d5899709fd2."***,***"code":"RoleAssignmentExists","message":"The role assignment already exists. The ID of the existing role assignment is 604ab865662a44929391f6786910647a."***,***"code":"BadRequest","target":"/subscriptions/c0c21e76-a03c-4747-af34-0720b273ff00/resourceGroups/rg-xenobiasoft-sudoku-prod-westus2/providers/Microsoft.DocumentDB/databaseAccounts/cosmos-sudoku-prod/sqlRoleAssignments/fe9a41db-2706-5eec-b706-fca1006a2198","message":"***\r\n \"code\": \"BadRequest\",\r\n \"message\": \"Failed to parse the incoming request payload. Exception: System.FormatException: Could not parse property [properties] as [Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentProperties] due to exception: System.FormatException: Could not parse property [scope] with value [/] as [Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.FullyQualifiedResourcePath] due to exception: System.NullReferenceException: Object reference not set to an instance of an object.\\r\\n at Microsoft.Azure.Documents.Common.RoleBasedAccessControl.ControlPlaneResourcePath..ctor(String[] segments, Boolean ignoreExtraSegments)\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.FullyQualifiedResourcePath..ctor(String[] segments, Boolean ignoreExtraSegments)\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentProperties.get_Scope()\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentProperties.get_Scope()\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentProperties.Validate()\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentRequest.get_Properties()\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.DataModel.RoleBasedAccessControl.SqlRoleAssignmentRequest.get_Properties()\\r\\n at Microsoft.Azure.Documents.Management.Services.ResourceProvider.RequestHandlers.SqlRoleAssignmentRequestHandler.<HandlePutAsync>d__4.MoveNext()\\r\\nActivityId: 7acd3138-3ad7-49d7-8942-2d0027c1f25d, Microsoft.Azure.Documents.Common/2.14.0\"\r\n***"***,***"code":"RoleDefinitionDoesNotExist","message":"The specified role definition with ID '4633458b17de408ab8740445c86b69e0' does not exist."***,***"code":"RoleDefinitionDoesNotExist","message":"The specified role definition with ID '4633458b17de408ab8740445c86b69e0' does not exist."***]***]***]***
deploy-infra
WARNING: /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(118,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(185,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(186,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(187,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/main.bicep(149,15) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'storage'. [https://aka.ms/bicep/linter-diagnostics#no-unnecessary-dependson] /home/runner/work/sudoku/sudoku/infra/main.bicep(149,24) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'keyvault'. [https://aka.ms/bicep/linter-diagnostics#no-unnecessary-dependson]
deploy-infra
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, azure/arm-deploy@v2, azure/login@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
deploy-infra
WARNING: /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(118,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(185,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(186,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/modules/compute.bicep(187,5) : Warning prefer-unquoted-property-names: Property names that are valid identifiers should be declared without quotation marks and accessed using dot notation. [https://aka.ms/bicep/linter-diagnostics#prefer-unquoted-property-names] /home/runner/work/sudoku/sudoku/infra/main.bicep(149,15) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'storage'. [https://aka.ms/bicep/linter-diagnostics#no-unnecessary-dependson] /home/runner/work/sudoku/sudoku/infra/main.bicep(149,24) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'keyvault'. [https://aka.ms/bicep/linter-diagnostics#no-unnecessary-dependson]