Azure Container Instances
An Azure service that provides customers with a serverless container experience.
711 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I deployed an Azure Container Instance (Windows based) defining 4 cpu resourse request.
I have poor perfomance on a task that requires multicore.
I connected to container and checking cpu i see only two cores
What's wrong?
Azure cores are Virtual Cores, and each physical core typically contains 2 Virtual Cores. You are correctly showing 2 physical cores, with 4 virtual cores. To view the accurate azure cores, add the 'numberoflogicalprocessors' value.
wmic cpu get caption, numberofcores, maxclockspeed, numberoflogicalprocessors