Home > Back-end >  Can we host Azure PaaS services on AKS
Can we host Azure PaaS services on AKS

Time:12-01

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?

CodePudding user response:

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

  • Related