Skip to content

[BUG] Azure Blob URL in fileResults.location missing container name #959

@srikruthreddy7

Description

@srikruthreddy7

Describe the bug

fileResults.location (and file.location) for Azure MP4 output is missing the container segment.
Expected: https://<account>.blob.core.windows.net/<container>/<path>
Actual: https://<account>.blob.core.windows.net/<path>

Egress Version

livekit cloud egress

Egress Request (sanitised)

{
  "roomName": "49b68608-a21b-4948-ac20-a2e2a749dff9",
  "layout": "single-speaker",
  "fileOutputs": [
    {
      "fileType": "MP4",
      "filepath": "<redacted>/2025-08-08/20-22-05_49b68608-a21b-4948-ac20-a2e2a749dff9.mp4",
      "azure": {
        "accountName": "<redacted>",
        "accountKey": "<redacted>",
        "containerName": "recordings"
      }
    }
  ]
}

Additional Context

Provider: Azure Blob

Container name ("recordings") is present in the request but missing from the returned URLs.

manifestLocation shows the same omission.

###logs
file.location : https://.blob.core.windows.net//2025-08-08/20-22-05_49b6…df9.mp4
manifestLocation : https://.blob.core.windows.net//2025-08-08/EG_wHrAGwJCEhNr.json

Metadata

Metadata

Assignees

Labels

EgressbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions