So basically, for the Azure Container Instance deployment fails, you can try with some less allocate resources, also this error shows up as because if a region having a heavy load then it will experience a failure.
You try with some less allocate resources, something like:
aciconfig = AciWebservice.deploy_configuration(cpu_cores=1,
memory_gb=8,
tags={"data": "text", "method" : "NB"},
description='Predict something')
I hope this will help.
Want to become an Azure expert? join azure developer certification now!!