I want to run a docker image in azure as a container. In visual studio Code everything works fine. But azure has problems with "from azure.servicebus import QueueClient" I get the errormessage:
"File "./main.py", line 11, in from azure.servicebus import QueueClient, Message ModuleNotFoundError: No module named 'azure' "
I want to unstall the package azure-servicebus How can I do that?