Hello
Welcome to microsoft Q&A, thankyou for posting your query here.
In Azure Container Instance , the CPU resources are specified in terms of virtual cores.
One millicore equals one-thousandth (1/1000) of a CPU core.
Based on that
170 millicores = 0.17 cores used.
210 millicores = 0.21 cores used.
If the app is using between 170 and 210 millicores, this means it is using only a small portion of the available CPU capacity i.e., about 4.25% to 5.25% of the total capacity across all four cores.
So your application isn't fully utilizing the available CPU resources. It's normal behavior, depending on the workload.
Hope this helps you.
If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!