Search code examples
azureazure-akspaas

Can we host Azure PaaS services on AKS


We are currently using Azure PaaS services like Azure Data Factory, Azure Databricks, Azure Storage Account, Azure Synapse Analytics, Power BI. Is it possible to run these PaaS services on container service - Azure Kubernetes Service[AKS] so that entire data pipeline can run as containers?


Solution

  • No. If you want an entirely containerized solution, you'll need to find or build containerized alternatives to these Azure services.