Skip to content

Deploy AVD to NIH Environment #32

Deploy AVD to NIH Environment

Deploy AVD to NIH Environment #32

Manually triggered September 5, 2024 12:55
Status Failure
Total duration 9m 51s
Artifacts

Deploy-Env.yml

on: workflow_dispatch
build-and-deploy
9m 39s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
build-and-deploy
WARNING: /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/resources/resource-group/main.bicep(25,23) : Warning no-deployments-resources: Resource 'avmTelemetry' of type 'Microsoft.Resources/deployments@2023-07-01' should instead be declared as a Bicep module. [https://aka.ms/bicep/linter/no-deployments-resources] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/key-vault/vault/secret/main.bicep(91,25) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(76,40) : Warning secure-parameter-default: Secure parameters should not have hardcoded defaults (except for empty or newGuid()). [https://aka.ms/bicep/linter/secure-parameter-default] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(154,88) : Warning no-hardcoded-env-urls: Environment URLs should not be hardcoded. Use the environment() function to ensure compatibility across clouds. Found this disallowed host: "core.windows.net" [https://aka.ms/bicep/linter/no-hardcoded-env-urls] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(509,5) : Warning no-unused-vars: Variable "varTimeZoneManagementPlane" is declared but never used. [https://aka.ms/bicep/linter/no-unused-vars] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(515,5) : Warning no-unused-vars: Variable "varZtManagedIdentityName" is declared but never used. [https://aka.ms/bicep/linter/no-unused-vars] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(981,30) : Warning no-deployments-resources: Resource 'telemetrydeployment' of type 'Microsoft.Resources/deployments@2024-03-01' should instead be declared as a Bicep module. [https://aka.ms/bicep/linter/no-deployments-resources] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/deploy-baseline-arpah.bicep(1212,19) : Warning BCP321: Expected a value of type "string" but the provided value is of type "'premium' | 'standard' | null". /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/managed-identity/user-assigned-identity/main.bicep(48,23) : Warning no-deployments-resources: Resource 'avmTelemetry' of type 'Microsoft.Resources/deployments@2023-07-01' should instead be declared as a Bicep module. [https://aka.ms/bicep/linter/no-deployments-resources] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/managed-identity/user-assigned-identity/main.bicep(103,25) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/modules/avdSessionHosts/deploy.bicep(44,7) : Warning no-unused-params: Parameter "useAvailabilityZones" is declared but never used. [https://aka.ms/bicep/linter/no-unused-params] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/workload/bicep/modules/avdSessionHosts/deploy.bicep(297,59) : Warning use-resource-symbol-reference: Use a resource reference instead of invoking function "reference". This simplifies the syntax and allows Bicep to better understand your deployment dependency graph. [https://aka.ms/bicep/linter/use-resource-symbol-reference] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/storage/storage-account/main.bicep(69,7) : Warning no-unused-params: Parameter "managementPolicyRules" is declared but never used. [https://aka.ms/bicep/linter/no-unused-params] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/storage/storage-account/main.bicep(108,7) : Warning no-unused-params: Parameter "queueServices" is declared but never used. [https://aka.ms/bicep/linter/no-unused-params] /home/runner/work/avdaccelerator-nih/
build-and-deploy
ERROR: ***"status":"Failed","error":***"code":"DeploymentFailed","target":"/subscriptions/***/providers/Microsoft.Resources/deployments/deploy-baseline-arpah","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/***/resourceGroups/avd-nih-arpah-test-use2-pool-compute/providers/Microsoft.Resources/deployments/AVD-VMSS-Flex-20240905T125721Z","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.","details":[***"code":"DeploymentFailed","target":"/subscriptions/***/resourceGroups/avd-nih-arpah-test-use2-pool-compute/providers/Microsoft.Resources/deployments/AVD-VMSS-Flex-20240905T125721Z","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":"InvalidParameter","target":"zoneBalance","message":"The value of parameter zoneBalance is invalid."***]***]***]***
build-and-deploy
Error: Deployment failed.
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy
WARNING: /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/resources/resource-group/main.bicep(25,23) : Warning no-deployments-resources: Resource 'avmTelemetry' of type 'Microsoft.Resources/deployments@2023-07-01' should instead be declared as a Bicep module. [https://aka.ms/bicep/linter/no-deployments-resources] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/key-vault/vault/secret/main.bicep(91,25) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(41,31) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(44,33) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(47,33) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(50,24) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(53,16) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(56,16) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(60,14) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(93,42) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(96,36) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(99,48) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-configuration.bicep(102,30) : Warning use-safe-access: Use the safe access (.?) operator instead of checking object contents with the 'contains' function. [https://aka.ms/bicep/linter/use-safe-access] /home/runner/work/avdaccelerator-nih/avdaccelerator-nih/avm/1.0.0/res/compute/virtual-machine/modules/nic-con