[WebToolsE2E][Aspire] After running AspireAzureFunctionsSample, the dashboard shows FailedToStart and CMD shows timeout #7033
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
azure
Issues associated specifically with scenarios tied to using Azure
azure-functions
Issues related to the Azure Functions integration
untriaged
New issue has not been triaged
INSTALL STEPS
REPRO STEPS
var serviceBus = builder.AddAzureServiceBus("messaging").RunAsEmulator().WithQueue("myqueue");
NOTE:
ACTUAL
The dashboard shows FailedToStart and CMD shows timeout
fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
timeout of 120 seconds exceeded waiting for the IDE to start a run session; you can set the DCP_IDE_REQUEST_TIMEOUT_SECONDS environment variable to override this timeout (in seconds) {"Executable": {"name":"storage-funcapp-fxsxgdep"}, "Reconciliation": 5, "error": "Put "https://localhost:49570/run_session?api-version=2024-04-23\": context deadline exceeded"}
fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
timeout of 120 seconds exceeded waiting for the IDE to start a run session; you can set the DCP_IDE_REQUEST_TIMEOUT_SECONDS environment variable to override this timeout (in seconds) {"Executable": {"name":"apiservice-hwwwxzmm"}, "Reconciliation": 6, "error": "Put "https://localhost:49570/run_session?api-version=2024-04-23\": context deadline exceeded"}
fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
timeout of 120 seconds exceeded waiting for the IDE to start a run session; you can set the DCP_IDE_REQUEST_TIMEOUT_SECONDS environment variable to override this timeout (in seconds) {"Executable": {"name":"http-funcapp-cwrdsftn"}, "Reconciliation": 7, "error": "Put "https://localhost:49570/run_session?api-version=2024-04-23\": context deadline exceeded"}
fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
timeout of 120 seconds exceeded waiting for the IDE to start a run session; you can set the DCP_IDE_REQUEST_TIMEOUT_SECONDS environment variable to override this timeout (in seconds) {"Executable": {"name":"funcapp-dyawzbug"}, "Reconciliation": 8, "error": "Put "https://localhost:49570/run_session?api-version=2024-04-23\": context deadline exceeded"}
EXPECTED
Can run successfully
The text was updated successfully, but these errors were encountered: