Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Feature request: Running container jobs in Fabric

Right now there's no way to run a custom containerized job on Fabric. The execution has to happen on a remote endpoint you stand up and maintain yourself (Azure Function, ACI, etc.) that Fabric just calls out to. Notebooks and User Data Functions cover Python, but not "bring your own image."

Would love a "container job" item, point it at an image in ACR, give it a command + env vars + resource limits, run it on Fabric-managed compute, trigger it on-demand or on a schedule, and have the logs/run history show up in the monitoring hub like any other Fabric job.

Today I run things like dbt and custom data ingestion jobs in Azure Container Apps Jobs, orchestrated from ADF. I'd happily consolidate all of it into Fabric if I could run the containers natively instead of keeping a separate compute plane around just for the "run my image" cases that notebooks/Spark don't cover.

Anyone else running into this? Is there a roadmap item I've missed?

Status: New
Comments
Martijn_Lucas
New Member
Would love to have container support in fabric for custom ingestion pipelines in other languages e.g. .net / connect to custom sources..