Forum Discussion
Adding Application Package in Application Group AVD error 0x80080217
Hi,
I have the following error in any application package: Error Code 0x80080217 staging storage (Spanish).
I can't find this error in Microsoft (https://learn.microsoft.com/es-es/windows/win32/appxpkg/troubleshooting
The package has been successfully generated with the msix packaging tool version 1.2023.319.0
The json error in Azure Virtual Desktop when we add the package in the application group is:
"\r\n \"Details\": \"IMDS pressumed available\",\r\n \"AzureResourceId\": \"/subscriptions/xxxxxxxxxxxxxxxx/resourceGroups/xxxxx-HOSTS/providers/Microsoft.Compute/virtualMachines/xxxxxxxxxx\",\r\n \"VmId\": \"xxxxxx-f787-41e0-968b-xxxxxxxx\"\r\n}",
"errorCode": 0,
"lastHealthCheckDateTime": "2023-05-22T14:09:13.7452443Z"
}
},
{
"healthCheckName": "AppAttachHealthCheck",
"healthCheckResult": "HealthCheckFailed",
"additionalFailureDetails": {
"message": "SessionHost needs assistance: The following MSIX packages have failed to properly stage: [vlcplayer_3.0.18.0_x64__k9w049qm0pwv4, Error en la instalación. Póngase en contacto con el proveedor de software. (Excepción de HRESULT: 0x80073CF9)]",
"errorCode": -2147467259,
"lastHealthCheckDateTime": "2023-05-22T14:23:56.4133143Z"
}"
Thanks