Hello @Nikita Krivets
Thank you for reaching out to the Microsoft Q&A platform.
You are correct that the application-hosted media bot can be hosted within one of the following Azure service environments: Cloud Service, Service Fabric with Virtual Machine Scale Sets (VMSS), and Infrastructure as a Service (IaaS) Virtual Machine (VM).
Regarding Azure Kubernetes Service (AKS), while it is possible to run the bot inside Windows containers of AKS, it is not currently listed as a supported environment for hosting the application-hosted media bot. However, this does not necessarily mean that it will not work.
It's important to note that running the bot inside Windows containers of AKS may require additional configuration and setup, and there may be limitations or considerations that need to be considered. For example, you may need to ensure that the AKS cluster has a Windows node pool, and that the necessary networking and security configurations are in place.
If you decide to run the bot inside Windows containers of AKS, it's recommended that you thoroughly test and validate the solution to ensure that it meets your requirements and works as expected.
--please don't forget to "[Accept the answer]" if the reply is helpful--