How to create docker containers dynamically in Azure when message is passed in Service Bus Message queue and delete the containers when completed

36 views Asked by At

I want to dynamically create and delete docker containers in Azure for processing export request which is passed as Service Bus Message in topics

I am expecting ACI containers to be created dynamically through code and delete them when the work is done.

0

There are 0 answers